HomeSort by relevance Sort by last modified time
    Searched defs:GetGlyphBounds (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/
render_text_mac.cc 76 Range RenderTextMac::GetGlyphBounds(size_t index) {
render_text_pango.cc 232 Range RenderTextPango::GetGlyphBounds(size_t index) {
render_text_harfbuzz.cc 639 Range RenderTextHarfBuzz::GetGlyphBounds(size_t index) {
    [all...]
render_text_win.cc 682 Range RenderTextWin::GetGlyphBounds(size_t index) {
763 return GetGlyphBounds(index) != GetGlyphBounds(index - 1);
    [all...]

Completed in 2684 milliseconds