Home
last modified time | relevance | path

Searched defs:blurType (Results 1 – 15 of 15) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
Dmask_filter.cpp25 MaskFilter::MaskFilter(FilterType t, BlurType blurType, scalar sigma, bool respectCTM) noexcept : M… in MaskFilter()
42 std::shared_ptr<MaskFilter> MaskFilter::CreateBlurMaskFilter(BlurType blurType, scalar sigma, bool … in CreateBlurMaskFilter()
Dimage_filter.cpp33 ImageBlurType blurType, const Rect& cropRect) noexcept in ImageFilter()
49 ImageBlurType blurType, const Rect& cropRect) noexcept in ImageFilter()
57 ImageBlurType blurType, const Rect& cropRect) in InitWithColorBlur()
79 GradientDir direction, GradientBlurType blurType, std::shared_ptr<ImageFilter> input) noexcept in ImageFilter()
100 std::shared_ptr<ImageFilter> input, ImageBlurType blurType, const Rect& cropRect) in CreateBlurImageFilter()
113 scalar sigmaX, scalar sigmaY, ImageBlurType blurType, const Rect& cropRect) in CreateColorBlurImageFilter()
128 GradientBlurType blurType, std::shared_ptr<ImageFilter> input) in CreateGradientBlurImageFilter()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
Ddrawing_mask_filter.cpp29 OH_Drawing_MaskFilter* OH_Drawing_MaskFilterCreateBlur(OH_Drawing_BlurType blurType, float sigma, b… in OH_Drawing_MaskFilterCreateBlur()
/foundation/graphic/graphic_3d/lume/Lume_3D/assets/3d/renderdataconfigurations/postprocess/
Dcore3d_post_process_pre_pass_cam.json7 "blurType": "normal", string
Dcore3d_post_process_reflection_cam.json11 "blurType": "normal", string
Dcore3d_post_process_cam.json37 "blurType": "normal", string
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/maskfilter_fuzzer/
Dmaskfilter_fuzzer.cpp38 uint32_t blurType = GetObject<uint32_t>(); in MaskFilterFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmaskfilter_fuzzer/
Dmaskfilter_fuzzer.cpp44 uint32_t blurType = GetObject<uint32_t>(); in MaskFilterTest() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_image_filter.cpp55 ImageBlurType blurType, const Rect& cropRect) in InitWithBlur()
95 ImageBlurType blurType, const Rect& cropRect) in InitWithColorBlur()
145 GradientBlurType blurType, const std::shared_ptr<ImageFilter> f) in InitWithGradientBlur()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/filter_fuzzer/
Dfilter_fuzzer.cpp53 uint32_t blurType = GetObject<uint32_t>(); in FilterFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfilter_fuzzer/
Dfilter_fuzzer.cpp56 uint32_t blurType = GetObject<uint32_t>(); in FilterTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/
Dimage_filter_fuzzer.cpp112 uint32_t blurType = GetObject<uint32_t>(); in ImageFilterFuzzTest003() local
173 uint32_t blurType = GetObject<uint32_t>(); in ImageFilterFuzzTest004() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/mask_filter_napi/
Djs_mask_filter.cpp102 int32_t blurType = 0; in CreateBlurMaskFilter() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_material_filter.cpp182 …auto blurType = KAWASE_BLUR_ENABLED ? Drawing::ImageBlurType::KAWASE : Drawing::ImageBlurType::GAU… in CreateMaterialFilter() local
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
Dge_linear_gradient_blur_shader_filter.cpp70 Drawing::GradientBlurType blurType; in ProcessImageDDGR() local