Home
last modified time | relevance | path

Searched refs:strokeCount_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h495 UICanvasPath() : startPos_({ 0, 0 }), strokeCount_(0) {}; in UICanvasPath()
501 uint16_t strokeCount_; member in OHOS::UICanvas::UICanvasPath
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp59 if (path_ != nullptr && path_->strokeCount_ == 0) { in BeginPath()
248 if ((path_ != nullptr) && (path_->strokeCount_ == 0)) { in ~UICanvas()
269 if ((path_ != nullptr) && (path_->strokeCount_ == 0)) { in Clear()
311 pathParam->path->strokeCount_--; in DeletePathParam()
312 if (pathParam->path->strokeCount_ == 0) { in DeletePathParam()
804 path_->strokeCount_++; in DrawPath()

Completed in 6 milliseconds