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

  /external/chromium_org/ui/gfx/
platform_font_pango.cc 207 double char_width = const_cast<PlatformFontPango*>(this)->GetAverageWidth(); local
208 return round(static_cast<float>(length) * char_width);
render_text_win.cc 199 int char_width = 0; local
201 char_width += run.advance_widths[j];
203 *width += char_width;
204 word_width += char_width;
211 } else if (char_width < *width) {
213 *width -= char_width;
    [all...]
  /bootable/recovery/
screen_ui.cpp 37 static int char_width; variable
385 gr_font_size(&char_width, &char_height);
392 text_cols = gr_fb_width() / char_width;
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc 112 int char_width = pixel_width * PANGO_SCALE / local
119 return char_width;
    [all...]
location_bar_view_gtk.cc 1334 int char_width = local
    [all...]
  /system/core/charger/
charger.c 185 static int char_width; variable
969 gr_font_size(&char_width, &char_height);
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c     [all...]
  /external/freetype/src/base/
ftobjs.c     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
freetype.h     [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 111 int char_width = pixel_width * PANGO_SCALE / local
118 return char_width;
    [all...]
location_bar_view_gtk.cc 923 int char_width = local
    [all...]

Completed in 4234 milliseconds