Lines Matching defs:ic
85 ImageConsumer ic = (ImageConsumer) next.nextElement();
86 ic.imageComplete(s);
103 ImageConsumer ic = (ImageConsumer) next.nextElement();
104 ic.setDimensions(w, h);
122 ImageConsumer ic = (ImageConsumer) next.nextElement();
123 ic.setPixels(x, y, w, h, cm, image, 0, width);
139 public synchronized void addConsumer(ImageConsumer ic)
141 if (consumers.contains(ic))
143 consumers.addElement(ic);
149 public synchronized boolean isConsumer(ImageConsumer ic)
150 { return consumers.contains(ic); }
155 public synchronized void removeConsumer(ImageConsumer ic)
156 { consumers.removeElement(ic); }
161 public void startProduction(ImageConsumer ic)
164 addConsumer(ic);
177 public void requestTopDownLeftRightResend(ImageConsumer ic)