Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp386 auto isEndPointInRect = IsPointInRect(endPoint, leftBottom, rightBottom, rightTop, leftTop); in CheckHandleIsVisibleWithTransform() local
387 if (isStartPointInRect && isEndPointInRect) { in CheckHandleIsVisibleWithTransform()
394 isEndPointInRect = IsPointInRect(endPoint, leftBottom, rightBottom, rightTop, leftTop); in CheckHandleIsVisibleWithTransform()
395 return isStartPointInRect && isEndPointInRect; in CheckHandleIsVisibleWithTransform()