Home
last modified time | relevance | path

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

/test/xts/hats/hdf/display/composer/common/
Ddisplay_test_utils.h86 uint32_t CheckPixel(const BufferHandle& handle, int x, int y, uint32_t color);
Dhdi_composition_check.cpp108 ret = CheckPixel(clientBuffer, points[i].x, points[i].y, colors[i]); in Check()
Ddisplay_test_utils.cpp128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel() function