Searched refs:testArea (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTypeAndRenderTypeTransaction_test.cpp | 200 shot->expectColor(Rect(0, 0, testArea, testArea), Color::BLACK); in TEST_P() 205 shot->expectColor(Rect(size / 2 - testArea / 2, size / 2 - testArea / 2, in TEST_P() 206 size / 2 + testArea / 2, size / 2 + testArea / 2), in TEST_P() 231 shot->expectColor(Rect(0, 0, testArea, testArea), Color::RED); in TEST_P() 236 shot->expectColor(Rect(size / 2 - testArea / 2, size / 2 - testArea / 2, in TEST_P() 266 shot->expectColor(Rect(0, 0, testArea, testArea), Color::BLACK); in TEST_P() 268 shot->expectColor(Rect(0, bottom - testArea, testArea, bottom - testArea), Color::BLACK); in TEST_P() 271 shot->expectColor(Rect(size / 2 - testArea / 2, size / 2 - testArea / 2, in TEST_P() 338 shot->expectColor(Rect(0, 0, testArea, testArea), Color::BLACK); in TEST_P() 398 shot->expectColor(Rect(0, 0, testArea, testArea), Color::BLACK); in TEST_P() [all …]
|