Home | History | Annotate | Download | only in glshared

Lines Matching refs:w00

167 	float w00 = (1.0f-x)*(1.0f-y);
171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;