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

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteArrayImageSource.java32 public class ByteArrayImageSource extends InputStreamImageSource {
H A DFileImageSource.java33 public class FileImageSource extends InputStreamImageSource {
H A DImageConsumerQueue.java68 ImageConsumerQueue(InputStreamImageSource src, ImageConsumer ic) {
H A DImageDecoder.java34 InputStreamImageSource source;
43 public ImageDecoder(InputStreamImageSource src, InputStream is) {
H A DJPEGImageDecoder.java27 * image data to an InputStreamImageSource object.
73 public JPEGImageDecoder(InputStreamImageSource src, InputStream is) {
H A DToolkitImage.java51 InputStreamImageSource src;
68 if (is instanceof InputStreamImageSource) {
69 src = (InputStreamImageSource) is;
H A DXbmImageDecoder.java54 public XbmImageDecoder(InputStreamImageSource src, InputStream is) {
H A DURLImageSource.java35 public class URLImageSource extends InputStreamImageSource {
H A DInputStreamImageSource.java34 public abstract class InputStreamImageSource implements ImageProducer, class in inherits:ImageProducer,ImageFetchable
H A DImageRepresentation.java52 InputStreamImageSource src;
97 if (image.getSource() instanceof InputStreamImageSource) {
98 src = (InputStreamImageSource) image.getSource();
H A DGifImageDecoder.java28 * image data to an InputStreamImageSource object.
75 public GifImageDecoder(InputStreamImageSource src, InputStream is) {
H A DPNGImageDecoder.java637 public PNGImageDecoder(InputStreamImageSource src, InputStream input) throws IOException {

Completed in 38 milliseconds