HomeSort by: relevance | last modified time | path
    Searched defs:r_dstcol (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
1461 r_dstcol = ri->ri_rows - dstrow - 1;
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
1585 r_dstcol = dstrow;
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
1461 r_dstcol = ri->ri_rows - dstrow - 1;
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
1585 r_dstcol = dstrow;
1592 dp = ri->ri_bits + r_dstrow + r_dstcol * ri->ri_xscale;

Completed in 138 milliseconds