Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp528 auto selStart = textValue_.selection.GetStart(); in ShowTextOverlay() local
646 auto selStart = textValue_.selection.GetStart(); in UpdateOverlay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp898 auto selStart = GetEditingValue().selection.GetStart(); in ShowTextOverlay() local
2025 auto selStart = GetEditingValue().selection.GetStart(); 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()