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 D | image_filter_impl.h | 44 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 D | image_filter.h | 106 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 D | image_filter.cpp | 79 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 D | image_filter_fuzzer.cpp | 175 …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 D | skia_image_filter.h | 50 GradientDir direction, GradientBlurType blurType,
|
H A D | skia_image_filter.cpp | 145 GradientBlurType blurType, const std::shared_ptr<ImageFilter> f) in InitWithGradientBlur()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
H A D | ge_linear_gradient_blur_shader_filter.cpp | 70 Drawing::GradientBlurType blurType; in ProcessImageDDGR() 72 blurType = Drawing::GradientBlurType::ALPHA_BLEND; in ProcessImageDDGR() 77 blurType = Drawing::GradientBlurType::RADIUS_GRADIENT; in ProcessImageDDGR()
|