Home
last modified time | relevance | path

Searched refs:IsIntersect (Results 1 – 9 of 9) sorted by relevance

/foundation/graphic/utils/interfaces/kits/gfx_utils/
Dgeometry2d.h277 bool IsIntersect(const Line& a, const Line& b);
Drect.h451 bool IsIntersect(const CommonRect<T>& other) const in IsIntersect() function
/foundation/graphic/utils/test/
Drect_unit_test.cpp561 EXPECT_EQ(rect1->IsIntersect(*rect2), true);
562 EXPECT_EQ(rect1->IsIntersect(*rect3), false);
Dgeometry2d_unit_test.cpp273 EXPECT_EQ(IsIntersect(*line1, *line2), true);
/foundation/graphic/ui/frameworks/components/
Droot_view.cpp231 if (!curRect.IsIntersect(rect)) { in AddRenderedRects()
410 if (iter->data_.IsIntersect(rect)) { in OptimizeAddRect()
436 if (iter2->data_.IsIntersect(iter1->data_)) { in OptimizeInvalidateRects()
Dui_chart.cpp566 if (!invalidatedArea.IsIntersect(rect)) { in DrawSmoothPolyLine()
624 if (!invalidatedArea.IsIntersect(rect)) { in DrawPolyLine()
Dui_swipe_view.cpp540 if (rect.IsIntersect(swipeRect)) { in CalculateInvalidate()
/foundation/graphic/wms/services/wms/
Dlite_wm.cpp462 if (updateRect.IsIntersect(rect) || updateRect.IsExtends(rect)) { in AddUpdateRegion()
488 if (cursorInfo_.enableCursor && cursorInfo_.rect.IsIntersect(updates_.updates[i])) { in ProcessUpdates()
/foundation/graphic/utils/frameworks/
Dgeometry2d.cpp42 bool IsIntersect(const Line& a, const Line& b) in IsIntersect() function