Searched refs:IsIntersect (Results 1 – 9 of 9) sorted by relevance
277 bool IsIntersect(const Line& a, const Line& b);
451 bool IsIntersect(const CommonRect<T>& other) const in IsIntersect() function
561 EXPECT_EQ(rect1->IsIntersect(*rect2), true);562 EXPECT_EQ(rect1->IsIntersect(*rect3), false);
273 EXPECT_EQ(IsIntersect(*line1, *line2), true);
231 if (!curRect.IsIntersect(rect)) { in AddRenderedRects()410 if (iter->data_.IsIntersect(rect)) { in OptimizeAddRect()436 if (iter2->data_.IsIntersect(iter1->data_)) { in OptimizeInvalidateRects()
566 if (!invalidatedArea.IsIntersect(rect)) { in DrawSmoothPolyLine()624 if (!invalidatedArea.IsIntersect(rect)) { in DrawPolyLine()
540 if (rect.IsIntersect(swipeRect)) { in CalculateInvalidate()
462 if (updateRect.IsIntersect(rect) || updateRect.IsExtends(rect)) { in AddUpdateRegion()488 if (cursorInfo_.enableCursor && cursorInfo_.rect.IsIntersect(updates_.updates[i])) { in ProcessUpdates()
42 bool IsIntersect(const Line& a, const Line& b) in IsIntersect() function