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

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java171 nextPoint(pts[i], pts[i+1], i != 0);
189 nextPoint(x, y, false);
200 nextPoint(x, y, true);
208 private void nextPoint(double x, double y, boolean connect) { method in class:LayoutPathImpl.SegmentPathBuilder

Completed in 32 milliseconds