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

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp119 #define SP_FF4 ( 0.3f) macro
142 #define SP_FF4 (0.0f) macro
243 fx1 = (float)x1-SP_FF4;
244 fy1 = (float)y1-SP_FF4;
245 fx2 = (float)x2+SP_FF4;
246 fy2 = (float)y2+SP_FF4;
361 mx = xPoints[nPoints-1] + transX +SP_FF4;
362 my = yPoints[nPoints-1] + transY +SP_FF4;

Completed in 34 milliseconds