Home | History | Annotate | Download | only in gfx

Lines Matching refs:font_height

62   const int font_height = font_list.GetHeight();
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);