class com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv 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.ByteRgb$ToIntFrgbConv
  super_class: com.sun.javafx.image.impl.BaseByteToIntConverter
{
  public static final com.sun.javafx.image.ByteToIntPixelConverter nonpremult;
    descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.javafx.image.ByteToIntPixelConverter premult;
    descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 165
            new com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv
            dup
            getstatic com.sun.javafx.image.impl.IntArgb.setter:Lcom/sun/javafx/image/IntPixelSetter;
            invokespecial com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 164
            putstatic com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv.nonpremult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         2: .line 167
            new com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv
            dup
            getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
            invokespecial com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
         3: .line 166
            putstatic com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv.premult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         4: .line 167
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelSetter;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv this
        start local 1 // com.sun.javafx.image.IntPixelSetter setter
         0: .line 170
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.ByteRgb.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 171
            return
        end local 1 // com.sun.javafx.image.IntPixelSetter setter
        end local 0 // com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteRgb$ToIntFrgbConv;
            0    2     1  setter  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
        Name  Flags
      setter  

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=13, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv 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 dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 178
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_3
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 179
            goto 12
         2: .line 180
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 9
         4: .line 181
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 10 /* r */
        start local 10 // int r
         5: .line 182
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 11 /* g */
        start local 11 // int g
         6: .line 183
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 12 /* b */
        start local 12 // int b
         7: .line 184
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
            ldc -16777216
            iload 10 /* r */
            bipush 16
            ishl
            ior
            iload 11 /* g */
            bipush 8
            ishl
            ior
            iload 12 /* b */
            ior
            iastore
        end local 12 // int b
        end local 11 // int g
        end local 10 // int r
         8: .line 180
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
         9: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        10: .line 186
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        11: .line 187
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        12: .line 179
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        13: .line 189
            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 srcscanbytes
        end local 2 // int srcoff
        end local 1 // byte[] srcarr
        end local 0 // com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lcom/sun/javafx/image/impl/ByteRgb$ToIntFrgbConv;
            0   14     1        srcarr  [B
            0   14     2        srcoff  I
            0   14     3  srcscanbytes  I
            0   14     4        dstarr  [I
            0   14     5        dstoff  I
            0   14     6   dstscanints  I
            0   14     7             w  I
            0   14     8             h  I
            3   10     9             x  I
            5    8    10             r  I
            6    8    11             g  I
            7    8    12             b  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanints   
      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=5, locals=13, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv 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 dstscanints
        start local 7 // int w
        start local 8 // int h
         0: .line 196
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_3
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 197
            goto 13
         2: .line 198
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 10
         4: .line 199
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 10 /* r */
        start local 10 // int r
         5: .line 200
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 11 /* g */
        start local 11 // int g
         6: .line 201
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 12 /* b */
        start local 12 // int b
         7: .line 202
            iinc 2 /* srcoff */ 3
         8: .line 203
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
            ldc -16777216
            iload 10 /* r */
            bipush 16
            ishl
            ior
            iload 11 /* g */
            bipush 8
            ishl
            ior
            iload 12 /* b */
            ior
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
        end local 12 // int b
        end local 11 // int g
        end local 10 // int r
         9: .line 198
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        11: .line 205
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        12: .line 206
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        13: .line 197
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        14: .line 208
            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 srcscanbytes
        end local 2 // int srcoff
        end local 1 // java.nio.ByteBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/javafx/image/impl/ByteRgb$ToIntFrgbConv;
            0   15     1        srcbuf  Ljava/nio/ByteBuffer;
            0   15     2        srcoff  I
            0   15     3  srcscanbytes  I
            0   15     4        dstbuf  Ljava/nio/IntBuffer;
            0   15     5        dstoff  I
            0   15     6   dstscanints  I
            0   15     7             w  I
            0   15     8             h  I
            3   11     9             x  I
            5    9    10             r  I
            6    9    11             g  I
            7    9    12             b  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanints   
      w             
      h             
}
SourceFile: "ByteRgb.java"
NestHost: com.sun.javafx.image.impl.ByteRgb
InnerClasses:
  ToIntFrgbConv = com.sun.javafx.image.impl.ByteRgb$ToIntFrgbConv of com.sun.javafx.image.impl.ByteRgb