Searched refs:dstSurface (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 152 ISurface dstSurface = { 0 }; in BlitLayer() local 166 InitGfxSurface(dstSurface, *dstBuffer); in BlitLayer() 186 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt); in BlitLayer() 191 ISurface dstSurface = { 0 }; in ClearRect() local 196 InitGfxSurface(dstSurface, *dstBuffer); in ClearRect() 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 | 133 ISurface dstSurface = { 0 };
in BlitLayer() local 144 InitGfxSurface(dstSurface, *dstBuffer);
in BlitLayer() 164 return mGfxFuncs->Blit(&srcSurface, &crop, &dstSurface, &displayRect, &opt);
in BlitLayer() 169 ISurface dstSurface = { 0 };
in ClearRect() local 174 InitGfxSurface(dstSurface, *dstBuffer);
in ClearRect() 177 return mGfxFuncs->FillRect(&dstSurface, &rect, 0, &opt);
in ClearRect()
|
/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 324 ISurface dstSurface = {0}; in BlitTest() local 341 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in BlitTest() 344 ret = g_displayTest.gfxFuncs->Blit(&srcSurface, &srcRect, &dstSurface, &dstRect, NULL); in BlitTest() 363 ISurface dstSurface = {0}; in FillRectTest() local 372 DestSurfaceInit(&dstSurface, g_displayTest.buffer.data.phyAddr, LAYER_BPP); in FillRectTest() 375 ret = g_displayTest.gfxFuncs->FillRect(&dstSurface, &rect, HIFB_RED_1555, &opt); in FillRectTest()
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | display_gfx.h | 101 * @param dstSurface Indicates the pointer to the destination bitmap. 108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
|
/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_gfx.h | 101 * @param dstSurface Indicates the pointer to the destination bitmap. 108 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
|
/drivers/peripheral/display/interfaces/include/ |
H A D | display_gfx.h | 137 * @param dstSurface Indicates the pointer to the destination bitmap. 146 int32_t (*Blit)(ISurface *srcSurface, IRect *srcRect, ISurface *dstSurface, IRect *dstRect, GfxOpt *opt);
|
Completed in 3 milliseconds