Searched refs:InitGfxSurface (Results 1 - 5 of 5) sorted by relevance
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 131 void HdiGfxComposition::InitGfxSurface(ISurface &iSurface, HdiLayerBuffer &buffer) in InitGfxSurface() function in OHOS::HDI::DISPLAY::HdiGfxComposition 161 InitGfxSurface(srcSurface, *srcBuffer); in BlitLayer() 166 InitGfxSurface(dstSurface, *dstBuffer); in BlitLayer() 196 InitGfxSurface(dstSurface, *dstBuffer); in ClearRect()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 114 void HdiGfxComposition::InitGfxSurface(ISurface &surface, HdiLayerBuffer &buffer)
in InitGfxSurface() function in OHOS::HDI::DISPLAY::HdiGfxComposition 139 InitGfxSurface(srcSurface, *srcBuffer);
in BlitLayer() 144 InitGfxSurface(dstSurface, *dstBuffer);
in BlitLayer() 174 InitGfxSurface(dstSurface, *dstBuffer);
in ClearRect()
|
H A D | hdi_video_composition.h | 38 void InitGfxSurface(ISurface &surface, HdiLayerBuffer &buffer);
|
H A D | hdi_gfx_composition.h | 35 void InitGfxSurface(ISurface &surface, HdiLayerBuffer &buffer);
|
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_gfx_composition.h | 36 void InitGfxSurface(ISurface &iSurface, HdiLayerBuffer &buffer);
|
Completed in 2 milliseconds