Home
last modified time | relevance | path

Searched refs:FillRect (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/display/composer/vdi_base/include/
H A Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_gfx.h55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/drivers/peripheral/display/interfaces/include/
H A Ddisplay_gfx.h85 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
/drivers/peripheral/display/composer/vdi_base/src/
H A Dhdi_gfx_composition.cpp199 return mGfxFuncs->FillRect(&dstSurface, &rect, 0, &opt); in ClearRect()
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_gfx_composition.cpp177 return mGfxFuncs->FillRect(&dstSurface, &rect, 0, &opt); in ClearRect()
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c374 if (g_displayTest.gfxFuncs->FillRect != NULL) { in FillRectTest()
375 ret = g_displayTest.gfxFuncs->FillRect(&dstSurface, &rect, HIFB_RED_1555, &opt); in FillRectTest()
377 HDF_LOGE("%s: FillRect fail", __func__); in FillRectTest()

Completed in 3 milliseconds