Home
last modified time | relevance | path

Searched defs:FillRect (Results 1 – 5 of 5) sorted by relevance

/device/soc/rockchip/rk3568/hardware/display/src/display_device/
Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/device/soc/amlogic/a311d/hardware/display/src/display_device/
Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/device/soc/amlogic/a311d/hardware/display/src/display_gfx/
Ddisplay_gfx.c168 static int32_t FillRect(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt) in FillRect() function