Home
last modified time | relevance | path

Searched refs:CreateGradientBlurImageFilter (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dimage_filter.h104 static std::shared_ptr<ImageFilter> CreateGradientBlurImageFilter(float radius,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dimage_filter.cpp126 std::shared_ptr<ImageFilter> ImageFilter::CreateGradientBlurImageFilter(float radius, in CreateGradientBlurImageFilter() function in OHOS::Rosen::Drawing::ImageFilter
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
H A Dimage_filter_fuzzer.cpp174 …std::shared_ptr<ImageFilter> imageFilterFour = ImageFilter::CreateGradientBlurImageFilter(radius, … in ImageFilterFuzzTest004()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_linear_gradient_blur_shader_filter.cpp79 imageFilter.SetImageFilter(Drawing::ImageFilter::CreateGradientBlurImageFilter( in ProcessImageDDGR()