Home
last modified time | relevance | path

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

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