Searched refs:getPixelColor (Results 1 – 3 of 3) sorted by relevance
167 previousColor = shot->getPixelColor(0, y); in TEST_F()169 currentColor = shot->getPixelColor(x, y); in TEST_F()
528 previousColor = shot->getPixelColor(0, y); in TEST_P()530 currentColor = shot->getPixelColor(x, y); in TEST_P()
163 Color getPixelColor(uint32_t x, uint32_t y) { in getPixelColor() function