Home
last modified time | relevance | path

Searched refs:Path2DMoveTo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.h167 void Path2DMoveTo(const PathArgs& args);
H A Drosen_render_custom_paint.h155 void Path2DMoveTo(const Offset& offset, const PathArgs& args);
H A Drosen_render_offscreen_canvas.cpp223 Path2DMoveTo(args); in ParsePath2D()
1558 void RosenRenderOffscreenCanvas::Path2DMoveTo(const PathArgs& args) in Path2DMoveTo() function in OHOS::Ace::RosenRenderOffscreenCanvas
2566 Path2DMoveTo(args); in UpdateTextStyleForeground()
H A Drosen_render_custom_paint.cpp1338 Path2DMoveTo(offset, args); in ParsePath2D()
1561 void RosenRenderCustomPaint::Path2DMoveTo(const Offset& offset, const PathArgs& args) in Path2DMoveTo() function in OHOS::Ace::RosenRenderCustomPaint
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h313 void Path2DMoveTo(const PathArgs& args);
H A Dcustom_paint_paint_method.cpp985 Path2DMoveTo(args); in ParsePath2D()
1029 void CustomPaintPaintMethod::Path2DMoveTo(const PathArgs& args) in Path2DMoveTo() function in OHOS::Ace::NG::CustomPaintPaintMethod