Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp192 auto latticeSptrAddr = in DrawImageLattice() local
194 CHECK_NULL_RETURN((latticeSptrAddr && (*latticeSptrAddr)), false); in DrawImageLattice()
226 auto lattice = *(*latticeSptrAddr); in DrawImageLattice()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp281 auto latticeSptrAddr = in DrawImageLattice() local
312 auto lattice = *(*latticeSptrAddr); in DrawImageLattice()
317 recordingCanvas.DrawImageLattice(image_.get(), *(*latticeSptrAddr), dstRect, filterMode); in DrawImageLattice()