Searched refs:dstSurfaceData (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | gfx_engines.cpp | 114 bool GfxEngines::GfxFillArea(const LiteSurfaceData& dstSurfaceData, in GfxFillArea() argument 119 if (gfxFuncs_ == nullptr || dstSurfaceData.phyAddr == nullptr) { in GfxFillArea() 123 if (!Convert2ISurface(dstSurfaceData, surface)) { in GfxFillArea() 140 const LiteSurfaceData& dstSurfaceData, in GfxBlit() 144 if (gfxFuncs_ == nullptr || srcSurfaceData.phyAddr == nullptr || dstSurfaceData.phyAddr == nullptr) { in GfxBlit() 152 if (!Convert2ISurface(dstSurfaceData, dstSurface)) { in GfxBlit() 138 GfxBlit(const LiteSurfaceData& srcSurfaceData, const Rect& srcRect, const LiteSurfaceData& dstSurfaceData, int16_t x, int16_t y) GfxBlit() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/ |
H A D | gfx_engines.h | 33 bool GfxFillArea(const LiteSurfaceData& dstSurfaceData, 40 const LiteSurfaceData& dstSurfaceData,
|
Completed in 1 milliseconds