Searched refs:font_height (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xman/dist/
H A DScrollByLP.h75 int font_height; /* the height of the font. */ member in struct:_ScrollByLinePart
H A DScrollByL.c226 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) { /* avoi
[all...]
/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c868 int font_height; local in function:MaxLines
871 font_height = ext->max_logical_extent.height;
872 return (int)(height / (unsigned)font_height);
H A DAsciiSink.c1843 int font_height; local in function:MaxLines
1845 font_height = sink->ascii_sink.font->ascent + sink->ascii_sink.font->descent + 1;
1847 return ((int)height / font_height);
/xsrc/external/mit/xterm/dist/
H A Dfontutils.c3926 #define SCALED_Y(n) Scale_XY(n, BOX_HIGH, font_height)
4170 unsigned font_height = (((params->draw_flags & DOUBLEHFONT) ? 2U : 1U) local in function:xtermDrawBoxChar
4221 font_height = (unsigned) ((float) font_height * screen->scale_height);
4233 ch, font_height, font_width, y, x,
4252 font_height);
4372 font_height - (2 * thick));

Completed in 13 milliseconds