Lines Matching refs:font_height
226 sblw->scroll.num_visible_lines = height / sblw->scroll.font_height + 1;
284 start_line = y_loc / sblw->scroll.font_height + sblw->scroll.line_pointer;
293 location = y_loc / sblw->scroll.font_height * sblw->scroll.font_height;
341 sblw->scroll.font_height));
400 (int) w->core.height / sblw->scroll.font_height;
461 old_y *= sblw->scroll.font_height;
462 new_y *= sblw->scroll.font_height;
463 height *= sblw->scroll.font_height;
473 if (height <= sblw->scroll.font_height) { /* avoid rounding errors. */
489 height -= sblw->scroll.font_height / 2; /* clear 1/2 font of extra space,
493 height -= sblw->scroll.font_height; /* clear 1 font of extra space,
532 sblw->scroll.font_height);
597 new_line = sblw->scroll.line_pointer + (pos / sblw->scroll.font_height);
615 sblw->scroll.font_height = (sblw->scroll.normal_font->max_bounds.ascent +
1016 y_loc += sblw->scroll.font_height;