Lines Matching refs:image
41 /** specifies a source for an image.
47 /** registers an image consumer with the image producer for accessing
48 the image data during a later reconstruction of the image.
50 <p>The image producer may, at its discretion, start delivering the
51 image data to the consumer using the <type>XImageConsumer</type>
52 interface immediately, or when the next available image reconstruction
61 image data.
64 currently registered. The image producer should stop sending data
71 /** registers the given image consumer as a consumer
72 and starts an immediate reconstruction of the image data.
74 <p>The image data will then be delivered to this consumer and any other
77 the image data should be triggered as soon as possible.</p>