Home
last modified time | relevance | path

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 Djs_path.cpp165 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 Djs_path.h27 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 Djs_drawing_init.cpp43 JsPath::Init(env, exportObj); in DrawingInit()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/region_napi/
H A Djs_region.cpp252 JsPath* jsPath = nullptr; in OnSetPath()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/
H A Djs_pen.cpp586 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 Djs_canvas.cpp514 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 Djs_paragraph.cpp208 Drawing::JsPath* jsPath = nullptr; in OnPaintOnPath()