Home | History | Annotate | Download | only in gfx

Lines Matching defs:display_height

61   const int display_height = display_rect.height();
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);