Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp529 auto selEnd = textValue_.selection.GetEnd(); in ShowTextOverlay() local
647 auto selEnd = textValue_.selection.GetEnd(); in UpdateOverlay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp899 auto selEnd = GetEditingValue().selection.GetEnd(); in ShowTextOverlay() local
2026 auto selEnd = GetEditingValue().selection.GetEnd(); in UpdateOverlay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp440 const int32_t selStart, const int32_t selEnd) in UpdateTextStyle()