Home
last modified time | relevance | path

Searched refs:ConvertSkImageToPixmap (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp44 RefPtr<PixelMap> PixelMap::ConvertSkImageToPixmap( in ConvertSkImageToPixmap() function in OHOS::Ace::PixelMap
H A Dpixel_map_preview.h29 static RefPtr<PixelMap> ConvertSkImageToPixmap(
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h157 static RefPtr<PixelMap> ConvertSkImageToPixmap(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.cpp183 return PixelMap::ConvertSkImageToPixmap(addr, length, width, height); in GetPixelMap()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp282 RefPtr<PixelMap> PixelMap::ConvertSkImageToPixmap( in ConvertSkImageToPixmap() function in OHOS::Ace::PixelMap
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp250 return PixelMap::ConvertSkImageToPixmap(addr, length, width, height); in GetPixelMap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp1653 return PixelMap::ConvertSkImageToPixmap(addr, length, width, height);
1691 return PixelMap::ConvertSkImageToPixmap(addr, length, width, height);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5377 …pixelMap_ = PixelMap::ConvertSkImageToPixmap(static_cast<const uint32_t*>(data), len, width, heigh… in OnDragAndDropData()
5397 …pixelMap_ = PixelMap::ConvertSkImageToPixmap(static_cast<const uint32_t*>(data), len, width, heigh… in OnDragAndDropDataUdmf()
7216 …webPattern->CreateOverlay(PixelMap::ConvertSkImageToPixmap(static_cast<const uint32_t*>(data), len… in CreateOverlay()