Home
last modified time | relevance | path

Searched refs:JSPolygon (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_polygon.cpp43 void JSPolygon::Create(const JSCallbackInfo& info) in Create()
49 void JSPolygon::JSBind(BindingTarget globalObj) in JSBind()
51 JSClass<JSPolygon>::Declare("Polygon"); in JSBind()
53 JSClass<JSPolygon>::StaticMethod("create", &JSPolygon::Create, opt); in JSBind()
55 JSClass<JSPolygon>::StaticMethod("width", &JSShapeAbstract::JsWidth); in JSBind()
56 JSClass<JSPolygon>::StaticMethod("height", &JSShapeAbstract::JsHeight); in JSBind()
57 JSClass<JSPolygon>::StaticMethod("points", &JSPolygon::JsPoints); in JSBind()
59 JSClass<JSPolygon> in JSBind()
[all...]
H A Djs_polygon.h24 class JSPolygon : public JSShapeAbstract { class
25 DECLARE_ACE_TYPE(JSPolygon, JSShapeAbstract);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp526 { "Polygon", JSPolygon::JSBind },
634 { "Polygon", JSPolygon::JSBind },
H A Djsi_view_register_impl_ng.cpp522 JSPolygon::JSBind(globalObj); in JsBindViews()

Completed in 3 milliseconds