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

/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java91 private static final boolean LOGMAP = false; field in class:LayoutPathImpl
774 if (LOGMAP) LOG.format("s(%d) init\n", ix);
781 if (LOGMAP) LOG.format("s(%d) move\n", ix);
787 if (LOGMAP) LOG.format("s(%d) close\n[cp]\n", ix);
793 if (LOGMAP) LOG.format("s(%d) line %g, %g to %g, %g\n", ix, li.sx, li.sy, li.lx, li.ly);
796 if (LOGMAP) LOG.format("pin: %g, %g to %g, %g\n", temp.sx, temp.sy, temp.lx, temp.ly);
805 if (LOGMAP) LOG.format("points: %g, %g to %g, %g\n", sx, sy, lx, ly);
809 if (LOGMAP) LOG.format("[mt %g, %g]\n", sx, sy);
812 if (LOGMAP) LOG.format("[lt %g, %g]\n", sx, sy);
816 if (LOGMAP) LO
[all...]

Completed in 31 milliseconds