Searched refs:SetPixel (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A 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()
|
H A 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()
|
H A D | hdi_test_render_utils.h | 25 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color);
|
H A D | display_test_utils.h | 83 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.cpp | 183 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() function in OHOS::HDI::DISPLAY::HdiLayer 208 SetPixel(handle, x, y, color); in ClearColor()
|
H A D | hdi_layer.h | 160 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color);
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_layer.cpp | 238 void HdiLayer::SetPixel(const BufferHandle &handle, int x, int y, uint32_t color) in SetPixel() function in OHOS::HDI::DISPLAY::HdiLayer 262 SetPixel(handle, x, y, color); in ClearColor()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_layer.h | 139 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color);
|