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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DStroker.java79 private final float lineWidth2; field in class:Stroker
122 this.lineWidth2 = lineWidth / 2;
126 float limit = miterLimit * lineWidth2;
211 // (omx+mx, omy+my)/2 so that it has length=lineWidth2 (and thus lies
216 // this vector that its length is lineWidth2 (this works because the
218 // have numerical problems because we know that lineWidth2 divided by
223 float scale = lineWidth2/nlen;
245 float cosext2 = (omx * mx + omy * my) / (2 * lineWidth2 * lineWidth2);
363 computeOffset(dx, dy, lineWidth2, offse
[all...]

Completed in 35 milliseconds