Home
last modified time | relevance | path

Searched refs:m_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp167 if (m_path != nullptr) { in ~JsPath()
168 delete m_path; in ~JsPath()
169 m_path = nullptr; in ~JsPath()
361 if (m_path == nullptr) { in OnMoveTo()
380 if (m_path == nullptr) { in OnLineTo()
399 if (m_path == nullptr) { in OnArcTo()
426 if (m_path == nullptr) { in OnQuadTo()
449 if (m_path == nullptr) { in OnConicTo()
474 if (m_path == nullptr) { in OnCubicTo()
501 if (m_path == nullptr) { in OnRMoveTo()
[all …]
H A Djs_path.h29 explicit JsPath(Path* path) : m_path(path) {}; in JsPath()
103 Path* m_path = nullptr; variable