Searched refs:last_height (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dxfaces.c5780 int pt, last_pt, last_height;
5797 last_height = FONT_HEIGHT (face->font);
5811 if ((delta < 0 && FONT_HEIGHT (new_face->font) < last_height)
5812 || (delta > 0 && FONT_HEIGHT (new_face->font) > last_height))
5815 last_height = FONT_HEIGHT (new_face->font);
5766 int pt, last_pt, last_height; local
H A Dxdisp.c655 static int last_max_ascent, last_height;
1255 if (last_height)
1256 line_height = last_height;
1262 : last_height);
1330 int bottom_y = (last_height = 0, line_bottom_y (&it));
6869 last_height = it->max_ascent + it->max_descent;
7126 last_height = 0;
8311 last_height = 0;
8314 height = it.current_y + last_height;
654 static int last_max_ascent, last_height; variable
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp127 int last_height; member in class:font_info
263 || height != last_height || slant != last_slant
303 last_height = height;

Completed in 232 milliseconds