Searched refs:JsPath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/ |
H A D | js_path.cpp | 165 JsPath::~JsPath() in ~JsPath() 175 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in MoveTo() 181 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in LineTo() 187 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in ArcTo() 193 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in QuadTo() 199 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in ConicTo() 205 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in CubicTo() 211 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in RMoveTo() 217 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in RLineTo() 223 JsPath* me = CheckParamsAndGetThis<JsPath>(env, info); in RQuadTo() [all …]
|
H A D | js_path.h | 27 class JsPath final { 29 explicit JsPath(Path* path) : m_path(path) {}; in JsPath() function 30 ~JsPath();
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_drawing_init.cpp | 43 JsPath::Init(env, exportObj); in DrawingInit()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/ |
H A D | js_region.cpp | 252 JsPath* jsPath = nullptr; in OnSetPath()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 586 JsPath* src = nullptr; in GetFillPath() 593 JsPath* dst = nullptr; in GetFillPath()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 514 JsPath* jsPath = nullptr; in OnDrawShadow() 983 JsPath* jsPath = nullptr; in OnDrawPath() 1595 JsPath* jsPath = nullptr; in OnClipPath()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/ |
H A D | js_paragraph.cpp | 208 Drawing::JsPath* jsPath = nullptr; in OnPaintOnPath()
|