Home
last modified time | relevance | path

Searched refs:ObjectSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.h59 void ObjectSize(const JSCallbackInfo& info);
H A Djs_circle_shape.cpp60 JSClass<JSCircleShape>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
H A Djs_ellipse_shape.cpp57 JSClass<JSEllipseShape>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
H A Djs_circle.cpp104 JSClass<JSCircle>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
H A Djs_ellipse.cpp103 JSClass<JSEllipse>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
H A Djs_rect_shape.cpp234 JSClass<JSRectShape>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
H A Djs_rect.cpp370 JSClass<JSRect>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
H A Djs_shape_abstract.cpp353 void JSShapeAbstract::ObjectSize(const JSCallbackInfo& info) in ObjectSize() function in OHOS::Ace::Framework::JSShapeAbstract