| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
| D | mask_filter.cpp | 25 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()
|
| D | image_filter.cpp | 38 ImageBlurType blurType, const Rect& cropRect) noexcept in ImageFilter() 54 ImageBlurType blurType, const Rect& cropRect) noexcept in ImageFilter() 62 ImageBlurType blurType, const Rect& cropRect) in InitWithColorBlur() 84 GradientDir direction, GradientBlurType blurType, std::shared_ptr<ImageFilter> input) noexcept in ImageFilter() 118 std::shared_ptr<ImageFilter> input, ImageBlurType blurType, const Rect& cropRect) in CreateBlurImageFilter() 143 scalar sigmaX, scalar sigmaY, ImageBlurType blurType, const Rect& cropRect) in CreateColorBlurImageFilter() 164 GradientBlurType blurType, std::shared_ptr<ImageFilter> input) in CreateGradientBlurImageFilter()
|
| D | blur_image_filter_obj.cpp | 47 ImageBlurType blurType, const Rect& cropRect) in Create() 54 …TileMode tileMode, const std::shared_ptr<ImageFilter>& input, ImageBlurType blurType, const Rect& … in BlurImageFilterObj()
|
| D | image_filter_lazy.cpp | 39 …TileMode tileMode, const std::shared_ptr<ImageFilter>& input, ImageBlurType blurType, const Rect& … in CreateBlur()
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| D | drawing_mask_filter.cpp | 24 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/ |
| D | core3d_post_process_pre_pass_cam.json | 7 "blurType": "normal", string
|
| D | core3d_post_process_reflection_cam.json | 7 "blurType": "normal", string
|
| D | core3d_post_process_cam.json | 38 "blurType": "normal", string
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmaskfilter_fuzzer/ |
| D | maskfilter_fuzzer.cpp | 44 uint32_t blurType = GetObject<uint32_t>(); in MaskFilterTest() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/maskfilter_fuzzer/ |
| D | maskfilter_fuzzer.cpp | 40 uint32_t blurType = GetObject<uint32_t>(); in MaskFilterFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/filter_fuzzer/ |
| D | filter_fuzzer.cpp | 53 uint32_t blurType = GetObject<uint32_t>(); in FilterFuzzTest() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkfilter_fuzzer/ |
| D | filter_fuzzer.cpp | 56 uint32_t blurType = GetObject<uint32_t>(); in FilterTest() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| D | skia_image_filter.cpp | 68 ImageBlurType blurType, const Rect& cropRect) in InitWithBlur() 129 ImageBlurType blurType, const Rect& cropRect) in InitWithColorBlur() 192 GradientBlurType blurType, const std::shared_ptr<ImageFilter> f) in InitWithGradientBlur()
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/mask_filter_napi/ |
| D | js_mask_filter.cpp | 102 int32_t blurType = 0; in CreateBlurMaskFilter() local
|
| /foundation/arkui/ace_engine/interfaces/inner_api/ace_kit/include/ui/properties/ |
| D | blur_style_option.h | 95 BlurType blurType = BlurType::WITHIN_WINDOW; member 205 BlurType blurType = BlurType::WITHIN_WINDOW; member
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/imagefilter_fuzzer/ |
| D | image_filter_fuzzer.cpp | 145 uint32_t blurType = GetObject<uint32_t>(); in ImageFilterFuzzTest003() local 213 uint32_t blurType = GetObject<uint32_t>(); in ImageFilterFuzzTest004() local
|
| /foundation/graphic/graphic_2d/rosen/test/dtk/function/Bitmap/ |
| D | dtk_Bitmap_Scene32.cpp | 235 for (auto& blurType : blurTypes) { variable 531 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene8.cpp | 419 for (auto& blurType : blurTypes) { variable 1023 for (auto& blurType : blurTypes) { variable 1206 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene2.cpp | 345 for (auto& blurType : blurTypes) { variable 406 for (auto& blurType : blurTypes) { variable 1202 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene28.cpp | 407 for (auto& blurType : blurTypes) { variable 693 for (auto& blurType : blurTypes) { variable 1161 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene22.cpp | 274 for (auto& blurType : blurTypes) { variable 550 for (auto& blurType : blurTypes) { variable 989 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene9.cpp | 234 for (auto& blurType : blurTypes) { variable 987 for (auto& blurType : blurTypes) { variable 1791 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene18.cpp | 472 for (auto& blurType : blurTypes) { variable 765 for (auto& blurType : blurTypes) { variable 1233 for (auto& blurType : blurTypes) { variable
|
| D | dtk_Bitmap_Scene12.cpp | 296 for (auto& blurType : blurTypes) { variable 665 for (auto& blurType : blurTypes) { variable 1118 for (auto& blurType : blurTypes) { variable
|
| /foundation/graphic/graphic_2d/rosen/test/dtk/function/Pixmap/ |
| D | dtk_Pixmap_Scene2.cpp | 250 for (auto& blurType : blurTypes) { variable 496 for (auto& blurType : blurTypes) { variable 1345 for (auto& blurType : blurTypes) { variable 1518 for (auto& blurType : blurTypes) { variable
|