Home
last modified time | relevance | path

Searched refs:RSPathEffect (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path_effect.h28 std::shared_ptr<RSPathEffect> GetPathEffect() const;
29 void SetPathEffect(const std::shared_ptr<RSPathEffect> effect);
31 std::shared_ptr<RSPathEffect> pathEffect_ = nullptr;
H A Dtexgine_path_effect.cpp21 std::shared_ptr<RSPathEffect> TexginePathEffect::GetPathEffect() const in GetPathEffect()
26 void TexginePathEffect::SetPathEffect(const std::shared_ptr<RSPathEffect> effect) in SetPathEffect()
H A Dtexgine_dash_path_effect.cpp25 …std::shared_ptr<RSPathEffect> effect = RSPathEffect::CreateDashPathEffect(intervals, count, phase); in Make()
H A Dtexgine_path_1d_path_effect.cpp24 auto effect = RSPathEffect::CreatePathDashEffect(*path.GetPath().get(), advance, phase, in Make()
H A Ddrawing.h56 using RSPathEffect = RSDrawing::PathEffect; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing.h119 using RSPathEffect = Rosen::Drawing::PathEffect; variable
139 using RSPathEffect = rosen::PathEffect; variable
172 using RSPathEffect = Rosen::Drawing::PathEffect; variable
H A Dshape_painter.cpp84 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
H A Ddrawing_mock.h68 using RSPathEffect = Testing::TestingPathEffect; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_scale_ring_track.cpp62 pen.SetPathEffect(RSPathEffect::CreatePathDashEffect( in DrawScaleArc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsk_painter.cpp207 … pen.SetPathEffect(RSPathEffect::CreatDashPathEffect(intervals, lineDashState.size(), phase)); in SetPen()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.cpp114RSPathEffect::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 Drosen_render_bubble.cpp810 …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 Dprogress_modifier.cpp1376 …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 Drosen_render_chart.cpp609 pen.SetPathEffect(RSPathEffect::CreatePathDashEffect( in PaintLineEdge()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.cpp2376RSPathEffect::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 Dcustom_paint_paint_method.cpp186 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in UpdateLineDash()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp2337 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase));
H A Drosen_render_offscreen_canvas.cpp1912 … pen.SetPathEffect(RSPathEffect::CreateDashPathEffect(intervals, lineDashState.size(), phase)); in UpdateLineDash()