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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp117 #define HV_FF3 (-0.2f) macro
141 #define HV_FF3 (0.0f) macro
235 fx1 = (float)x2+HV_FF3;
238 fx1 = (float)x1+HV_FF3;
253 fy1 = (float)y2+HV_FF3;
256 fy1 = (float)y1+HV_FF3;
389 x1 = ((float)*(scanlines++)) +HV_FF3;
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, fy1+HV_FF3, fx
[all...]

Completed in 31 milliseconds