/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_paint_test.cpp | 149 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F() 186 paint.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F() 194 paint2.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F() 224 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_path_effect.cpp | 26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePathEffect
|
H A D | texgine_path_effect.h | 29 void SetPathEffect(const std::shared_ptr<RSPathEffect> effect);
|
H A D | texgine_dash_path_effect.cpp | 27 pathEffect->SetPathEffect(effect); in Make()
|
H A D | texgine_path_1d_path_effect.cpp | 27 pathEffect->SetPathEffect(effect); in Make()
|
H A D | texgine_paint.cpp | 84 void TexginePaint::SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect) in SetPathEffect() function in OHOS::Rosen::TextEngine::TexginePaint 89 pen_->SetPathEffect(pathEffect->GetPathEffect()); in SetPathEffect()
|
H A D | texgine_paint.h | 135 void SetPathEffect(const std::shared_ptr<TexginePathEffect> pathEffect);
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | path_effect_test.cpp | 31 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestDrawDashPathEffect()
|
H A D | pen_test.cpp | 268 pen.SetPathEffect(PathEffect::CreateDashPathEffect(vals, 2, 25)); in TestPenPathEffect() 279 pen.SetPathEffect(PathEffect::CreatePathDashEffect(shapePath, 20, 0, PathDashStyle::MORPH)); in TestPenPathEffect()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/ |
H A D | pen_test.cpp | 650 pen->SetPathEffect(pathEffect); in HWTEST_F() 668 pen->SetPathEffect(pathEffect); in HWTEST_F() 740 pen->SetPathEffect(pathEffect); in HWTEST_F() 759 pen->SetPathEffect(pathEffect); in HWTEST_F() 870 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F() 897 pen.SetPathEffect(PathEffect::CreateCornerPathEffect(10)); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_pen.h | 53 virtual void SetPathEffect(std::shared_ptr<TestingPathEffect> /* effect */) {} in SetPathEffect() function in OHOS::Ace::Testing::TestingPen
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | shape_painter.cpp | 84 pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.h | 55 static napi_value SetPathEffect(napi_env env, napi_callback_info info);
|
H A D | js_pen.cpp | 53 DECLARE_NAPI_FUNCTION("setPathEffect", SetPathEffect), in Init() 515 napi_value JsPen::SetPathEffect(napi_env env, napi_callback_info info) in SetPathEffect() function in OHOS::Rosen::Drawing::JsPen 519 ROSEN_LOGE("JsPen::SetPathEffect jsPen is nullptr"); in SetPathEffect() 524 ROSEN_LOGE("JsPen::SetPathEffect pen is nullptr"); in SetPathEffect() 534 pen->SetPathEffect(jsPathEffect ? jsPathEffect->GetPathEffect() : nullptr); in SetPathEffect()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | pen.h | 256 void SetPathEffect(std::shared_ptr<PathEffect> e);
|
H A D | paint.h | 87 void SetPathEffect(std::shared_ptr<PathEffect> e);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_pen.cpp | 302 pen->SetPathEffect(nullptr); in OH_Drawing_PenSetPathEffect() 306 pen->SetPathEffect(pathEffectHandle->value); in OH_Drawing_PenSetPathEffect()
|
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_scale_ring_track.cpp | 60 pen.SetPathEffect(RSPathEffect::CreatePathDashEffect( in DrawScaleArc()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_painter.cpp | 105 pen.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/paint_fuzzer/ |
H A D | paint_fuzzer.cpp | 117 paint.SetPathEffect(pathEffect); in PaintFuzzTest002()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/pen_fuzzer/ |
H A D | pen_fuzzer.cpp | 81 pen.SetPathEffect(pathEffect); in PenFuzzTestInner03()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 108 paint.SetPathEffect( in PaintBorder() 113 paint.SetPathEffect( in PaintBorder() 119 paint.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder() 122 paint.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder() 126 paint.SetPathEffect(nullptr); in PaintBorder()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | pen.cpp | 182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect() function in OHOS::Rosen::Drawing::Pen
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | mask_cmd_list.cpp | 184 pen.SetPathEffect(pathEffect); in Playback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 393 strokePen_.SetPathEffect( in UpdateLineDash() 406 strokePen_.SetPathEffect(RSRecordingPathEffect::CreateDashPathEffect(intervals, intervalsLen, phase)); in UpdateLineDash()
|