Home
last modified time | relevance | path

Searched defs:rectObj (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_editable_controller.cpp124 JSRef<JSObject> rectObj = JSRef<JSObject>::New(); in CreateRectangle() local
136 auto rectObj = CreateRectangle(controller->GetTextContentRect()); in GetTextContentRect() local
H A Djs_scroller.cpp98 JSRef<JSObject> rectObj = JSRef<JSObject>::New(); in CreateRectangle() local
358 auto rectObj = CreateRectangle(scrollController->GetItemRect(index)); in GetItemRect() local
H A Djs_layout_manager.cpp131 JSRef<JSObject> rectObj = JSRef<JSObject>::New(); in GetRectsForRange() local
H A Djs_xcomponent.cpp107 JSRef<JSObject> rectObj = JSRef<JSObject>::New(); in SetControllerOnChanged() local
H A Djs_list.cpp931 auto rectObj = CreateRectangle(scrollController->GetItemRectInGroup(index, indexInGroup)); in GetItemRectInGroup() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_drag_function.cpp265 auto rectObj = CreateRectangle(dragEvent_->GetPreviewRect()); in GetPreviewRect() local
392 JSRef<JSObject> rectObj = JSRef<JSObject>::New(); in CreateRectangle() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp57 … auto rectObj = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, rectValues); in SetControllerOnChangedCallback() local
210 … auto rectObj = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, rectValues); in SetControllerOnChanged() local