Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape_abstract.h58 void ObjectHeight(const JSCallbackInfo& info);
68 void ObjectHeight(const JSRef<JSVal>& jsValue);
H A Djs_shape_abstract.cpp329 void JSShapeAbstract::ObjectHeight(const JSCallbackInfo& info) in ObjectHeight() function in OHOS::Ace::Framework::JSShapeAbstract
336 ObjectHeight(info[0]); in ObjectHeight()
339 void JSShapeAbstract::ObjectHeight(const JSRef<JSVal>& jsValue) in ObjectHeight() function in OHOS::Ace::Framework::JSShapeAbstract
365 ObjectHeight(sizeObj->GetProperty("height")); in ObjectSize()
H A Djs_circle_shape.cpp59 JSClass<JSCircleShape>::CustomMethod("height", &JSShapeAbstract::ObjectHeight); in JSBind()
H A Djs_ellipse_shape.cpp56 JSClass<JSEllipseShape>::CustomMethod("height", &JSShapeAbstract::ObjectHeight); in JSBind()
H A Djs_circle.cpp103 JSClass<JSCircle>::CustomMethod("height", &JSShapeAbstract::ObjectHeight); in JSBind()
H A Djs_ellipse.cpp102 JSClass<JSEllipse>::CustomMethod("height", &JSShapeAbstract::ObjectHeight); in JSBind()
H A Djs_rect_shape.cpp233 JSClass<JSRectShape>::CustomMethod("height", &JSShapeAbstract::ObjectHeight); in JSBind()
H A Djs_rect.cpp369 JSClass<JSRect>::CustomMethod("height", &JSShapeAbstract::ObjectHeight); in JSBind()