Home
last modified time | relevance | path

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 Dimage_filter.cpp26 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 Dskia_image_filter.cpp55 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 Dpost_proc.cpp286 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 Dpost_proc_test.cpp432 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 Dimage_source_fuzz.cpp66 Rect cropRect; in ImageSourceFuncTest001() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp342 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 Dimage_source_test.cpp1263 Rect cropRect; variable
1281 Rect cropRect; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2690 bool ImageSource::ImageConverChange(const Rect &cropRect, ImageInfo &dstImageInfo, ImageInfo &srcIm… in ImageConverChange()