Home
last modified time | relevance | path

Searched refs:IsIntersect (Results 1 - 10 of 10) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dgeometry2d.h277 bool IsIntersect(const Line& a, const Line& b);
H A Drect.h432 bool IsIntersect(const CommonRect<T>& other) const in IsIntersect() function in OHOS::CommonRect
/foundation/graphic/graphic_utils_lite/test/
H A Drect_unit_test.cpp536 * @tc.desc: Verify IsIntersect function, equal.
561 EXPECT_EQ(rect1->IsIntersect(*rect2), true); in HWTEST_F()
562 EXPECT_EQ(rect1->IsIntersect(*rect3), false); in HWTEST_F()
H A Dgeometry2d_unit_test.cpp239 * @tc.desc: Verify IsIntersect function, equal.
269 EXPECT_EQ(IsIntersect(*line1, *line2), true); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_occlusion_region.h104 bool IsIntersect(const Rect& rect) const in IsIntersect() function in OHOS::Rosen::Occlusion::Rect
340 if (rect.IsIntersect(r)) { in IsIntersectWith()
/foundation/arkui/ui_lite/frameworks/components/
H A 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()
H A Dui_swipe_view.cpp540 if (rect.IsIntersect(swipeRect)) { in CalculateInvalidate()
H A Dui_chart.cpp637 if (!invalidatedArea.IsIntersect(rect)) { in DrawSmoothPolyLine()
691 if (!invalidatedArea.IsIntersect(rect)) { in DrawPolyLine()
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dgeometry2d.cpp42 bool IsIntersect(const Line& a, const Line& b) in IsIntersect() function
/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp462 if (updateRect.IsIntersect(rect) || updateRect.IsExtends(rect)) { in AddUpdateRegion()
488 if (cursorInfo_.enableCursor && cursorInfo_.rect.IsIntersect(updates_.updates[i])) { in ProcessUpdates()

Completed in 9 milliseconds