/[classpath]/classpath/java/awt/image/CropImageFilter.java
ViewVC logotype

Diff of /classpath/java/awt/image/CropImageFilter.java

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

revision 1.9 by fitzsim, Sun Aug 21 03:11:23 2005 UTC revision 1.10 by fitzsim, Fri Sep 2 18:48:32 2005 UTC
# Line 133  public class CropImageFilter extends Ima Line 133  public class CropImageFilter extends Ima
133              }              }
134                            
135              if (consumer != null)              if (consumer != null)
136                consumer.setPixels(bounds.x, bounds.y,                consumer.setPixels(0, 0,
137                                   bounds.width, bounds.height,                                   bounds.width, bounds.height,
138                                   model, cropped, 0, bounds.width);                                   model, cropped, 0, bounds.width);
139          }          }
# Line 174  public class CropImageFilter extends Ima Line 174  public class CropImageFilter extends Ima
174              }              }
175                            
176              if (consumer != null)              if (consumer != null)
177                consumer.setPixels(bounds.x, bounds.y,                consumer.setPixels(0, 0,
178                                   bounds.width, bounds.height,                                   bounds.width, bounds.height,
179                                   model, cropped, 0, bounds.width);                                   model, cropped, 0, bounds.width);
180          }          }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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