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

  /src/sys/dev/rasops/
rasops.c 1455 int r_srcrow, r_dstrow, r_srccol, r_dstcol, height; local in function:rasops_copychar
1459 r_dstrow = dstcol;
1464 r_dstrow *= ri->ri_yscale;
1468 dp = ri->ri_bits + r_dstrow + r_dstcol * ri->ri_xscale;
1579 int r_srcrow, r_dstrow, r_srccol, r_dstcol, height; local in function:rasops_copychar_ccw
1583 r_dstrow = ri->ri_cols - dstcol - 1;
1588 r_dstrow *= ri->ri_yscale;
1592 dp = ri->ri_bits + r_dstrow + r_dstcol * ri->ri_xscale;
rasops.c 1455 int r_srcrow, r_dstrow, r_srccol, r_dstcol, height; local in function:rasops_copychar
1459 r_dstrow = dstcol;
1464 r_dstrow *= ri->ri_yscale;
1468 dp = ri->ri_bits + r_dstrow + r_dstcol * ri->ri_xscale;
1579 int r_srcrow, r_dstrow, r_srccol, r_dstcol, height; local in function:rasops_copychar_ccw
1583 r_dstrow = ri->ri_cols - dstcol - 1;
1588 r_dstrow *= ri->ri_yscale;
1592 dp = ri->ri_bits + r_dstrow + r_dstcol * ri->ri_xscale;

Completed in 22 milliseconds