Home
last modified time | relevance | path

Searched refs:UICanvasPath (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp28 using UICanvasPath = DepictCurve;
29 using PathTransform = DepictTransform<UICanvasPath>;
108 UICanvasPath canvasPath(vertices); in PerformScan()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h493 class UICanvasPath : public HeapBase { class in OHOS::UICanvas
495 UICanvasPath() : startPos_({ 0, 0 }), strokeCount_(0) {}; in UICanvasPath() function in OHOS::UICanvas::UICanvasPath
496 ~UICanvasPath();
506 UICanvasPath* path;
547 UICanvasPath* path_;
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp30 UICanvas::UICanvasPath::~UICanvasPath() in ~UICanvasPath()
64 path_ = new UICanvasPath(); in BeginPath()
66 GRAPHIC_LOGE("new UICanvasPath fail"); in BeginPath()
1322 const UICanvasPath* path = pathParam->path; in DoDrawPath()

Completed in 4 milliseconds