Searched refs:IsInnerRegion (Results 1 – 4 of 4) sorted by relevance
197 bool hitSelf = rect.IsInnerRegion(selfPoint); in CreateNodeSearchInfo()279 bool hitSelf = rect.IsInnerRegion(selfPoint); in HoverTestRecursive()
178 bool hitSelf = rect.IsInnerRegion(hoverPoint); in HoverPathForThirdRecursive()
189 bool IsInnerRegion(const PointT<T>& point) const in IsInnerRegion() function
2099 …if (!preRect.IsInnerRegion(PointF(static_cast<float>(point.GetX()), static_cast<float>(point.GetY(… in FireOnDragLeave()