Home
last modified time | relevance | path

Searched defs:blurType (Results 1 – 20 of 20) 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/arkui/ace_engine/frameworks/core/components/common/properties/
Dcommon_decoration.h75 BlurType blurType = BlurType::WITHIN_WINDOW; member
Ddecoration.h134 BlurType blurType = BlurType::WITHIN_WINDOW; member
/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
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_common_bridge.cpp2849 …nfo* runtimeCallInfo, bool& isValidColor, Color& inactiveColor, int32_t& policy, int32_t& blurType) in SetBackgroundBlurStyleParam()
2907 auto blurType = static_cast<int32_t>(BlurType::WITHIN_WINDOW); in SetBackgroundBlurStyle() local
4980 …SetBackgroundEffectParam(ArkUIRuntimeCallInfo* runtimeCallInfo, int32_t& policy, int32_t& blurType, in SetBackgroundEffectParam()
5053 auto blurType = static_cast<int32_t>(BlurType::WITHIN_WINDOW); in SetBackgroundEffect() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_common_modifier.cpp1723 ArkUI_Int32 blurType = (*intArray)[NUM_4]; in SetBackgroundBlurStyle() local
3471 ArkUI_Int32 blurValuesSize, ArkUI_Int32 policy, ArkUI_Int32 blurType, ArkUI_Bool isValidColor, in SetBackgroundEffect()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view_abstract.cpp2927 auto blurType = static_cast<int32_t>(BlurType::WITHIN_WINDOW); in ParseBlurStyleOption() local
3065 auto blurType = static_cast<int32_t>(BlurType::WITHIN_WINDOW); in ParseEffectOption() local