Lines Matching refs:height
87 virtual vunits height();
110 vunits height();
119 vunits height();
179 vunits output_line::height() in height() function in output_line
215 vunits node_output_line::height() in height() function in node_output_line
235 vunits vjustify_output_line::height() in height() function in vjustify_output_line
339 bottom += ln->height(); in add_output_line()
391 bottom -= ln->height(); in trim()
404 bottom += ln->height(); in reset()
413 b += ln->height(); in check_bottom()
426 vpos += ln->height(); in output()
448 vunits height; member in justification_spec
461 : height(h), n(0), maxn(10) in justification_spec()
506 if (*bottomp >= height) in justify()
520 vunits gap = height - *bottomp; in justify()
543 *bottomp = height - gap; in justify()
555 vunits height; in column_justify() local
558 else if (get_vunits(&height, 'v')) { in column_justify()
559 justification_spec js(height); in column_justify()