Searched refs:imfill (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/rk3588/hardware/rga/include/ |
H A D | im2d.hpp | 162 #undef imfill macro 163 IM_API IM_STATUS imfill(rga_buffer_t dst, im_rect rect, int color, int sync = 1, int *release_fence_fd = NULL);
|
H A D | im2d.h | 384 #define imfill(buf, rect, color, ...) \ macro
|
/device/soc/rockchip/common/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 192 ret = imfill(dst, imRect, color); in rkFillRect()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 191 ret = imfill(dst, imRect, color); in rkFillRect()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 189 ret = imfill(dst, imRect, color); in rkFillRect()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 189 ret = imfill(dst, imRect, color); in rkFillRect()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_gfx/ |
H A D | display_gfx.c | 189 ret = imfill(dst, imRect, color);
in rkFillRect()
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | im2d.h | 565 #define imfill(buf, rect, color, ...) \ macro
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | im2d.h | 576 #define imfill(buf, rect, color, ...) \ macro
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | im2d.h | 576 #define imfill(buf, rect, color, ...) \ macro
|
Completed in 11 milliseconds