Lines Matching defs:sxx
6683 const int sxx = sx + 1;
6690 out_data [sy*hwbpl + sxx] * xdist
6703 out_data [sy*hwbpl + sxx*3 + c] * xdist
8047 const int sxx = sx + 1;
8051 x, sx, sxx);
8062 ((out_data [sy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * (256-ydist) +
8064 ((out_data [syy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * ydist
8079 out_data [sy*hwbpl + sxx] * xdist * (256-ydist) +
8081 out_data [syy*hwbpl + sxx] * xdist * ydist
8093 out_data16 [sy*hwbpl + sxx] * xdist * (256-ydist) +
8095 out_data16 [syy*hwbpl + sxx] * xdist * ydist
8108 out_data [sy*hwbpl + sxx*3 + c] * xdist * (256-ydist) +
8110 out_data [syy*hwbpl + sxx*3 + c] * xdist * ydist
8126 out_data16 [sy*hwbpl + sxx*3 + c] * xdist * (256-ydist) +
8128 out_data16 [syy*hwbpl + sxx*3 + c] * xdist * ydist