Searched refs:Blit (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | display_gfx.h | 108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt); member
|
/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_gfx.h | 108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt); member
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_gfx.h | 146 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt); member
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 185 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null")); in BlitLayer() 186 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 163 DISPLAY_CHK_RETURN(mGfxFuncs == nullptr, DISPLAY_FAILURE, DISPLAY_LOGE("Blit: mGfxFuncs is null"));
in BlitLayer() 164 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt);
in BlitLayer()
|
/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 343 if (g_displayTest.gfxFuncs->Blit != NULL) { in BlitTest() 344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest() 346 HDF_LOGE("%s: Blit fail", __func__); in BlitTest()
|
Completed in 3 milliseconds