/[classpath]/classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.5 by gnu_andrew, Tue Aug 2 20:12:09 2005 UTC revision 1.6.2.6 by gnu_andrew, Sat Sep 10 15:31:37 2005 UTC
# Line 122  public class GdkPixbufDecoder extends gn Line 122  public class GdkPixbufDecoder extends gn
122      super (imagedata, imageoffset, imagelength);      super (imagedata, imageoffset, imagelength);
123    }    }
124    
125    // called back by native side    // called back by native side: area_prepared_cb
126    void areaPrepared (int width, int height)    void areaPrepared (int width, int height)
127    {    {
128    
# Line 138  public class GdkPixbufDecoder extends gn Line 138  public class GdkPixbufDecoder extends gn
138        }        }
139    }    }
140        
141    // called back by native side    // called back by native side: area_updated_cb
142    void areaUpdated (int x, int y, int width, int height,    void areaUpdated (int x, int y, int width, int height,
143                      int pixels[], int scansize)                      int pixels[], int scansize)
144    {    {
# Line 306  public class GdkPixbufDecoder extends gn Line 306  public class GdkPixbufDecoder extends gn
306    static String findFormatName(Object ext, boolean needWritable)    static String findFormatName(Object ext, boolean needWritable)
307    {    {
308      if (ext == null)      if (ext == null)
309        throw new IllegalArgumentException("extension is null");        return null;
310    
311      if (!(ext instanceof String))      if (!(ext instanceof String))
312        throw new IllegalArgumentException("extension is not a string");        throw new IllegalArgumentException("extension is not a string");

Legend:
Removed from v.1.6.2.5  
changed lines
  Added in v.1.6.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26