Home | History | Annotate | Download | only in textures

Lines Matching refs:ox

733             float ox = x - ix;

737 float jx = ox - 1;
741 float cn1 = ox * ox;
748 cn1 = 1.0f - 3.0f * cn1 + 2.0f * cn1 * ox;
765 float[] xFactor = new float[] {ox, ox, ox, ox, jx, jx, jx, jx};