Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
Ddraw_textblob_test.cpp34 auto blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(3.f, in OnTestFunction() local
91 auto blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(3.f, in OnTestPerformance() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/
Djs_shadow_layer.h29 : m_blurDrawLooper(blurDrawLooper) {} in m_blurDrawLooper() argument
Djs_shadow_layer.cpp119 …i_value JsShadowLayer::CreateLooper(napi_env env, const std::shared_ptr<BlurDrawLooper> blurDrawLo… in CreateLooper()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/blurdrawlooper_fuzzer/
Dblurdrawlooper_fuzzer.cpp40 …std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, … in BlurDrawLooperFuzzTest() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
Dblur_draw_looper_test.cpp52 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, variable
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/
Dpaint_fuzzer.cpp126 …std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, … in PaintFuzzTest002() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dbrush.cpp123 void Brush::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper()
Dpaint.cpp224 void Paint::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper()
Dpen.cpp232 void Pen::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/
Dbrush_fuzzer.cpp114 …std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, … in BrushFuzzTestInner05() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/
Dpen_fuzzer.cpp121 …std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(blurRadius, … in PenFuzzTestInner04() local
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
Dbrush_test.cpp619 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, variable
Dpen_test.cpp807 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dcmd_list_helper.cpp818 std::shared_ptr<BlurDrawLooper> blurDrawLooper) in AddBlurDrawLooperToCmdList()
Ddraw_cmd.cpp222 auto blurDrawLooper = CmdListHelper::GetBlurDrawLooperFromCmdList(cmdList, in GeneratePaintFromHandle() local