HomeSort by: relevance | last modified time | path
    Searched defs:startx (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libcurses/
toucholap.c 51 int y, endy, endx, starty, startx; local in function:touchoverlap
59 startx = max(win1->begx, win2->begx);
63 starty, startx, endy, endx);
70 if (starty >= endy || startx >= endx)
73 startx -= win2->begx;
77 __touchline(win2, y, startx, endx);
clrtobot.c 66 int minx, startx, starty, y; local in function:wclrtobot
85 startx = 0;
88 startx = win->curx;
94 for (sp = &win->alines[y]->line[startx]; sp < end; sp++) {
116 startx = 0;
  /src/sys/dev/wscons/
wscons_rops.c 170 int y, startx, nx, op; local in function:rcons_erasecols
173 startx = rc->rc_xorigin + rc->rc_font->width * startcol;
179 raster_op(rc->rc_sp, startx, y,
  /src/sys/arch/vax/vsa/
smg.c 651 int scanspan, startx, height, width, align, y; local in function:smg_putchar
658 startx = ri->ri_font->fontwidth * startcol;
664 p = (uint8_t *)ri->ri_bits + y * scanspan + ((startx / 32) * 4);
665 align = startx & ALIGNMASK;
718 int scanspan, startx, height, width, align, y; local in function:smg_cursor
736 startx = ri->ri_font->fontwidth * col;
739 p = (uint8_t *)ri->ri_bits + y * scanspan + ((startx / 32) * 4);
740 align = startx & ALIGNMASK;
  /src/sys/dev/tc/
sfb.c 1128 int scanspan, startx, height, width, align, w, y; local in function:sfb_erasecols
1133 startx = startcol * ri->ri_font->fontwidth;
1137 p = ri->ri_bits + y * scanspan + startx;
sfbplus.c 1107 int scanspan, startx, height, width, align, w, y; local in function:sfbp_erasecols
1112 startx = startcol * ri->ri_font->fontwidth;
1116 p = ri->ri_bits + y * scanspan + startx * SFBPIXELBYTES;
  /src/sys/arch/luna68k/dev/
omrasops.c 560 int startx; local in function:om_erasecols
572 startx = ri->ri_font->fontwidth * startcol;
577 sh = startx >> 5;
578 sl = startx & 0x1f;
600 int startx; local in function:om_eraserows
613 startx = 0;
618 sh = startx >> 5;
619 sl = startx & 0x1f;
1622 int startx; local in function:om_cursor
1645 startx = ri->ri_font->fontwidth * col
    [all...]

Completed in 44 milliseconds