Searched refs:JSPolygon (Results 1 - 4 of 4) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_polygon.cpp | 43 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 D | js_polygon.h | 24 class JSPolygon : public JSShapeAbstract { class 25 DECLARE_ACE_TYPE(JSPolygon, JSShapeAbstract);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register_impl.cpp | 526 { "Polygon", JSPolygon::JSBind }, 634 { "Polygon", JSPolygon::JSBind },
|
H A D | jsi_view_register_impl_ng.cpp | 522 JSPolygon::JSBind(globalObj); in JsBindViews()
|
Completed in 3 milliseconds