HomeSort by relevance Sort by last modified time
    Searched defs:GetAverageCharacterWidth (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/
font.cc 61 int Font::GetAverageCharacterWidth() const {
62 return platform_font_->GetAverageCharacterWidth();
platform_font_pango.cc 196 int PlatformFontPango::GetAverageCharacterWidth() const {
platform_font_win.cc 148 int PlatformFontWin::GetAverageCharacterWidth() const {
159 GetAverageCharacterWidth());

Completed in 168 milliseconds