Home
last modified time | relevance | path

Searched refs:getDisplayWidth (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp76 Rect(getDisplayWidth(), getDisplayHeight()); in SetUpBase()
80 static_cast<uint32_t>(getDisplayWidth()), static_cast<uint32_t>(getDisplayHeight()), in SetUpBase()
105 int32_t getDisplayWidth() const { return getPrimaryDisplay().getDisplayWidth(); } in getDisplayWidth() function in aidl::android::hardware::graphics::composer3::vts::__anon368924b60111::GraphicsCompositionTestBase
115 const auto width = static_cast<uint32_t>(getDisplayWidth()); in allocateBuffer()
209 common::Rect coloredSquare({0, 0, getDisplayWidth(), getDisplayHeight()}); in TEST_P()
218 static_cast<size_t>(getDisplayWidth() * getDisplayHeight())); in TEST_P()
219 ReadbackHelper::fillColorsArea(expectedColors, getDisplayWidth(), coloredSquare, BLUE); in TEST_P()
221 ReadbackBuffer readbackBuffer(getPrimaryDisplayId(), mComposerClient, getDisplayWidth(), in TEST_P()
261 ReadbackBuffer readbackBuffer(getPrimaryDisplayId(), mComposerClient, getDisplayWidth(), in TEST_P()
265 static_cast<size_t>(getDisplayWidth() * getDisplayHeight())); in TEST_P()
[all …]
DVtsComposerClient.h255 int32_t getDisplayWidth() const { return mDisplayWidth; } in getDisplayWidth() function
DVtsHalGraphicsComposer3_TargetTest.cpp1469 return allocate(static_cast<uint32_t>(getPrimaryDisplay().getDisplayWidth()), in allocate()
1572 Rect displayFrame{0, 0, display.getDisplayWidth(), display.getDisplayHeight()}; in createOnScreenLayer()
1573 FRect cropRect{0, 0, (float)display.getDisplayWidth(), (float)display.getDisplayHeight()}; in createOnScreenLayer()
1967 Rect displayFrame{0, 0, getPrimaryDisplay().getDisplayWidth(), in TEST_P()
1969 FRect cropRect{0, 0, (float)getPrimaryDisplay().getDisplayWidth(), in TEST_P()
2012 Rect displayFrame{0, 0, getPrimaryDisplay().getDisplayWidth(), in TEST_P()
2014 FRect cropRect{0, 0, (float)getPrimaryDisplay().getDisplayWidth(), in TEST_P()