Home
last modified time | relevance | path

Searched refs:Path2DAddPath (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.h165 void Path2DAddPath(const PathArgs& args);
H A Drosen_render_custom_paint.h153 void Path2DAddPath(const Offset& offset, const PathArgs& args);
H A Drosen_render_offscreen_canvas.cpp215 Path2DAddPath(args); in ParsePath2D()
1520 void RosenRenderOffscreenCanvas::Path2DAddPath(const PathArgs& args) in Path2DAddPath() function in OHOS::Ace::RosenRenderOffscreenCanvas
2558 Path2DAddPath(args); in UpdateTextStyleForeground()
H A Drosen_render_custom_paint.cpp1330 Path2DAddPath(offset, args); in ParsePath2D()
1523 void RosenRenderCustomPaint::Path2DAddPath(const Offset& offset, const PathArgs& args) in Path2DAddPath() function in OHOS::Ace::RosenRenderCustomPaint
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h311 void Path2DAddPath(const PathArgs& args);
H A Dcustom_paint_paint_method.cpp979 Path2DAddPath(args); in ParsePath2D()
1017 void CustomPaintPaintMethod::Path2DAddPath(const PathArgs& args) in Path2DAddPath() function in OHOS::Ace::NG::CustomPaintPaintMethod