Home
last modified time | relevance | path

Searched refs:xspan (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/
Drender_text.cc763 Range xspan(GetGlyphBounds(grapheme_start)); in GetCursorBounds() local
765 x = (caret_affinity == CURSOR_BACKWARD) ? xspan.end() : xspan.start(); in GetCursorBounds()
767 x = xspan.GetMin(); in GetCursorBounds()
768 width = xspan.length(); in GetCursorBounds()