class com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv 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.ByteRgba$ToIntArgbSameConv
  super_class: com.sun.javafx.image.impl.BaseByteToIntConverter
{
  static final com.sun.javafx.image.ByteToIntPixelConverter nonpremul;
    descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.sun.javafx.image.ByteToIntPixelConverter premul;
    descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 208
            new com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv
            dup
            iconst_0
            invokespecial com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv.<init>:(Z)V
            putstatic com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv.nonpremul:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         1: .line 209
            new com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv
            dup
            iconst_1
            invokespecial com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv.<init>:(Z)V
            putstatic com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv.premul:Lcom/sun/javafx/image/ByteToIntPixelConverter;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv this
        start local 1 // boolean isPremult
         0: .line 212
            aload 0 /* this */
            iload 1 /* isPremult */
            ifeq 1
            getstatic com.sun.javafx.image.impl.ByteBgraPre.getter:Lcom/sun/javafx/image/BytePixelGetter;
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: getstatic com.sun.javafx.image.impl.ByteRgba.getter:Lcom/sun/javafx/image/BytePixelGetter;
         2: .line 213
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this com.sun.javafx.image.BytePixelGetter
            iload 1 /* isPremult */
            ifeq 3
            getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
            goto 4
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this com.sun.javafx.image.BytePixelGetter
         3: getstatic com.sun.javafx.image.impl.IntArgb.setter:Lcom/sun/javafx/image/IntPixelSetter;
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this com.sun.javafx.image.BytePixelGetter com.sun.javafx.image.IntPixelSetter
         4: invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         5: .line 214
            return
        end local 1 // boolean isPremult
        end local 0 // com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/javafx/image/impl/ByteRgba$ToIntArgbSameConv;
            0    6     1  isPremult  Z
    MethodParameters:
           Name  Flags
      isPremult  

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv 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 221
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 222
            iload 6 /* dstscanints */
            iload 7 /* w */
            isub
            istore 6 /* dstscanints */
         2: .line 223
            goto 18
         3: .line 224
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 15
         5: .line 225
      StackMap locals: int
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
         6: .line 226
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
         7: .line 227
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            bipush 8
            ishl
         8: .line 226
            ior
         9: .line 228
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            bipush 16
            ishl
        10: .line 226
            ior
        11: .line 229
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            bipush 24
            ishl
        12: .line 226
            ior
        13: .line 225
            iastore
        14: .line 224
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        15: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        16: .line 231
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        17: .line 232
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        18: .line 223
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        19: .line 234
            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.ByteRgba$ToIntArgbSameConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/sun/javafx/image/impl/ByteRgba$ToIntArgbSameConv;
            0   20     1        srcarr  [B
            0   20     2        srcoff  I
            0   20     3  srcscanbytes  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
            4   16     9             x  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=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv 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 241
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 242
            goto 18
         2: .line 243
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 15
         4: .line 244
      StackMap locals: int
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
         5: .line 245
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
         6: .line 246
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_1
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 8
            ishl
         7: .line 245
            ior
         8: .line 247
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            bipush 16
            ishl
         9: .line 245
            ior
        10: .line 248
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_3
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            bipush 24
            ishl
        11: .line 245
            ior
        12: .line 244
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
        13: .line 249
            iinc 2 /* srcoff */ 4
        14: .line 243
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        15: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        16: .line 251
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        17: .line 252
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        18: .line 242
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        19: .line 254
            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.ByteRgba$ToIntArgbSameConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   20     0          this  Lcom/sun/javafx/image/impl/ByteRgba$ToIntArgbSameConv;
            0   20     1        srcbuf  Ljava/nio/ByteBuffer;
            0   20     2        srcoff  I
            0   20     3  srcscanbytes  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
            3   16     9             x  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanints   
      w             
      h             
}
SourceFile: "ByteRgba.java"
NestHost: com.sun.javafx.image.impl.ByteRgba
InnerClasses:
  ToIntArgbSameConv = com.sun.javafx.image.impl.ByteRgba$ToIntArgbSameConv of com.sun.javafx.image.impl.ByteRgba