Lines Matching defs:eoff
1168 int i, soff, eoff;
1171 eoff = (y + font->fontheight) * sc->sc_width + x;
1175 while (soff < eoff) {
1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur;
1214 eoff = ebase + sx;
1222 while (soff < eoff) {
1238 int sbase, soff, ebase, eoff, width_cur;
1245 eoff = ebase + x;
1252 while (soff < eoff) {
1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height;
1277 eoff = ebase + x;
1284 while (soff < eoff) {
1300 int soff, eoff, x, y, width, height;
1307 eoff = (y + height) * sc->sc_width + x;
1312 while (soff < eoff) {