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_linux.h 35 virtual ui::Range GetGlyphBounds(size_t index) OVERRIDE;
render_text_mac.h 42 virtual ui::Range GetGlyphBounds(size_t index) OVERRIDE;
render_text_win.h 79 virtual ui::Range GetGlyphBounds(size_t index) OVERRIDE;
render_text.h 386 virtual ui::Range GetGlyphBounds(size_t index) = 0;
render_text_win.cc 367 ui::Range RenderTextWin::GetGlyphBounds(size_t index) {
442 GetGlyphBounds(position) != GetGlyphBounds(position - 1);
    [all...]
render_text_mac.cc 72 ui::Range RenderTextMac::GetGlyphBounds(size_t index) {
render_text_linux.cc 217 ui::Range RenderTextLinux::GetGlyphBounds(size_t index) {
render_text.cc 707 ui::Range xspan(GetGlyphBounds(grapheme_start));
    [all...]
render_text_unittest.cc 309 // GetGlyphBounds() should yield the entire string bounds for text index 0.
311 static_cast<int>(render_text->GetGlyphBounds(0U).length()));
    [all...]

Completed in 125 milliseconds