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;
|