Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp209 double caretEnd = isLtr ? textBox.rect.fRight : textBox.rect.fLeft; local
211 double caretEnd = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft(); local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1396 double caretEnd = isLtr ? textBox.rect.fRight : textBox.rect.fLeft; local
1398 double caretEnd = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft(); local
H A Drender_text_field.cpp2028 Rect caretEnd; in UpdateOverlay() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp649 Rect caretEnd; in UpdateOverlay() local