Searched defs:theConsumer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImageSource.java62 private ImageConsumer theConsumer; field in class:OffScreenImageSource
65 theConsumer = ic;
70 return (ic == theConsumer);
74 if (theConsumer == ic) {
75 theConsumer = null;
96 theConsumer.setColorModel(cm);
102 theConsumer.setPixels(0, y, width, 1, cm, pixels, 0,
114 theConsumer.setPixels(0, y, width, 1, cm, pixels, 0,
125 theConsumer.setPixels(0, y, width, 1, cm, scanline, 0,
131 theConsumer
[all...]

Completed in 33 milliseconds