Searched refs:ObjectOffset (Results 1 – 10 of 10) sorted by relevance
62 JSClass<JSPathShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
60 void ObjectOffset(const JSCallbackInfo& info);
61 JSClass<JSCircleShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
58 JSClass<JSEllipseShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
105 JSClass<JSCircle>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
104 JSClass<JSEllipse>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
112 JSClass<JSPath>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
235 JSClass<JSRectShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
371 JSClass<JSRect>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
368 void JSShapeAbstract::ObjectOffset(const JSCallbackInfo& info) in ObjectOffset() function in OHOS::Ace::Framework::JSShapeAbstract