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

  /external/chromium_org/chrome/browser/ui/autofill/
loading_animation.h 16 int font_height);
loading_animation.cc 19 int font_height)
22 font_height_(font_height) {}
  /external/chromium_org/ui/gfx/
platform_font_win.cc 109 int font_height = font.GetHeight(); local
111 while (font_height > height && font_size != min_font_size) {
113 if (font_height == font.GetHeight() && font_size == font.GetFontSize())
115 font_height = font.GetHeight();
render_text_win.cc 41 // Changes |font| to have the specified |font_size| (or |font_height| on Windows
45 int font_height,
51 // On Windows XP, the font must be resized using |font_height| instead of
56 *font = platform_font->DeriveFontWithHeight(font_height, target_style);
1185 const int font_height = run->font.GetHeight(); local
    [all...]
render_text.cc 62 const int font_height = font_list.GetHeight(); local
64 // text as possible. In particular case of |display_height| == |font_height|,
66 const int min_shift = std::min(0, display_height - font_height);
67 const int max_shift = std::abs(display_height - font_height);
76 display_height - ((internal_leading != 0) ? cap_height : font_height);
    [all...]

Completed in 169 milliseconds