Home
last modified time | relevance | path

Searched refs:IsWrappedBy (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h151 bool IsWrappedBy(const Rect& other) const in IsWrappedBy() function
343 if (IsWrappedBy(magnet)) { in MagneticAttractedBy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h195 bool IsWrappedBy(const RectT& other) const in IsWrappedBy() function
352 if (IsWrappedBy(magnet)) { in MagneticAttractedBy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_layout_algorithm.cpp270 return info.firstHandle.GetPaintRect().IsWrappedBy(info.showArea); in CheckInShowArea()
272 return info.firstHandle.GetPaintRect().IsWrappedBy(info.showArea) && in CheckInShowArea()
273 info.secondHandle.GetPaintRect().IsWrappedBy(info.showArea); in CheckInShowArea()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp155 if (itemActualRect.IsWrappedBy(viewRect)) { in MoveChildToViewPort()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp299 if (childTouchRect.IsWrappedBy(parentTouchRect)) { in CompareTouchRect()
1254 bool visible = totally ? rect.IsWrappedBy(intersectRect) : rect.IsIntersectWith(intersectRect); in IsVisible()
1505 if (!innerRect.IsWrappedBy(parentBlurRRect.GetRect()) || in GetGlobalWindowBlurRRect()