Searched defs:caretEnd (Results 1 – 4 of 4) sorted by relevance
209 double caretEnd = isLtr ? textBox.rect.fRight : textBox.rect.fLeft; local211 double caretEnd = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft(); local
1396 double caretEnd = isLtr ? textBox.rect.fRight : textBox.rect.fLeft; local1398 double caretEnd = isLtr ? textBox.rect.GetRight() : textBox.rect.GetLeft(); local
2028 Rect caretEnd; in UpdateOverlay() local
649 Rect caretEnd; in UpdateOverlay() local