Searched refs:SetPixel (Results 1 – 4 of 4) sorted by relevance
/test/xts/hats/hdf/display/composer/common/ |
D | hdi_test_render_utils.cpp | 30 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color) in SetPixel() function 55 SetPixel(handle, x, y, color); in ClearColor()
|
D | hdi_test_render_utils.h | 25 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color);
|
D | display_test_utils.cpp | 169 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() function 196 SetPixel(handle, x, y, color); in ClearColor() 207 SetPixel(handle, x + rect.x, y + rect.y, color); in ClearColorRect()
|
D | display_test_utils.h | 83 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color);
|