public abstract class com.sun.javafx.image.impl.BaseIntToIntConverter implements com.sun.javafx.image.IntToIntPixelConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.image.impl.BaseIntToIntConverter
  super_class: java.lang.Object
{
  protected final com.sun.javafx.image.IntPixelGetter getter;
    descriptor: Lcom/sun/javafx/image/IntPixelGetter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final com.sun.javafx.image.IntPixelSetter setter;
    descriptor: Lcom/sun/javafx/image/IntPixelSetter;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(com.sun.javafx.image.IntPixelGetter, com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
        start local 1 // com.sun.javafx.image.IntPixelGetter getter
        start local 2 // com.sun.javafx.image.IntPixelSetter setter
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* getter */
            putfield com.sun.javafx.image.impl.BaseIntToIntConverter.getter:Lcom/sun/javafx/image/IntPixelGetter;
         2: .line 42
            aload 0 /* this */
            aload 2 /* setter */
            putfield com.sun.javafx.image.impl.BaseIntToIntConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
         3: .line 43
            return
        end local 2 // com.sun.javafx.image.IntPixelSetter setter
        end local 1 // com.sun.javafx.image.IntPixelGetter getter
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;
            0    4     1  getter  Lcom/sun/javafx/image/IntPixelGetter;
            0    4     2  setter  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  public final com.sun.javafx.image.IntPixelGetter getGetter();
    descriptor: ()Lcom/sun/javafx/image/IntPixelGetter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
         0: .line 47
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseIntToIntConverter.getter:Lcom/sun/javafx/image/IntPixelGetter;
            areturn
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;

  public final com.sun.javafx.image.IntPixelSetter getSetter();
    descriptor: ()Lcom/sun/javafx/image/IntPixelSetter;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
         0: .line 52
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.BaseIntToIntConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            areturn
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;

  abstract void doConvert(int[], int, int, int[], int, int, int, int);
    descriptor: ([III[IIIII)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      srcarr       
      srcoff       
      srcscanints  
      dstarr       
      dstoff       
      dstscanints  
      w            
      h            

  abstract void doConvert(java.nio.IntBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      srcbuf       
      srcoff       
      srcscanints  
      dstbuf       
      dstoff       
      dstscanints  
      w            
      h            

  public final void convert(int[], int, int, int[], int, int, int, int);
    descriptor: ([III[IIIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // int[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 68
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 69
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanints */
            iload 7 /* w */
            if_icmpne 6
         3: .line 70
            iload 6 /* dstscanints */
            iload 7 /* w */
            if_icmpne 6
         4: .line 72
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 73
            iconst_1
            istore 8 /* h */
         6: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
         7: .line 76
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
         8: .line 77
            iload 7 /* w */
            iload 8 /* h */
         9: .line 75
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:([III[IIIII)V
        10: .line 78
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanints
        end local 5 // int dstoff
        end local 4 // int[] dstarr
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // int[] srcarr
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;
            0   11     1       srcarr  [I
            0   11     2       srcoff  I
            0   11     3  srcscanints  I
            0   11     4       dstarr  [I
            0   11     5       dstoff  I
            0   11     6  dstscanints  I
            0   11     7            w  I
            0   11     8            h  I
    MethodParameters:
             Name  Flags
      srcarr       
      srcoff       
      srcscanints  
      dstarr       
      dstoff       
      dstscanints  
      w            
      h            

  public final void convert(java.nio.IntBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=9, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // java.nio.IntBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 85
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 86
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanints */
            iload 7 /* w */
            if_icmpne 6
         3: .line 87
            iload 6 /* dstscanints */
            iload 7 /* w */
            if_icmpne 6
         4: .line 89
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 90
            iconst_1
            istore 8 /* h */
         6: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* srcbuf */
            invokevirtual java.nio.IntBuffer.hasArray:()Z
            ifeq 14
            aload 4 /* dstbuf */
            invokevirtual java.nio.IntBuffer.hasArray:()Z
            ifeq 14
         7: .line 93
            iload 2 /* srcoff */
            aload 1 /* srcbuf */
            invokevirtual java.nio.IntBuffer.arrayOffset:()I
            iadd
            istore 2 /* srcoff */
         8: .line 94
            iload 5 /* dstoff */
            aload 4 /* dstbuf */
            invokevirtual java.nio.IntBuffer.arrayOffset:()I
            iadd
            istore 5 /* dstoff */
         9: .line 95
            aload 0 /* this */
            aload 1 /* srcbuf */
            invokevirtual java.nio.IntBuffer.array:()[I
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
        10: .line 96
            aload 4 /* dstbuf */
            invokevirtual java.nio.IntBuffer.array:()[I
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
        11: .line 97
            iload 7 /* w */
            iload 8 /* h */
        12: .line 95
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:([III[IIIII)V
        13: .line 98
            goto 18
        14: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
        15: .line 100
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
        16: .line 101
            iload 7 /* w */
            iload 8 /* h */
        17: .line 99
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:(Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
        18: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanints
        end local 5 // int dstoff
        end local 4 // java.nio.IntBuffer dstbuf
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // java.nio.IntBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;
            0   19     1       srcbuf  Ljava/nio/IntBuffer;
            0   19     2       srcoff  I
            0   19     3  srcscanints  I
            0   19     4       dstbuf  Ljava/nio/IntBuffer;
            0   19     5       dstoff  I
            0   19     6  dstscanints  I
            0   19     7            w  I
            0   19     8            h  I
    MethodParameters:
             Name  Flags
      srcbuf       
      srcoff       
      srcscanints  
      dstbuf       
      dstoff       
      dstscanints  
      w            
      h            

  public final void convert(java.nio.IntBuffer, int, int, int[], int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;II[IIIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // int[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 110
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 111
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanints */
            iload 7 /* w */
            if_icmpne 6
         3: .line 112
            iload 6 /* dstscanints */
            iload 7 /* w */
            if_icmpne 6
         4: .line 114
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 115
            iconst_1
            istore 8 /* h */
         6: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* srcbuf */
            invokevirtual java.nio.IntBuffer.hasArray:()Z
            ifeq 14
         7: .line 118
            aload 1 /* srcbuf */
            invokevirtual java.nio.IntBuffer.array:()[I
            astore 9 /* srcarr */
        start local 9 // int[] srcarr
         8: .line 119
            iload 2 /* srcoff */
            aload 1 /* srcbuf */
            invokevirtual java.nio.IntBuffer.arrayOffset:()I
            iadd
            istore 2 /* srcoff */
         9: .line 120
            aload 0 /* this */
            aload 9 /* srcarr */
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
        10: .line 121
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
        11: .line 122
            iload 7 /* w */
            iload 8 /* h */
        12: .line 120
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:([III[IIIII)V
        end local 9 // int[] srcarr
        13: .line 123
            goto 19
        14: .line 124
      StackMap locals:
      StackMap stack:
            aload 4 /* dstarr */
            invokestatic java.nio.IntBuffer.wrap:([I)Ljava/nio/IntBuffer;
            astore 9 /* dstbuf */
        start local 9 // java.nio.IntBuffer dstbuf
        15: .line 125
            aload 0 /* this */
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
        16: .line 126
            aload 9 /* dstbuf */
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
        17: .line 127
            iload 7 /* w */
            iload 8 /* h */
        18: .line 125
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:(Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
        end local 9 // java.nio.IntBuffer dstbuf
        19: .line 129
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanints
        end local 5 // int dstoff
        end local 4 // int[] dstarr
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // java.nio.IntBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;
            0   20     1       srcbuf  Ljava/nio/IntBuffer;
            0   20     2       srcoff  I
            0   20     3  srcscanints  I
            0   20     4       dstarr  [I
            0   20     5       dstoff  I
            0   20     6  dstscanints  I
            0   20     7            w  I
            0   20     8            h  I
            8   13     9       srcarr  [I
           15   19     9       dstbuf  Ljava/nio/IntBuffer;
    MethodParameters:
             Name  Flags
      srcbuf       
      srcoff       
      srcscanints  
      dstarr       
      dstoff       
      dstscanints  
      w            
      h            

  public final void convert(int[], int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: ([IIILjava/nio/IntBuffer;IIII)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=9, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // java.nio.IntBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 136
            iload 7 /* w */
            ifle 1
            iload 8 /* h */
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 137
      StackMap locals:
      StackMap stack:
            iload 3 /* srcscanints */
            iload 7 /* w */
            if_icmpne 6
         3: .line 138
            iload 6 /* dstscanints */
            iload 7 /* w */
            if_icmpne 6
         4: .line 140
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 7 /* w */
         5: .line 141
            iconst_1
            istore 8 /* h */
         6: .line 143
      StackMap locals:
      StackMap stack:
            aload 4 /* dstbuf */
            invokevirtual java.nio.IntBuffer.hasArray:()Z
            ifeq 14
         7: .line 144
            aload 4 /* dstbuf */
            invokevirtual java.nio.IntBuffer.array:()[I
            astore 9 /* dstarr */
        start local 9 // int[] dstarr
         8: .line 145
            iload 5 /* dstoff */
            aload 4 /* dstbuf */
            invokevirtual java.nio.IntBuffer.arrayOffset:()I
            iadd
            istore 5 /* dstoff */
         9: .line 146
            aload 0 /* this */
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
        10: .line 147
            aload 9 /* dstarr */
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
        11: .line 148
            iload 7 /* w */
            iload 8 /* h */
        12: .line 146
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:([III[IIIII)V
        end local 9 // int[] dstarr
        13: .line 149
            goto 19
        14: .line 150
      StackMap locals:
      StackMap stack:
            aload 1 /* srcarr */
            invokestatic java.nio.IntBuffer.wrap:([I)Ljava/nio/IntBuffer;
            astore 9 /* srcbuf */
        start local 9 // java.nio.IntBuffer srcbuf
        15: .line 151
            aload 0 /* this */
            aload 9 /* srcbuf */
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
        16: .line 152
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
        17: .line 153
            iload 7 /* w */
            iload 8 /* h */
        18: .line 151
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.doConvert:(Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
        end local 9 // java.nio.IntBuffer srcbuf
        19: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanints
        end local 5 // int dstoff
        end local 4 // java.nio.IntBuffer dstbuf
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // int[] srcarr
        end local 0 // com.sun.javafx.image.impl.BaseIntToIntConverter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/javafx/image/impl/BaseIntToIntConverter;
            0   20     1       srcarr  [I
            0   20     2       srcoff  I
            0   20     3  srcscanints  I
            0   20     4       dstbuf  Ljava/nio/IntBuffer;
            0   20     5       dstoff  I
            0   20     6  dstscanints  I
            0   20     7            w  I
            0   20     8            h  I
            8   13     9       dstarr  [I
           15   19     9       srcbuf  Ljava/nio/IntBuffer;
    MethodParameters:
             Name  Flags
      srcarr       
      srcoff       
      srcscanints  
      dstbuf       
      dstoff       
      dstscanints  
      w            
      h            

  static com.sun.javafx.image.IntToIntPixelConverter create(com.sun.javafx.image.IntPixelAccessor);
    descriptor: (Lcom/sun/javafx/image/IntPixelAccessor;)Lcom/sun/javafx/image/IntToIntPixelConverter;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.IntPixelAccessor fmt
         0: .line 158
            new com.sun.javafx.image.impl.BaseIntToIntConverter$IntAnyToSameConverter
            dup
            aload 0 /* fmt */
            invokespecial com.sun.javafx.image.impl.BaseIntToIntConverter$IntAnyToSameConverter.<init>:(Lcom/sun/javafx/image/IntPixelAccessor;)V
            areturn
        end local 0 // com.sun.javafx.image.IntPixelAccessor fmt
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   fmt  Lcom/sun/javafx/image/IntPixelAccessor;
    MethodParameters:
      Name  Flags
      fmt   

  public void convert(java.nio.Buffer, int, int, java.nio.Buffer, int, int, int, int);
    descriptor: (Ljava/nio/Buffer;IILjava/nio/Buffer;IIII)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=9, locals=9, args_size=9
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.IntBuffer
            iload 2
            iload 3
            aload 4
            checkcast java.nio.IntBuffer
            iload 5
            iload 6
            iload 7
            iload 8
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.convert:(Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.javafx.image.PixelSetter getSetter();
    descriptor: ()Lcom/sun/javafx/image/PixelSetter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.getSetter:()Lcom/sun/javafx/image/IntPixelSetter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public com.sun.javafx.image.PixelGetter getGetter();
    descriptor: ()Lcom/sun/javafx/image/PixelGetter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.image.impl.BaseIntToIntConverter.getGetter:()Lcom/sun/javafx/image/IntPixelGetter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "BaseIntToIntConverter.java"
NestMembers:
  com.sun.javafx.image.impl.BaseIntToIntConverter$IntAnyToSameConverter
InnerClasses:
  IntAnyToSameConverter = com.sun.javafx.image.impl.BaseIntToIntConverter$IntAnyToSameConverter of com.sun.javafx.image.impl.BaseIntToIntConverter