Searched defs:GetStringSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
H A Drender_text_mac.cc26 Size RenderTextMac::GetStringSize() { function in class:gfx::RenderTextMac
H A Drender_text_pango.cc92 Size RenderTextPango::GetStringSize() { function in class:gfx::RenderTextPango
124 if (p.x() > GetStringSize().width())
254 const int height = GetStringSize().height();
H A Drender_text_harfbuzz.cc584 Size RenderTextHarfBuzz::GetStringSize() { function in class:gfx::RenderTextHarfBuzz
645 return Range(GetStringSize().width());
H A Drender_text_win.cc538 Size RenderTextWin::GetStringSize() { function in class:gfx::RenderTextWin

Completed in 504 milliseconds