Home
last modified time | relevance | path

Searched refs:IsInnerIntersectWithRound (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h325 bool IsInnerIntersectWithRound(const RectT& other) const in IsInnerIntersectWithRound() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp878 if (originRect.second.IsInnerIntersectWithRound(dest) && in CheckRectIntersect()