class com.sun.javafx.image.impl.General$IntToIntGeneralConverter extends com.sun.javafx.image.impl.BaseIntToIntConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.General$IntToIntGeneralConverter
  super_class: com.sun.javafx.image.impl.BaseIntToIntConverter
{
  boolean usePremult;
    descriptor: Z
    flags: (0x0000) 

  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=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.General$IntToIntGeneralConverter this
        start local 1 // com.sun.javafx.image.IntPixelGetter getter
        start local 2 // com.sun.javafx.image.IntPixelSetter setter
         0: .line 229
            aload 0 /* this */
            aload 1 /* getter */
            aload 2 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseIntToIntConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 230
            aload 0 /* this */
            aload 1 /* getter */
            invokeinterface com.sun.javafx.image.IntPixelGetter.getAlphaType:()Lcom/sun/javafx/image/AlphaType;
            getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
            if_acmpeq 3
         2: .line 231
            aload 2 /* setter */
            invokeinterface com.sun.javafx.image.IntPixelSetter.getAlphaType:()Lcom/sun/javafx/image/AlphaType;
            getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
            if_acmpeq 3
            iconst_1
            goto 4
      StackMap locals: com.sun.javafx.image.impl.General$IntToIntGeneralConverter com.sun.javafx.image.IntPixelGetter com.sun.javafx.image.IntPixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$IntToIntGeneralConverter
         3: iconst_0
         4: .line 230
      StackMap locals: com.sun.javafx.image.impl.General$IntToIntGeneralConverter com.sun.javafx.image.IntPixelGetter com.sun.javafx.image.IntPixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$IntToIntGeneralConverter int
            putfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.usePremult:Z
         5: .line 232
            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.General$IntToIntGeneralConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/javafx/image/impl/General$IntToIntGeneralConverter;
            0    6     1  getter  Lcom/sun/javafx/image/IntPixelGetter;
            0    6     2  setter  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  void doConvert(int[], int, int, int[], int, int, int, int);
    descriptor: ([III[IIIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$IntToIntGeneralConverter this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // int[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 239
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            isub
            istore 3 /* srcscanbytes */
         1: .line 240
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            isub
            istore 6 /* dstscanbytes */
         2: .line 241
            goto 15
         3: .line 242
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 243
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 244
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.getter:Lcom/sun/javafx/image/IntPixelGetter;
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.IntPixelGetter.getArgbPre:([II)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgbPre:([III)V
         7: .line 245
            goto 9
         8: .line 246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.getter:Lcom/sun/javafx/image/IntPixelGetter;
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.IntPixelGetter.getArgb:([II)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgb:([III)V
         9: .line 248
      StackMap locals:
      StackMap stack:
            iinc 2 /* srcoff */ 1
        10: .line 249
            iinc 5 /* dstoff */ 1
        11: .line 242
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        13: .line 251
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 252
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 241
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 254
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // int[] dstarr
        end local 3 // int srcscanbytes
        end local 2 // int srcoff
        end local 1 // int[] srcarr
        end local 0 // com.sun.javafx.image.impl.General$IntToIntGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$IntToIntGeneralConverter;
            0   17     1        srcarr  [I
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstarr  [I
            0   17     5        dstoff  I
            0   17     6  dstscanbytes  I
            0   17     7             w  I
            0   17     8             h  I
            4   13     9             x  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  void doConvert(java.nio.IntBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$IntToIntGeneralConverter this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // java.nio.IntBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 261
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            isub
            istore 3 /* srcscanbytes */
         1: .line 262
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            isub
            istore 6 /* dstscanbytes */
         2: .line 263
            goto 15
         3: .line 264
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 265
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 266
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.getter:Lcom/sun/javafx/image/IntPixelGetter;
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.IntPixelGetter.getArgbPre:(Ljava/nio/Buffer;I)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgbPre:(Ljava/nio/Buffer;II)V
         7: .line 267
            goto 9
         8: .line 268
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToIntGeneralConverter.getter:Lcom/sun/javafx/image/IntPixelGetter;
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.IntPixelGetter.getArgb:(Ljava/nio/Buffer;I)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgb:(Ljava/nio/Buffer;II)V
         9: .line 270
      StackMap locals:
      StackMap stack:
            iinc 2 /* srcoff */ 1
        10: .line 271
            iinc 5 /* dstoff */ 1
        11: .line 264
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        13: .line 273
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 274
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 263
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 276
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // java.nio.IntBuffer dstbuf
        end local 3 // int srcscanbytes
        end local 2 // int srcoff
        end local 1 // java.nio.IntBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.General$IntToIntGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$IntToIntGeneralConverter;
            0   17     1        srcbuf  Ljava/nio/IntBuffer;
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstbuf  Ljava/nio/IntBuffer;
            0   17     5        dstoff  I
            0   17     6  dstscanbytes  I
            0   17     7             w  I
            0   17     8             h  I
            4   13     9             x  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "General.java"
NestHost: com.sun.javafx.image.impl.General
InnerClasses:
  IntToIntGeneralConverter = com.sun.javafx.image.impl.General$IntToIntGeneralConverter of com.sun.javafx.image.impl.General