Searched refs:nextT (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.
299 private float nextT; field in class:Dasher.LengthIterator
323 this.nextT = Float.MAX_VALUE;
337 this.nextT = 0;
339 goLeft(); // initializes nextT and lenAtNextT properly
448 t = t * (nextT - lastT) + lastT;
490 lastT = nextT;
492 nextT += (1 << (limit - recLevel)) * minTincrement;

Completed in 760 milliseconds