Home | History | Annotate | Download | only in gfx

Lines Matching full:text_index

526     size_t text_index) {
527 DCHECK_LT(text_index, range.end());
535 GetClusterAt(text_index, &chars, &glyphs);
549 if (i < text_index)
819 const size_t text_index = UTF16OffsetToIndex(text(), 0, index);
820 DCHECK_LE(text_index, text().length());
821 return text_index;