Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4153 auto visibleTop = visibleInnerRect.Top(); in ComputeClippedSelectionBounds() local
4158 LessOrEqual(selectY + selectHeight + offset.GetY(), visibleTop)) { in ComputeClippedSelectionBounds()
4162 } else if (LessOrEqual(selectY + offset.GetY(), visibleTop) && in ComputeClippedSelectionBounds()
4174 …if (LessOrEqual(selectY + selectHeight - endHandle->GetEdgeHeight() + offset.GetY(), visibleTop)) { in ComputeClippedSelectionBounds()