Searched refs:CopyPixelMap (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 147 static RefPtr<PixelMap> CopyPixelMap(const RefPtr<PixelMap>& pixelMap);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_pixel_map.cpp | 98 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 D | pixel_map.h | 427 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 D | pixel_map_ohos.cpp | 92 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 D | pixel_map.h | 228 static bool CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 799 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 D | gesture_event_hub.cpp | 692 preScaledPixelMap = PixelMap::CopyPixelMap(defaultPixelMap); in GetPreScaledPixelMapIfExist()
|
H A D | drag_event.cpp | 2587 preScaledPixelMap_ = PixelMap::CopyPixelMap(pixelMap); in DoPixelMapScaleForDragThroughTouch()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_manager.cpp | 2064 pixelMapDuplicated = PixelMap::CopyPixelMap(gatherPixelMap); in GetGatherPixelMap()
|