Home
last modified time | relevance | path

Searched defs:newRect (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/mouse_listener/
H A Drender_mouse_listener.cpp60 Rect newRect = rect; in UpdateTouchRect() local
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_layout_policy_test.cpp676 auto newRect = node->GetWindowRect(); variable
702 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable
739 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable
788 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable
827 Rect newRect = { 200, 200, 300, 200 }; // rect: 200, 200, 300, 200 variable
1028 Rect newRect = { 10, 0, 400, 400 }; // window rect: 10, 0, 400, 400 variable
1122 Rect newRect = winRect; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp354 void MoveDragController::CalculateNewWindowRect(Rect& newRect, DisplayId displayId, int32_t posX, i… in CalculateNewWindowRect()
404 Rect newRect = moveDragProperty_->startPointRect_; in HandleDragEvent() local
437 Rect newRect = { targetX, targetY, oriRect.width_, oriRect.height_ }; in HandleMoveEvent() local
H A Dwindow_controller.cpp545 Rect newRect = callingWindowRect; in ResizeSoftInputCallingWindowIfNeed() local
702 Rect newRect; in ResizeRect() local
1585 Rect newRect = {0, 0, 0, 0}; in UpdateProperty() local
H A Ddisplay_group_controller.cpp330 Rect newRect = node->GetRequestRect(); in MoveNotCrossNodeToDefaultDisplay() local
H A Dwindow_layout_policy.cpp130 Rect newRect = node->GetRequestRect(); in UpdateRectInDisplayGroup() local
H A Dwindow_layout_policy_cascade.cpp335 auto newRect = node->GetRequestRect(); in ComputeRectByAspectRatio() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp219 RectI newRect = rect; in GetPixelAlignedRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp474 Rect newRect = rect; in UpdateTouchRect() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp459 WSRect newRect = callingSessionRect; in RaiseCallingSession() local
H A Dsession.cpp899 WSRectF newRect; in UpdateHotRect() local
3287 WSRect newRect { in SetOffset() local
H A Dscene_session.cpp1434 WSRect newRect = rect; in UpdateSessionRect() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_test.cpp1155 WSRectF newRect; variable
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp1486 Rect newRect = { x, y, requestRect.width_, requestRect.height_ }; // must keep x/y in MoveTo() local
1552 Rect newRect = { x, y, requestRect.width_, requestRect.height_ }; // must keep x/y in MoveWindowToGlobal() local
1727 Rect newRect = { requestRect.posX_, requestRect.posY_, width, height }; // must keep w/h in Resize() local
4198 Rect newRect = {0, 0, 0, 0}; in MoveAndResizeKeyboard() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_provider_interaction_operation.cpp102 OHOS::Accessibility::Rect newRect = OHOS::Accessibility::Rect( in FillNodeConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_pattern.cpp1628 auto newRect = selectedZone; in HandleInvisibleItemsSelectedStatus() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5094 RectF newRect = rect; in ApplyFrameNodeTranformToRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp2008 auto newRect = GetPaintRectWithoutTransform(); in GetPaintRectWithTransform() local