Home
last modified time | relevance | path

Searched refs:SetPixel (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_render_utils.cpp30 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 Ddisplay_test_utils.cpp169 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 Dhdi_test_render_utils.h25 void SetPixel(const BufferHandle& handle, int x, int y, uint32_t color);
H A Ddisplay_test_utils.h83 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 Dhdi_layer.cpp183 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 Dhdi_layer.h160 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color);
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_layer.cpp238 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 Dhdi_layer.h139 void SetPixel(const BufferHandle &handle, int x, int y, uint32_t color);