Home
last modified time | relevance | path

Searched refs:dstSurfaceData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp114 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() argument
144 …if (gfxFuncs_ == nullptr || srcSurfaceData.phyAddr == nullptr || dstSurfaceData.phyAddr == nullptr… in GfxBlit()
152 if (!Convert2ISurface(dstSurfaceData, dstSurface)) { in GfxBlit()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/
H A Dgfx_engines.h33 bool GfxFillArea(const LiteSurfaceData& dstSurfaceData,
40 const LiteSurfaceData& dstSurfaceData,