Home
last modified time | relevance | path

Searched refs:localRectVertices (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.cpp538 std::vector<OffsetF> localRectVertices = { in GetLocalRectWithTransform() local
544 GetLocalPointsWithTransform(localRectVertices); in GetLocalRectWithTransform()
548 …auto minMaxX = std::minmax_element(localRectVertices.begin(), localRectVertices.end(), compareOffs… in GetLocalRectWithTransform()
552 …auto minMaxY = std::minmax_element(localRectVertices.begin(), localRectVertices.end(), compareOffs… in GetLocalRectWithTransform()