Home | History | Annotate | Download | only in rasops

Lines Matching defs:roff

1530 	int col, roff;
1533 for (roff = 0; roff < num; roff++)
1535 rasops_copychar(cookie, src + roff, dst + roff,
1538 for (roff = num - 1; roff >= 0; roff--)
1540 rasops_copychar(cookie, src + roff, dst + roff,
1646 int col, roff;
1649 for (roff = 0; roff < num; roff++)
1652 src + roff, dst + roff, col, col);
1654 for (roff = num - 1; roff >= 0; roff--)
1657 src + roff, dst + roff, col, col);