Searched refs:GetGlyphBounds (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_mac.h43 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
H A Drender_text_pango.h35 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
H A Drender_text_win.h79 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
H A Drender_text_win.cc664 Range RenderTextWin::GetGlyphBounds(size_t index) { function in class:gfx::RenderTextWin
746 GetGlyphBounds(position) != GetGlyphBounds(position - 1);
H A Drender_text.h467 virtual Range GetGlyphBounds(size_t index) = 0;
H A Drender_text_mac.cc76 Range RenderTextMac::GetGlyphBounds(size_t index) { function in class:gfx::RenderTextMac
H A Drender_text_pango.cc213 Range RenderTextPango::GetGlyphBounds(size_t index) { function in class:gfx::RenderTextPango
H A Drender_text.cc763 Range xspan(GetGlyphBounds(grapheme_start));
H A Drender_text_unittest.cc315 // GetGlyphBounds() should yield the entire string bounds for text index 0.
317 static_cast<int>(render_text->GetGlyphBounds(0U).length()));

Completed in 579 milliseconds