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

  /external/chromium_org/ui/gfx/
render_text_pango.h 35 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
render_text_mac.h 43 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
render_text_win.h 79 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
render_text.h 467 virtual Range GetGlyphBounds(size_t index) = 0;
render_text_win.cc 664 Range RenderTextWin::GetGlyphBounds(size_t index) {
746 GetGlyphBounds(position) != GetGlyphBounds(position - 1);
    [all...]
render_text_mac.cc 76 Range RenderTextMac::GetGlyphBounds(size_t index) {
render_text_pango.cc 213 Range RenderTextPango::GetGlyphBounds(size_t index) {
render_text.cc 763 Range xspan(GetGlyphBounds(grapheme_start));
    [all...]
render_text_unittest.cc 315 // GetGlyphBounds() should yield the entire string bounds for text index 0.
317 static_cast<int>(render_text->GetGlyphBounds(0U).length()));
    [all...]

Completed in 42 milliseconds