Home
last modified time | relevance | path

Searched defs:dstPixelMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_chain_unittest.cpp46 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; variable
74 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; variable
103 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; variable
131 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; variable
150 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
H A Dsk_image_chain.cpp55 std::shared_ptr<Media::PixelMap>& dstPixelMap) in Render()
88 auto dstPixelMap = Media::PixelMap::Create(opts); in InitWithoutCanvas() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp69 PixelMap &dstPixelMap) in UpdatePixelsAlpha()
83 const Rect &srcRect, PixelMap &dstPixelMap) in SourceCropAndConvert()
89 PixelMap &dstPixelMap) in ScalePixelMap()
98 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp363 static void SetYUVDataInfoToPixelMap(unique_ptr<PixelMap> &dstPixelMap) in SetYUVDataInfoToPixelMap()
418 unique_ptr<PixelMap> dstPixelMap; in Create() local
654 unique_ptr<PixelMap> dstPixelMap; in Create() local
700 PixelMap &dstPixelMap) in UpdatePixelsAlpha()
729 static int32_t BuildPixelMap(unique_ptr<PixelMap> &dstPixelMap, const CropValue &cropType, in BuildPixelMap()
788 unique_ptr<PixelMap> dstPixelMap = nullptr; in Create() local
813 const Rect &srcRect, PixelMap &dstPixelMap) in SourceCropAndConvert()
859 PixelMap &dstPixelMap) in ScalePixelMap()
921 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap()
950 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error) in CopyPixelMap()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp509 PixelMap dstPixelMap; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp336 bool ImageFormatConvert::SetConvertImageMetaData(PixelMap *srcPixelMap, PixelMap *dstPixelMap) in SetConvertImageMetaData()