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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java201 private int cachedBandHeight = 0; field in class:RasterPrinterJob
2033 bandHeight != cachedBandHeight) {
2038 cachedBandHeight = bandHeight;

Completed in 35 milliseconds