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

/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc431 // Helper template function for |TextRunHarfBuzz::GetClusterAt()|. |Iterator|
478 void TextRunHarfBuzz::GetClusterAt(size_t pos, function in class:gfx::internal::TextRunHarfBuzz
509 GetClusterAt(char_range.start(), &temp_range, &start_glyphs);
510 GetClusterAt(char_range.end() - 1, &temp_range, &end_glyphs);
535 GetClusterAt(text_index, &chars, &glyphs);

Completed in 170 milliseconds