Home
last modified time | relevance | path

Searched refs:IsIntersectByCommonSideWith (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h241 bool IsIntersectByCommonSideWith(const Rect& other) const in IsIntersectByCommonSideWith() function
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/inspector/
H A Djs_inspector_manager.cpp485 if (!rect.IsIntersectByCommonSideWith(deviceRect_)) { in UpdateNodeRectStrInfoV2()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp3463 if (swiperGlobalRect.IsIntersectByCommonSideWith(childGlobalRect)) { in GetPaintChildList()