Searched refs:HV_FF2 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp112 #define HV_FF2 ( 0.51f) macro
116 //#define HV_FF2 ( 0.5315f)
140 #define HV_FF2 (0.0f) macro
236 fx2 = (float)x1+HV_FF2;
239 fx2 = (float)x2+HV_FF2;
254 fy2 = (float)y1+HV_FF2;
257 fy2 = (float)y2+HV_FF2;
390 x2 = ((float)*(scanlines++)) +HV_FF2;
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, fy
[all...]

Completed in 31 milliseconds