Home
last modified time | relevance | path

Searched defs:cropRect (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imagesource_fuzzer/src/
H A Dimage_source_fuzz.cpp66 Rect cropRect; in ImageSourceFuncTest001() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp56 InitWithColorBlur(const ColorFilter& cf, scalar x, scalar y, ImageBlurType blurType, const Rect& cropRect) InitWithColorBlur() argument
99 CreateBlurImageFilter(scalar sigmaX, scalar sigmaY, TileMode mode, std::shared_ptr<ImageFilter> input, ImageBlurType blurType, const Rect& cropRect) CreateBlurImageFilter() argument
106 CreateColorFilterImageFilter( const ColorFilter& cf, std::shared_ptr<ImageFilter> input, const Rect& cropRect) CreateColorFilterImageFilter() argument
112 CreateColorBlurImageFilter(const ColorFilter& cf, scalar sigmaX, scalar sigmaY, ImageBlurType blurType, const Rect& cropRect) CreateColorBlurImageFilter() argument
119 CreateOffsetImageFilter( scalar dx, scalar dy, std::shared_ptr<ImageFilter> input, const Rect& cropRect) CreateOffsetImageFilter() argument
134 CreateArithmeticImageFilter(const std::vector<scalar>& coefficients, bool enforcePMColor, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) CreateArithmeticImageFilter() argument
158 CreateBlendImageFilter(BlendMode mode, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground, const Rect& cropRect) CreateBlendImageFilter() argument
172 CreateShaderImageFilter( std::shared_ptr<ShaderEffect> shader, const Rect& cropRect) CreateShaderImageFilter() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.cpp54 InitWithBlur(scalar sigmaX, scalar sigmaY, TileMode mode, const std::shared_ptr<ImageFilter> f, ImageBlurType blurType, const Rect& cropRect) InitWithBlur() argument
67 InitWithColor(const ColorFilter& colorFilter, const std::shared_ptr<ImageFilter> f, const Rect& cropRect) InitWithColor() argument
82 InitWithOffset(scalar dx, scalar dy, const std::shared_ptr<ImageFilter> f, const Rect& cropRect) InitWithOffset() argument
94 InitWithColorBlur(const ColorFilter& colorFilter, scalar sigmaX, scalar sigmaY, ImageBlurType blurType, const Rect& cropRect) InitWithColorBlur() argument
106 InitWithArithmetic(const std::vector<scalar>& coefficients, bool enforcePMColor, const std::shared_ptr<ImageFilter> f1, const std::shared_ptr<ImageFilter> f2, const Rect& cropRect) InitWithArithmetic() argument
187 InitWithBlend(BlendMode mode, const Rect& cropRect, std::shared_ptr<ImageFilter> background, std::shared_ptr<ImageFilter> foreground) InitWithBlend() argument
203 InitWithShader(std::shared_ptr<ShaderEffect> shader, const Rect& cropRect) InitWithShader() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpost_proc_test.cpp432 Rect cropRect; in HWTEST_F() local
476 Rect cropRect; in HWTEST_F() local
521 Rect cropRect; HWTEST_F() local
902 Rect cropRect; HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1264 Rect cropRect; in HWTEST_F() local
1282 Rect cropRect; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc.cpp280 bool PostProc::ProcessScanlineFilter(ScanlineFilter &scanlineFilter, const Rect &cropRect, PixelMap &pixelMap, in ProcessScanlineFilter() argument
305 uint32_t PostProc::CheckScanlineFilter(const Rect &cropRect, ImageInfo &dstImageInfo, PixelMap &pixelMap, in CheckScanlineFilter() argument
350 uint32_t PostProc::ConvertProc(const Rect &cropRect, ImageInfo &dstImageInfo, PixelMap &pixelMap, in ConvertProc() argument
558 uint32_t PostProc::NeedScanlineFilter(const Rect &cropRect, cons argument
697 SetScanlineCropAndConvert(const Rect &cropRect, ImageInfo &dstImageInfo, ImageInfo &srcImageInfo, ScanlineFilter &scanlineFilter, bool hasPixelConvert) SetScanlineCropAndConvert() argument
[all...]

Completed in 9 milliseconds