Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DEffectLayer_test.cpp167 previousColor = shot->getPixelColor(0, y); in TEST_F()
169 currentColor = shot->getPixelColor(x, y); in TEST_F()
H A DLayerTypeAndRenderTypeTransaction_test.cpp648 previousColor = shot->getPixelColor(0, y); in TEST_P()
650 currentColor = shot->getPixelColor(x, y); in TEST_P()
/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DScreenshotUtils.h163 Color getPixelColor(uint32_t x, uint32_t y) { in getPixelColor() function