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

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

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

revision 1.4 by mark, Tue Jan 22 22:26:59 2002 UTC revision 1.5 by mkoch, Sun Oct 12 13:53:39 2003 UTC
# Line 149  public abstract class RGBImageFilter ext Line 149  public abstract class RGBImageFilter ext
149                                  int off,                                  int off,
150                                  int scansize)                                  int scansize)
151      {      {
152          int xp, yp, i;          int xp, yp;
153    
154          for( xp = x; xp < ( x + w); xp++ )          for( xp = x; xp < ( x + w); xp++ )
155              for( yp = y; yp < (y + h); yp++ )              for( yp = y; yp < (y + h); yp++ )
# Line 212  public abstract class RGBImageFilter ext Line 212  public abstract class RGBImageFilter ext
212      private void convertColorModelToDefault( int x, int y, int w, int h,      private void convertColorModelToDefault( int x, int y, int w, int h,
213              ColorModel model, int pixels[], int offset, int scansize)              ColorModel model, int pixels[], int offset, int scansize)
214          {          {
215          int xp, yp, i;          int xp, yp;
216    
217          for( xp = x; xp < ( x + w); xp++ )          for( xp = x; xp < ( x + w); xp++ )
218              for( yp = y; yp < (y + h); yp++ )              for( yp = y; yp < (y + h); yp++ )

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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