Lines Matching refs:ydist
8010 int ydist = (int) ((by - sy) * 256);
8061 ( ((out_data [sy*hwbpl + sx/8 ] >> (7-sx%8 )) & 1) * (256-xdist) * (256-ydist) +
8062 ((out_data [sy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * (256-ydist) +
8063 ((out_data [syy*hwbpl + sx/8 ] >> (7-sx%8 )) & 1) * (256-xdist) * ydist +
8064 ((out_data [syy*hwbpl + sxx/8] >> (7-sxx%8)) & 1) * xdist * ydist
8078 ( out_data [sy*hwbpl + sx ] * (256-xdist) * (256-ydist) +
8079 out_data [sy*hwbpl + sxx] * xdist * (256-ydist) +
8080 out_data [syy*hwbpl + sx ] * (256-xdist) * ydist +
8081 out_data [syy*hwbpl + sxx] * xdist * ydist
8092 ( out_data16 [sy*hwbpl + sx ] * (256-xdist) * (256-ydist) +
8093 out_data16 [sy*hwbpl + sxx] * xdist * (256-ydist) +
8094 out_data16 [syy*hwbpl + sx ] * (256-xdist) * ydist +
8095 out_data16 [syy*hwbpl + sxx] * xdist * ydist
8107 ( out_data [sy*hwbpl + sx*3 + c] * (256-xdist) * (256-ydist) +
8108 out_data [sy*hwbpl + sxx*3 + c] * xdist * (256-ydist) +
8109 out_data [syy*hwbpl + sx*3 + c] * (256-xdist) * ydist +
8110 out_data [syy*hwbpl + sxx*3 + c] * xdist * ydist
8125 ( out_data16 [sy*hwbpl + sx*3 + c] * (256-xdist) * (256-ydist) +
8126 out_data16 [sy*hwbpl + sxx*3 + c] * xdist * (256-ydist) +
8127 out_data16 [syy*hwbpl + sx*3 + c] * (256-xdist) * ydist +
8128 out_data16 [syy*hwbpl + sxx*3 + c] * xdist * ydist