Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.h86 uint32_t CheckPixel(const BufferHandle& handle, int x, int y, uint32_t color);
H A Dhdi_composition_check.cpp108 ret = CheckPixel(clientBuffer, points[i].x, points[i].y, colors[i]); in Check()
H A Ddisplay_test_utils.cpp128 uint32_t CheckPixel(const BufferHandle &handle, int x, int y, uint32_t color) in CheckPixel() function
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3145 static void CheckPixel(uint16_t &pixel, uint16_t alpha, const float percent) in CheckPixel() function
3168 CheckPixel(r, a, percent); in SetRGBA1010102PixelAlpha()
3171 CheckPixel(g, a, percent); in SetRGBA1010102PixelAlpha()
3174 CheckPixel(b, a, percent); in SetRGBA1010102PixelAlpha()