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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java303 private float lenAtLastSplit; field in class:Dasher.LengthIterator
325 this.lenAtLastSplit = Float.MIN_VALUE;
340 this.lenAtLastSplit = 0;
397 final float targetLength = lenAtLastSplit + len;
400 lastSegLen = lenAtNextT - lenAtLastSplit;
405 lenAtLastSplit = targetLength;

Completed in 31 milliseconds