Searched refs:IsWrappedBy (Results 1 – 5 of 5) sorted by relevance
151 bool IsWrappedBy(const Rect& other) const in IsWrappedBy() function343 if (IsWrappedBy(magnet)) { in MagneticAttractedBy()
195 bool IsWrappedBy(const RectT& other) const in IsWrappedBy() function352 if (IsWrappedBy(magnet)) { in MagneticAttractedBy()
270 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()
155 if (itemActualRect.IsWrappedBy(viewRect)) { in MoveChildToViewPort()
299 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()