/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/ |
H A D | texgine_path_effect.h | 28 std::shared_ptr<RSPathEffect> GetPathEffect() const; 29 void SetPathEffect(const std::shared_ptr<RSPathEffect> effect); 31 std::shared_ptr<RSPathEffect> pathEffect_ = nullptr;
|
H A D | texgine_path_effect.cpp | 21 std::shared_ptr<RSPathEffect> TexginePathEffect::GetPathEffect() const in GetPathEffect() 26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect()
|
H A D | texgine_dash_path_effect.cpp | 25 …std::shared_ptr<RSPathEffect> effect = RSPathEffect::CreateDashPathEffect(intervals, count, phase); in Make()
|
H A D | texgine_path_1d_path_effect.cpp | 24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make()
|
H A D | drawing.h | 56 using RSPathEffect = RSDrawing::PathEffect; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing.h | 119 using RSPathEffect = Rosen::Drawing::PathEffect; variable 139 using RSPathEffect = rosen::PathEffect; variable 172 using RSPathEffect = Rosen::Drawing::PathEffect; variable
|
H A D | shape_painter.cpp | 84 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
|
H A D | drawing_mock.h | 68 using RSPathEffect = Testing::TestingPathEffect; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_scale_ring_track.cpp | 62 pen.SetPathEffect(RSPathEffect::CreatePathDashEffect( in DrawScaleArc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | sk_painter.cpp | 207 … pen.SetPathEffect(RSPathEffect::CreatDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_paint_method.cpp | 114 … RSPathEffect::CreatePathDashEffect(dotPath, borderWidth * 2.0, 0.0, RSPathDashStyle::ROTATE)); in PaintBorder() 124 paint.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, 2, 0.0)); in PaintBorder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | rosen_render_bubble.cpp | 810 …pen.SetPathEffect(RSPathEffect::CreatePathDashEffect(dotPath, borderWidth * 2.0, 0.0, RSPathDashSt… in PaintBorder() 813 …pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, sizeof(intervals) / sizeof(RSScala… in PaintBorder()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_modifier.cpp | 1376 …pen.SetPathEffect(RSPathEffect::CreatePathDashEffect(path, pathDistance, 0.0f, RSPathDashStyle::RO… in PaintScaleRing() 1748 …pen.SetPathEffect(RSPathEffect::CreatePathDashEffect(path, pathDistance, 0.0f, RSPathDashStyle::RO… in PaintScaleRingForApiNine()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | rosen_render_chart.cpp | 609 pen.SetPathEffect(RSPathEffect::CreatePathDashEffect( in PaintLineEdge()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/ |
H A D | rosen_decoration_painter.cpp | 2376 … RSPathEffect::CreatePathDashEffect(dotPath, spaceBetweenDot, 0.0, RSPathDashStyle::ROTATE)); in SetBorderStyle() 2395 …pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, sizeof(intervals) / sizeof(RSScala… in SetBorderStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | custom_paint_paint_method.cpp | 186 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in UpdateLineDash()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 2337 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase));
|
H A D | rosen_render_offscreen_canvas.cpp | 1912 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in UpdateLineDash()
|