Searched refs:ObjectSize (Results 1 – 8 of 8) sorted by relevance
59 void ObjectSize(const JSCallbackInfo& info);
60 JSClass<JSCircleShape>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
57 JSClass<JSEllipseShape>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
104 JSClass<JSCircle>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
103 JSClass<JSEllipse>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
234 JSClass<JSRectShape>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
370 JSClass<JSRect>::CustomMethod("size", &JSShapeAbstract::ObjectSize); in JSBind()
353 void JSShapeAbstract::ObjectSize(const JSCallbackInfo& info) in ObjectSize() function in OHOS::Ace::Framework::JSShapeAbstract