Home | History | Annotate | Download | only in dev

Lines Matching defs:startx

560 	int startx;
572 startx = ri->ri_font->fontwidth * startcol;
577 sh = startx >> 5;
578 sl = startx & 0x1f;
600 int startx;
613 startx = 0;
618 sh = startx >> 5;
619 sl = startx & 0x1f;
1622 int startx;
1645 startx = ri->ri_font->fontwidth * col;
1648 sh = startx >> 5;
1649 sl = startx & 0x1f;