Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp178 SkPixmap newSrcPixmap = CloneSkPixmap(srcPixmap, dstPixels); in GetPixelMap() local
179 const auto* addr = newSrcPixmap.addr32(); in GetPixelMap()
180 auto width = static_cast<int32_t>(newSrcPixmap.width()); in GetPixelMap()
181 auto height = static_cast<int32_t>(newSrcPixmap.height()); in GetPixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp1648 SkPixmap newSrcPixmap = CloneSkPixmap(srcPixmap); local
1649 auto addr = newSrcPixmap.addr32();
1650 int32_t width = static_cast<int32_t>(newSrcPixmap.width());
1651 int32_t height = static_cast<int32_t>(newSrcPixmap.height());