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

/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java298 // lastT and nextT delimit the current leaf.
301 private float lastT; field in class:Dasher.LengthIterator
335 this.lastT = 0;
448 t = t * (nextT - lastT) + lastT;
490 lastT = nextT;

Completed in 968 milliseconds