Home
last modified time | relevance | path

Searched refs:ObjectOffset (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_path_shape.cpp62 JSClass<JSPathShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_shape_abstract.h60 void ObjectOffset(const JSCallbackInfo& info);
H A Djs_circle_shape.cpp61 JSClass<JSCircleShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_ellipse_shape.cpp58 JSClass<JSEllipseShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_circle.cpp105 JSClass<JSCircle>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_ellipse.cpp104 JSClass<JSEllipse>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_path.cpp112 JSClass<JSPath>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_rect_shape.cpp235 JSClass<JSRectShape>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_rect.cpp371 JSClass<JSRect>::CustomMethod("offset", &JSShapeAbstract::ObjectOffset); in JSBind()
H A Djs_shape_abstract.cpp368 void JSShapeAbstract::ObjectOffset(const JSCallbackInfo& info) in ObjectOffset() function in OHOS::Ace::Framework::JSShapeAbstract