Home
last modified time | relevance | path

Searched refs:IsInnerRegion (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.cpp197 bool hitSelf = rect.IsInnerRegion(selfPoint); in CreateNodeSearchInfo()
279 bool hitSelf = rect.IsInnerRegion(selfPoint); in HoverTestRecursive()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_third_accessibility_hover_ng.cpp178 bool hitSelf = rect.IsInnerRegion(hoverPoint); in HoverPathForThirdRecursive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Drect_t.h189 bool IsInnerRegion(const PointT<T>& point) const in IsInnerRegion() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp2099 …if (!preRect.IsInnerRegion(PointF(static_cast<float>(point.GetX()), static_cast<float>(point.GetY(… in FireOnDragLeave()