Searched refs:ConvertSkImageToPixmap (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | pixel_map_preview.cpp | 44 RefPtr<PixelMap> PixelMap::ConvertSkImageToPixmap( in ConvertSkImageToPixmap() function in OHOS::Ace::PixelMap
|
H A D | pixel_map_preview.h | 29 static RefPtr<PixelMap> ConvertSkImageToPixmap(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 157 static RefPtr<PixelMap> ConvertSkImageToPixmap(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | skia_image.cpp | 183 return PixelMap::ConvertSkImageToPixmap(addr, length, width, height); in GetPixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.cpp | 282 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 D | drawing_image.cpp | 250 return PixelMap::ConvertSkImageToPixmap(addr, length, width, height); in GetPixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 1653 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 D | web_delegate.cpp | 5377 …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()
|