HomeSort by relevance Sort by last modified time
    Searched refs:GetGlyphBounds (Results 1 - 12 of 12) 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_harfbuzz.h 87 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
render_text_win.h 79 virtual Range GetGlyphBounds(size_t index) OVERRIDE;
render_text_win.cc 682 Range RenderTextWin::GetGlyphBounds(size_t index) {
763 return GetGlyphBounds(index) != GetGlyphBounds(index - 1);
    [all...]
render_text.h 427 virtual Range GetGlyphBounds(size_t index) = 0;
render_text_mac.cc 76 Range RenderTextMac::GetGlyphBounds(size_t index) {
render_text_pango.cc 232 Range RenderTextPango::GetGlyphBounds(size_t index) {
render_text_unittest.cc 330 // GetGlyphBounds() should yield the entire string bounds for text index 0.
332 static_cast<int>(render_text->GetGlyphBounds(0U).length()));
    [all...]
render_text_harfbuzz.cc 639 Range RenderTextHarfBuzz::GetGlyphBounds(size_t index) {
    [all...]
render_text.cc 801 Range xspan(GetGlyphBounds(grapheme_start));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.cc 415 input_render_text->GetGlyphBounds(contents_start_index);

Completed in 243 milliseconds