/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/blurdrawlooper_fuzzer/ |
H A D | blurdrawlooper_fuzzer.cpp | 40 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, dx, dy, color); in BlurDrawLooperFuzzTest() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/ |
H A D | draw_textblob_test.cpp | 34 auto blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(3.f, in OnTestFunction() local 91 auto blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(3.f, in OnTestPerformance() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | blur_draw_looper_test.cpp | 52 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | brush_test.cpp | 619 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, in HWTEST_F() local
|
H A D | pen_test.cpp | 807 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | brush.cpp | 123 void Brush::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper() argument
|
H A D | paint.cpp | 225 void Paint::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper() argument
|
H A D | pen.cpp | 232 void Pen::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/ |
H A D | paint_fuzzer.cpp | 126 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, dx, dy, color); in PaintFuzzTest002() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/ |
H A D | js_shadow_layer.cpp | 131 napi_value JsShadowLayer::CreateLooper(napi_env env, const std::shared_ptr<BlurDrawLooper> blurDrawLooper) in CreateLooper() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/ |
H A D | brush_fuzzer.cpp | 114 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, dx, dy, color); in BrushFuzzTestInner05() local
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
H A D | pen_fuzzer.cpp | 121 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, dx, dy, color); in PenFuzzTestInner04() local
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 817 AddBlurDrawLooperToCmdList(CmdList& cmdList, std::shared_ptr<BlurDrawLooper> blurDrawLooper) AddBlurDrawLooperToCmdList() argument
|
H A D | draw_cmd.cpp | 239 auto blurDrawLooper = CmdListHelper::GetBlurDrawLooperFromCmdList(cmdList, in GeneratePaintFromHandle() local
|