HomeSort by relevance Sort by last modified time
    Searched refs:text_index (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/
render_text_harfbuzz.h 36 // starting at |text_index|, relative to the left of the text (not the view).
37 int GetGlyphXBoundary(size_t text_index, bool trailing) const;
render_text_harfbuzz.cc 480 int TextRunHarfBuzz::GetGlyphXBoundary(size_t text_index, bool trailing) const {
481 if (text_index == range.end()) {
483 --text_index;
485 Range glyph_range = CharRangeToGlyphRange(Range(text_index, text_index + 1));
699 const size_t text_index = UTF16OffsetToIndex(text(), 0, index); local
700 DCHECK_LE(text_index, text().length());
701 return text_index;
    [all...]
render_text_win.cc 746 const size_t text_index = UTF16OffsetToIndex(text(), 0, index); local
747 DCHECK_LE(text_index, text().length());
748 return text_index;
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 1394 size_t text_index = composition_range.start() + index; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py     [all...]

Completed in 145 milliseconds