Searched refs:starty (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/lib/libcurses/ |
| D | toucholap.c | 51 int y, endy, endx, starty, startx; in touchoverlap() local 58 starty = max(win1->begy, win2->begy); in touchoverlap() 63 starty, startx, endy, endx); in touchoverlap() 70 if (starty >= endy || startx >= endx) in touchoverlap() 72 starty -= win2->begy; in touchoverlap() 76 for (--endx, y = starty; y < endy; y++) in touchoverlap()
|
| D | clrtobot.c | 66 int minx, startx, starty, y; in wclrtobot() local 84 starty = win->cury + 1; in wclrtobot() 87 starty = win->cury; in wclrtobot() 91 for (y = starty; y < win->maxy; y++) { in wclrtobot()
|
| /netbsd/src/sys/dev/wscons/ |
| D | wscons_rops.c | 209 int starty, ny, op; in rcons_eraserows() local 211 starty = rc->rc_yorigin + rc->rc_font->height * startrow; in rcons_eraserows() 217 raster_op(rc->rc_sp, rc->rc_xorigin, starty, in rcons_eraserows()
|
| /netbsd/src/sys/dev/tc/ |
| D | sfbplus.c | 1296 int scanspan, starty, height, width, align, w; in sfbp_eraserows() local 1300 starty = ri->ri_font->fontheight * startrow; in sfbp_eraserows() 1303 p = ri->ri_bits + starty * scanspan; in sfbp_eraserows()
|
| D | sfb.c | 1246 int scanspan, starty, height, width, align, w; in sfb_eraserows() local 1250 starty = ri->ri_font->fontheight * startrow; in sfb_eraserows() 1253 p = ri->ri_bits + starty * scanspan; in sfb_eraserows()
|
| /netbsd/src/share/dict/ |
| D | web2 | 189148 starty
|