Searched defs:CharRangeToGlyphRange (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc501 Range TextRunHarfBuzz::CharRangeToGlyphRange(const Range& char_range) const { function in class:gfx::internal::TextRunHarfBuzz
928 const Range colored_glyphs = run.CharRangeToGlyphRange(intersection);
H A Drender_text_win.cc80 Range CharRangeToGlyphRange(const internal::TextRun& run, function in namespace:gfx::__anon16898
141 Range glyph_range = CharRangeToGlyphRange(run, Range(i, i + 1));
838 Range glyph_range = CharRangeToGlyphRange(*run, segment->char_range);
874 const Range colored_glyphs = CharRangeToGlyphRange(*run, intersection);

Completed in 957 milliseconds