Lines Matching defs:hextra
1804 yoff_scale = 8 => roff = 5 * w, goff = 1 * w, boff = 0 * w, hextra = 1
1805 yoff_scale = 4 => roff = 8 * w, goff = 4 * w, boff = 0 * w, hextra = 2
1806 yoff_scale = 2 => roff = 14 * w, goff = 7 * w, boff = 0 * w, hextra = 4
1807 yoff_scale = 1 => roff = 26 * w, goff = 13 * w, boff = 0 * w, hextra = 8
1810 const int hextra = 8 / yoff_scale;
1824 scan->maxh = lines_to_read - hextra;
1829 memmove (scan->p, scan->p + (scan->bh - hextra) * linelen,
1830 hextra * linelen);
1832 if (lines_to_read > (scan->bh - hextra))
1833 lines_to_read = scan->bh - hextra;
1836 (scan, scan->p + hextra * linelen, lines_to_read * linelen));
1994 const int hextra = 8 / yoff_scale;
1997 scan->hexp = scan->h + hextra;
2069 const int hextra = 8 / yoff_scale;
2072 scan->hexp = scan->h + hextra;