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

  public void <init>(com.sun.javafx.image.IntPixelGetter, com.sun.javafx.image.BytePixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.General$IntToByteGeneralConverter this
        start local 1 // com.sun.javafx.image.IntPixelGetter getter
        start local 2 // com.sun.javafx.image.BytePixelSetter setter
         0: .line 176
            aload 0 /* this */
            aload 1 /* getter */
            aload 2 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseIntToByteConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 177
            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 178
            aload 2 /* setter */
            invokeinterface com.sun.javafx.image.BytePixelSetter.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$IntToByteGeneralConverter com.sun.javafx.image.IntPixelGetter com.sun.javafx.image.BytePixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$IntToByteGeneralConverter
         3: iconst_0
         4: .line 177
      StackMap locals: com.sun.javafx.image.impl.General$IntToByteGeneralConverter com.sun.javafx.image.IntPixelGetter com.sun.javafx.image.BytePixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$IntToByteGeneralConverter int
            putfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.usePremult:Z
         5: .line 179
            return
        end local 2 // com.sun.javafx.image.BytePixelSetter setter
        end local 1 // com.sun.javafx.image.IntPixelGetter getter
        end local 0 // com.sun.javafx.image.impl.General$IntToByteGeneralConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/javafx/image/impl/General$IntToByteGeneralConverter;
            0    6     1  getter  Lcom/sun/javafx/image/IntPixelGetter;
            0    6     2  setter  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  void doConvert(int[], int, int, byte[], int, int, int, int);
    descriptor: ([III[BIIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$IntToByteGeneralConverter this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // byte[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 186
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            isub
            istore 3 /* srcscanbytes */
         1: .line 187
            iload 6 /* dstscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.nDstElems:I
            iload 7 /* w */
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 188
            goto 15
         3: .line 189
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 190
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 191
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.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.BytePixelSetter.setArgbPre:([BII)V
         7: .line 192
            goto 9
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.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.BytePixelSetter.setArgb:([BII)V
         9: .line 195
      StackMap locals:
      StackMap stack:
            iinc 2 /* srcoff */ 1
        10: .line 196
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.nDstElems:I
            iadd
            istore 5 /* dstoff */
        11: .line 189
            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 198
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 199
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 188
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 201
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // byte[] 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$IntToByteGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$IntToByteGeneralConverter;
            0   17     1        srcarr  [I
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstarr  [B
            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.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$IntToByteGeneralConverter this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        start local 4 // java.nio.ByteBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 208
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            isub
            istore 3 /* srcscanbytes */
         1: .line 209
            iload 6 /* dstscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.nDstElems:I
            iload 7 /* w */
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 210
            goto 15
         3: .line 211
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 212
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 213
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.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.BytePixelSetter.setArgbPre:(Ljava/nio/Buffer;II)V
         7: .line 214
            goto 9
         8: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.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.BytePixelSetter.setArgb:(Ljava/nio/Buffer;II)V
         9: .line 217
      StackMap locals:
      StackMap stack:
            iinc 2 /* srcoff */ 1
        10: .line 218
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$IntToByteGeneralConverter.nDstElems:I
            iadd
            istore 5 /* dstoff */
        11: .line 211
            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 220
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 221
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 210
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 223
            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.ByteBuffer 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$IntToByteGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$IntToByteGeneralConverter;
            0   17     1        srcbuf  Ljava/nio/IntBuffer;
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstbuf  Ljava/nio/ByteBuffer;
            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:
  IntToByteGeneralConverter = com.sun.javafx.image.impl.General$IntToByteGeneralConverter of com.sun.javafx.image.impl.General