Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp138 bool GfxEngines::GfxBlit(const LiteSurfaceData& srcSurfaceData, in GfxBlit() argument
144 …if (gfxFuncs_ == nullptr || srcSurfaceData.phyAddr == nullptr || dstSurfaceData.phyAddr == nullptr… in GfxBlit()
149 if (!Convert2ISurface(srcSurfaceData, srcSurface)) { in GfxBlit()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/innerkits/hals/
H A Dgfx_engines.h38 bool GfxBlit(const LiteSurfaceData& srcSurfaceData,