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

  void <init>(com.sun.javafx.image.BytePixelGetter, com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.General$ByteToIntGeneralConverter this
        start local 1 // com.sun.javafx.image.BytePixelGetter getter
        start local 2 // com.sun.javafx.image.IntPixelSetter setter
         0: .line 123
            aload 0 /* this */
            aload 1 /* getter */
            aload 2 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 124
            aload 0 /* this */
            aload 1 /* getter */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getAlphaType:()Lcom/sun/javafx/image/AlphaType;
            getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
            if_acmpeq 3
         2: .line 125
            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$ByteToIntGeneralConverter com.sun.javafx.image.BytePixelGetter com.sun.javafx.image.IntPixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$ByteToIntGeneralConverter
         3: iconst_0
         4: .line 124
      StackMap locals: com.sun.javafx.image.impl.General$ByteToIntGeneralConverter com.sun.javafx.image.BytePixelGetter com.sun.javafx.image.IntPixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$ByteToIntGeneralConverter int
            putfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.usePremult:Z
         5: .line 126
            return
        end local 2 // com.sun.javafx.image.IntPixelSetter setter
        end local 1 // com.sun.javafx.image.BytePixelGetter getter
        end local 0 // com.sun.javafx.image.impl.General$ByteToIntGeneralConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/javafx/image/impl/General$ByteToIntGeneralConverter;
            0    6     1  getter  Lcom/sun/javafx/image/BytePixelGetter;
            0    6     2  setter  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$ByteToIntGeneralConverter this
        start local 1 // byte[] 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 133
            iload 3 /* srcscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.nSrcElems:I
            iload 7 /* w */
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 134
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            isub
            istore 6 /* dstscanbytes */
         2: .line 135
            goto 15
         3: .line 136
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 137
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 138
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgbPre:([BI)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgbPre:([III)V
         7: .line 139
            goto 9
         8: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgb:([BI)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgb:([III)V
         9: .line 142
      StackMap locals:
      StackMap stack:
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.nSrcElems:I
            iadd
            istore 2 /* srcoff */
        10: .line 143
            iinc 5 /* dstoff */ 1
        11: .line 136
            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 145
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 146
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 135
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 148
            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 // byte[] srcarr
        end local 0 // com.sun.javafx.image.impl.General$ByteToIntGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$ByteToIntGeneralConverter;
            0   17     1        srcarr  [B
            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.ByteBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/IntBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$ByteToIntGeneralConverter this
        start local 1 // java.nio.ByteBuffer 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 155
            iload 3 /* srcscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.nSrcElems:I
            iload 7 /* w */
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 156
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            isub
            istore 6 /* dstscanbytes */
         2: .line 157
            goto 15
         3: .line 158
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 159
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 160
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgbPre:(Ljava/nio/Buffer;I)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgbPre:(Ljava/nio/Buffer;II)V
         7: .line 161
            goto 9
         8: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.setter:Lcom/sun/javafx/image/IntPixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgb:(Ljava/nio/Buffer;I)I
            invokeinterface com.sun.javafx.image.IntPixelSetter.setArgb:(Ljava/nio/Buffer;II)V
         9: .line 164
      StackMap locals:
      StackMap stack:
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.nSrcElems:I
            iadd
            istore 2 /* srcoff */
        10: .line 165
            iinc 5 /* dstoff */ 1
        11: .line 158
            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 167
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 168
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 157
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 170
            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.ByteBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.General$ByteToIntGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$ByteToIntGeneralConverter;
            0   17     1        srcbuf  Ljava/nio/ByteBuffer;
            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:
  ByteToIntGeneralConverter = com.sun.javafx.image.impl.General$ByteToIntGeneralConverter of com.sun.javafx.image.impl.General