Home
last modified time | relevance | path

Searched defs:targetRect (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp128 WSRect targetRect = { in GetFullScreenToFloatingRect() local
399 WSRect targetRect = originalRect; in CalcFreeformTargetRect() local
765 WSRect targetRect = { in CalcFirstMoveTargetRect() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp787 WSRect targetRect = moveDragController->GetTargetRect(); variable
811 WSRect targetRect = { 1, 2, 7, 8 }; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_scene_config_test.cpp474 DMRect targetRect{507, 18, 66, 66}; // the rect size after svg parsing variable
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dwindow_helper.h268 static bool IsPointInTargetRect(int32_t pointPosX, int32_t pointPosY, const Rect& targetRect) in IsPointInTargetRect()
279 …tic bool IsPointInTargetRectWithBound(int32_t pointPosX, int32_t pointPosY, const Rect& targetRect) in IsPointInTargetRectWithBound()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_dirty_region_manager.cpp125 bool RSDirtyRegionManager::IfCacheableFilterRectFullyCover(const RectI& targetRect) in IfCacheableFilterRectFullyCover()
H A Drs_surface_render_node.cpp1665 …ode::CheckValidFilterCacheFullyCoverTarget(const RSRenderNode& filterNode, const RectI& targetRect) in CheckValidFilterCacheFullyCoverTarget()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp123 bool isFilterCacheValidForOcclusion, const RectI& filterCachedRect, const RectI& targetRect) in CheckValidFilterCacheFullyCoverTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp314 auto targetRect = target->IsRemoving() ? RectF(outNodePos_, outNodeSize_) : in SyncGeometry() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp1670 RectI targetRect; variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp711 Rect targetRect = displayRect; in GetDisplayRectWithoutSystemBarAreas() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_layout_algorithm.cpp2494 …Rect targetRect = Rect(targetOffset_.GetX(), targetOffset_.GetY(), targetSize_.Width(), targetSize… in CheckPosition() local