Home
last modified time | relevance | path

Searched defs:dstPixelMap (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_chain_unittest.cpp46 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; in HWTEST_F() local
74 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; in HWTEST_F() local
103 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; in HWTEST_F() local
131 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; in HWTEST_F() local
150 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/skia_effectChain/src/
H A Dsk_image_chain.cpp88 auto dstPixelMap = Media::PixelMap::Create(opts); in InitWithoutCanvas() local
54 Render(const std::vector<sk_sp<SkImageFilter>>& skFilters, const bool& forceCPU, std::shared_ptr<Media::PixelMap>& dstPixelMap) Render() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dnative_image_test.cpp509 PixelMap dstPixelMap; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp348 static bool ChoosePixelmap(unique_ptr<PixelMap> &dstPixelMap, PixelFormat pixelFormat, int &errorCode) in ChoosePixelmap() argument
367 static void SetYUVDataInfoToPixelMap(unique_ptr<PixelMap> &dstPixelMap) in SetYUVDataInfoToPixelMap() argument
415 unique_ptr<PixelMap> dstPixelMap; Create() local
623 CheckPixelMap(unique_ptr<PixelMap>& dstPixelMap, const InitializationOptions &opts) CheckPixelMap() argument
643 unique_ptr<PixelMap> dstPixelMap; Create() local
691 UpdatePixelsAlpha(const AlphaType &alphaType, const PixelFormat &pixelFormat, uint8_t *dstPixels, PixelMap &dstPixelMap) UpdatePixelsAlpha() argument
718 BuildPixelMap(unique_ptr<PixelMap> &dstPixelMap, const CropValue &cropType, ImageInfo &dstImageInfo, const Rect &sRect, const ImageInfo &srcImageInfo) BuildPixelMap() argument
776 unique_ptr<PixelMap> dstPixelMap = nullptr; Create() local
799 SourceCropAndConvert(PixelMap &source, const ImageInfo &srcImageInfo, const ImageInfo &dstImageInfo, const Rect &srcRect, PixelMap &dstPixelMap) SourceCropAndConvert() argument
844 ScalePixelMap(const Size &targetSize, const Size &dstSize, const ScaleMode &scaleMode, PixelMap &dstPixelMap) ScalePixelMap() argument
907 CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) CopyPixelMap() argument
913 SetDstPixelMapInfo(PixelMap &source, PixelMap &dstPixelMap, void* dstPixels, uint32_t dstPixelsSize, unique_ptr<AbsMemory>& memory) SetDstPixelMapInfo() argument
936 CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error) CopyPixelMap() argument
2673 PixelMap* dstPixelMap = PixelMap::Unmarshalling(parcel, error); Unmarshalling() local
[all...]

Completed in 7 milliseconds