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

/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java92 protected boolean printingGlyphVector; field in class:PathGraphics
637 /* We should not reach here if printingGlyphVector is already true.
642 if (printingGlyphVector) {
643 assert !printingGlyphVector; // ie false.
649 printingGlyphVector = true;
655 printingGlyphVector = false;
882 if (font.hasLayoutAttributes() && printingGlyphVector &&
H A DPSPathGraphics.java162 * we may be reinvoked. In that case the "!printingGlyphVector" test
167 if (font.hasLayoutAttributes() && !printingGlyphVector) {
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java414 * we may be reinvoked. In that case the "!printingGlyphVector" test
424 && !printingGlyphVector) {

Completed in 40 milliseconds