Home
last modified time | relevance | path

Searched defs:directionY (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp277 int directionY = (secondPoint.y - crossPoint.y) > 0 ? 1 : -1; in CalculateLineAndArc() local
291 int directionY = (crossPoint.y - firstPoint.y) > 0 ? 1 : -1; in CalculateLineAndArc() local