Home | History | Annotate | Download | only in src

Lines Matching refs:xm

521                 const int xm = x + ((0x1c >> a) & 1);
523 const float m = (float)(cos(xm * 2) * sin(ym * 4) * 0.75f);
524 result->vertexArray[currentVertex * 2] = xm * scale + m;