Searched defs:blurDrawLooper (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/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
|
/ohos5.0/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, … in BlurDrawLooperFuzzTest() local
|
/ohos5.0/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, variable
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/ |
H A D | js_shadow_layer.cpp | 119 …i_value JsShadowLayer::CreateLooper(napi_env env, const std::shared_ptr<BlurDrawLooper> blurDrawLo… in CreateLooper()
|
/ohos5.0/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, … in PaintFuzzTest002() local
|
/ohos5.0/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, … in BrushFuzzTestInner05() local
|
/ohos5.0/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()
|
H A D | paint.cpp | 224 void Paint::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper()
|
H A D | pen.cpp | 232 void Pen::SetLooper(std::shared_ptr<BlurDrawLooper> blurDrawLooper) in SetLooper()
|
/ohos5.0/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, … in PenFuzzTestInner04() local
|
/ohos5.0/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, variable
|
H A D | pen_test.cpp | 807 std::shared_ptr<BlurDrawLooper> blurDrawLooper = BlurDrawLooper::CreateBlurDrawLooper(radius, variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list_helper.cpp | 818 std::shared_ptr<BlurDrawLooper> blurDrawLooper) in AddBlurDrawLooperToCmdList()
|
H A D | draw_cmd.cpp | 222 auto blurDrawLooper = CmdListHelper::GetBlurDrawLooperFromCmdList(cmdList, in GeneratePaintFromHandle() local
|