Home
last modified time | relevance | path

Searched refs:CopyPixelMap (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h147 static RefPtr<PixelMap> CopyPixelMap(const RefPtr<PixelMap>& pixelMap);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp98 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap() function in OHOS::Media::PixelMap
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h427 static bool CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error);
428 static bool CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp92 RefPtr<PixelMap> PixelMap::CopyPixelMap(const RefPtr<PixelMap>& pixelMap) in CopyPixelMap() function in OHOS::Ace::PixelMap
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.h228 static bool CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp799 if (!CopyPixelMap(source, *dstPixelMap.get(), errorCode)) { in Create()
921 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap() function in OHOS::Media::PixelMap
924 return CopyPixelMap(source, dstPixelMap, error); in CopyPixelMap()
950 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error) in CopyPixelMap() function in OHOS::Media::PixelMap
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp692 preScaledPixelMap = PixelMap::CopyPixelMap(defaultPixelMap); in GetPreScaledPixelMapIfExist()
H A Ddrag_event.cpp2587 preScaledPixelMap_ = PixelMap::CopyPixelMap(pixelMap); in DoPixelMapScaleForDragThroughTouch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp2064 pixelMapDuplicated = PixelMap::CopyPixelMap(gatherPixelMap); in GetGatherPixelMap()