Home
last modified time | relevance | path

Searched refs:GradientBlurType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dimage_filter_impl.h44 enum class GradientBlurType : uint8_t { enum
70 GradientDir direction, GradientBlurType blurType,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dimage_filter.h106 GradientBlurType blurType, std::shared_ptr<ImageFilter> input);
162 … GradientDir direction, GradientBlurType blurType, std::shared_ptr<ImageFilter> input) noexcept;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp79 GradientDir direction, GradientBlurType blurType, std::shared_ptr<ImageFilter> input) noexcept in ImageFilter()
128 GradientBlurType blurType, std::shared_ptr<ImageFilter> input) in CreateGradientBlurImageFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
H A Dimage_filter_fuzzer.cpp175 …static_cast<GradientDir>(direction % GRADIENTDIR_SIZE), static_cast<GradientBlurType>(blurType % B… in ImageFilterFuzzTest004()
182 static_cast<GradientBlurType>(blurType % BLURTYPE_SIZE), imageFilterOne); in ImageFilterFuzzTest004()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.h50 GradientDir direction, GradientBlurType blurType,
H A Dskia_image_filter.cpp145 GradientBlurType blurType, const std::shared_ptr<ImageFilter> f) in InitWithGradientBlur()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp70 Drawing::GradientBlurType blurType; in ProcessImageDDGR()
72 blurType = Drawing::GradientBlurType::ALPHA_BLEND; in ProcessImageDDGR()
77 blurType = Drawing::GradientBlurType::RADIUS_GRADIENT; in ProcessImageDDGR()