Searched defs:cropRect (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | image_filter.cpp | 26 std::shared_ptr<ImageFilter> input, const Rect& cropRect) noexcept : ImageFilter() in ImageFilter() 33 ImageBlurType blurType, const Rect& cropRect) noexcept in ImageFilter() 41 std::shared_ptr<ImageFilter> input, const Rect& cropRect) noexcept in ImageFilter() 49 ImageBlurType blurType, const Rect& cropRect) noexcept in ImageFilter() 57 ImageBlurType blurType, const Rect& cropRect) in InitWithColorBlur() 107 const ColorFilter& cf, std::shared_ptr<ImageFilter> input, const Rect& cropRect) in CreateColorFilterImageFilter() 113 scalar sigmaX, scalar sigmaY, ImageBlurType blurType, const Rect& cropRect) in CreateColorBlurImageFilter() 120 scalar dx, scalar dy, std::shared_ptr<ImageFilter> input, const Rect& cropRect) in CreateOffsetImageFilter() 136 std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) in CreateArithmeticImageFilter() 165 std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) noexcept in ImageFilter() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_image_filter.cpp | 55 ImageBlurType blurType, const Rect& cropRect) in InitWithBlur() 68 const std::shared_ptr<ImageFilter> f, const Rect& cropRect) in InitWithColor() 83 const std::shared_ptr<ImageFilter> f, const Rect& cropRect) in InitWithOffset() 95 ImageBlurType blurType, const Rect& cropRect) in InitWithColorBlur() 108 const std::shared_ptr<ImageFilter> f2, const Rect& cropRect) in InitWithArithmetic() 187 void SkiaImageFilter::InitWithBlend(BlendMode mode, const Rect& cropRect, in InitWithBlend() 203 void SkiaImageFilter::InitWithShader(std::shared_ptr<ShaderEffect> shader, const Rect& cropRect) in InitWithShader()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 286 bool PostProc::ProcessScanlineFilter(ScanlineFilter &scanlineFilter, const Rect &cropRect, PixelMap… in ProcessScanlineFilter() 311 uint32_t PostProc::CheckScanlineFilter(const Rect &cropRect, ImageInfo &dstImageInfo, PixelMap &pix… in CheckScanlineFilter() 363 uint32_t PostProc::ConvertProc(const Rect &cropRect, ImageInfo &dstImageInfo, PixelMap &pixelMap, in ConvertProc() 573 uint32_t PostProc::NeedScanlineFilter(const Rect &cropRect, const Size &srcSize, const bool &hasPix… in NeedScanlineFilter() 712 void PostProc::SetScanlineCropAndConvert(const Rect &cropRect, ImageInfo &dstImageInfo, ImageInfo &… in SetScanlineCropAndConvert()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | post_proc_test.cpp | 432 Rect cropRect; variable 476 Rect cropRect; variable 521 Rect cropRect; variable 902 Rect cropRect; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/ |
H A D | image_source_fuzz.cpp | 66 Rect cropRect; in ImageSourceFuncTest001() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 342 bool ImageSource::ImageConverChange(const Rect &cropRect, ImageInfo &dstImageInfo, ImageInfo &srcIm… in ImageConverChange()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_test.cpp | 1263 Rect cropRect; variable 1281 Rect cropRect; variable
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2690 bool ImageSource::ImageConverChange(const Rect &cropRect, ImageInfo &dstImageInfo, ImageInfo &srcIm… in ImageConverChange()
|