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