Searched refs:FillRect (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | display_gfx.h | 55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
|
/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_gfx.h | 55 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_gfx.h | 85 int32_t (*FillRect)(ISurface *surface, IRect *rect, uint32_t color, GfxOpt *opt); member
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 199 return mGfxFuncs->FillRect(&dstSurface, &rect, 0, &opt); in ClearRect()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 177 return mGfxFuncs->FillRect(&dstSurface, &rect, 0, &opt);
in ClearRect()
|
/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 374 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