Lines Matching defs:fx1
76 GLfloat fx1 = (GLfloat)x1;
81 GLfloat t = fx1; fx1 = fx2; fx2 = t;
84 j2d_glVertex2f(fx1+0.2f, fy);
100 GLfloat fx1 = (GLfloat)x1;
106 fx1 += 0.2f;
109 fx1 += 0.8f;
121 j2d_glVertex2f(fx1, fy1);
143 GLfloat fx1 = ((GLfloat)x) + 0.2f;
145 GLfloat fx2 = fx1 + ((GLfloat)w);
154 j2d_glVertex2f(fx1, fy1);
160 j2d_glVertex2f(fx1, fy2);
163 j2d_glVertex2f(fx1, fy1+1.0f);
164 j2d_glVertex2f(fx1, fy2);