Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
H A Dsk_image_chain.cpp50 cpuSurface_ = nullptr; in ~SKImageChain()
106 cpuSurface_ = SkSurface::MakeRasterDirect(imageInfo_, const_cast<void*>(dstPixmap_->addr()), in CreateCPUCanvas()
108 if (!cpuSurface_) { in CreateCPUCanvas()
112 canvas_ = cpuSurface_->getCanvas(); in CreateCPUCanvas()
164 if (cpuSurface_ != nullptr) { in ForceCPU()
165 canvas_ = cpuSurface_->getCanvas(); in ForceCPU()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/include/
H A Dsk_image_chain.h88 sk_sp<SkSurface> cpuSurface_ = nullptr; variable