Searched refs:getDisplayHeight (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 76 Rect(getDisplayWidth(), getDisplayHeight()); in SetUpBase() 80 static_cast<uint32_t>(getDisplayWidth()), static_cast<uint32_t>(getDisplayHeight()), in SetUpBase() 107 int32_t getDisplayHeight() const { return getPrimaryDisplay().getDisplayHeight(); } in getDisplayHeight() function in aidl::android::hardware::graphics::composer3::vts::__anon368924b60111::GraphicsCompositionTestBase 116 const auto height = static_cast<uint32_t>(getDisplayHeight()); in allocateBuffer() 209 common::Rect coloredSquare({0, 0, getDisplayWidth(), getDisplayHeight()}); in TEST_P() 218 static_cast<size_t>(getDisplayWidth() * getDisplayHeight())); in TEST_P() 222 getDisplayHeight(), mPixelFormat, mDataspace); in TEST_P() 262 getDisplayHeight(), mPixelFormat, mDataspace); in TEST_P() 265 static_cast<size_t>(getDisplayWidth() * getDisplayHeight())); in TEST_P() 267 {0, 0, getDisplayWidth(), getDisplayHeight() / 4}, RED); in TEST_P() [all …]
|
D | VtsComposerClient.h | 257 int32_t getDisplayHeight() const { return mDisplayHeight; } in getDisplayHeight() function
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1470 static_cast<uint32_t>(getPrimaryDisplay().getDisplayHeight()), pixelFormat); 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() 1968 getPrimaryDisplay().getDisplayHeight()}; in TEST_P() 1970 (float)getPrimaryDisplay().getDisplayHeight()}; in TEST_P() 2013 getPrimaryDisplay().getDisplayHeight()}; in TEST_P() 2015 (float)getPrimaryDisplay().getDisplayHeight()}; in TEST_P()
|