Searched refs:redRect (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 654 IComposerClient::Rect redRect = {0, 0, mDisplayWidth / 4, mDisplayHeight / 4}; in TEST_P() local 657 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P() 690 redRect = {mDisplayWidth / 4, mDisplayHeight / 4, mDisplayWidth / 2, mDisplayHeight / 2}; in TEST_P() 692 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P() 869 IComposerClient::Rect redRect = {0, 0, mDisplayWidth, mDisplayHeight / 2}; in TEST_P() local 873 redLayer->setDisplayFrame(redRect); in TEST_P() 888 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P() 911 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P() 1193 IComposerClient::Rect redRect = {0, 0, mSideLength / 2, mSideLength / 2}; in SetUp() local 1204 ReadbackHelper::fillColorsArea(baseColors, mSideLength, redRect, RED); in SetUp()
|