Searched defs:HV_FF1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp111 #define HV_FF1 ( 0.0f) macro
139 #define HV_FF1 (0.0f) macro
231 fy1 = (float)y1+HV_FF1;
250 fx1 = (float)x1+HV_FF1;
391 y = ((float)*(scanlines++)) +HV_FF1;
446 ADD_LINE_XYC(fx1+HV_FF3, fy1+HV_FF1, fx2-1.0f+HV_FF2, fy1+HV_FF1,color);
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color);
450 ADD_LINE_XYC(fx2+HV_FF1, fy
[all...]

Completed in 359 milliseconds