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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java200 private int cachedBandWidth = 0; field in class:RasterPrinterJob
2032 bandWidth != cachedBandWidth ||
2037 cachedBandWidth = bandWidth;

Completed in 36 milliseconds