public class com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv extends com.sun.javafx.image.impl.BaseByteToIntConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv
  super_class: com.sun.javafx.image.impl.BaseByteToIntConverter
{
  public static final com.sun.javafx.image.ByteToIntPixelConverter instance;
    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=2, locals=0, args_size=0
         0: .line 201
            new com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv
            dup
            invokespecial com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv.<init>:()V
         1: .line 200
            putstatic com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv.instance:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         2: .line 201
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=15, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv 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 212
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 213
            iload 6 /* dstscanints */
            iload 7 /* w */
            isub
            istore 6 /* dstscanints */
         2: .line 214
            goto 21
         3: .line 215
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 18
         5: .line 216
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 10 /* b */
        start local 10 // int b
         6: .line 217
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 11 /* g */
        start local 11 // int g
         7: .line 218
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 12 /* r */
        start local 12 // int r
         8: .line 219
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 13 /* a */
        start local 13 // int a
         9: .line 220
            iload 13 /* a */
            ifle 14
            iload 13 /* a */
            sipush 255
            if_icmpge 14
        10: .line 221
            iload 13 /* a */
            iconst_1
            ishr
            istore 14 /* halfa */
        start local 14 // int halfa
        11: .line 222
            iload 12 /* r */
            sipush 255
            imul
            iload 14 /* halfa */
            iadd
            iload 13 /* a */
            idiv
            istore 12 /* r */
        12: .line 223
            iload 11 /* g */
            sipush 255
            imul
            iload 14 /* halfa */
            iadd
            iload 13 /* a */
            idiv
            istore 11 /* g */
        13: .line 224
            iload 10 /* b */
            sipush 255
            imul
            iload 14 /* halfa */
            iadd
            iload 13 /* a */
            idiv
            istore 10 /* b */
        end local 14 // int halfa
        14: .line 226
      StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv byte[] int int int[] int int int int int int int int int
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
        15: .line 227
            iload 13 /* a */
            bipush 24
            ishl
            iload 12 /* r */
            bipush 16
            ishl
            ior
            iload 11 /* g */
            bipush 8
            ishl
            ior
            iload 10 /* b */
            ior
        16: .line 226
            iastore
        end local 13 // int a
        end local 12 // int r
        end local 11 // int g
        end local 10 // int b
        17: .line 215
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv byte[] int int int[] int int int int int
      StackMap stack:
        18: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        19: .line 229
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        20: .line 230
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        21: .line 214
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        22: .line 232
            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.ByteBgraPre$ToIntArgbConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   23     0          this  Lcom/sun/javafx/image/impl/ByteBgraPre$ToIntArgbConv;
            0   23     1        srcarr  [B
            0   23     2        srcoff  I
            0   23     3  srcscanbytes  I
            0   23     4        dstarr  [I
            0   23     5        dstoff  I
            0   23     6   dstscanints  I
            0   23     7             w  I
            0   23     8             h  I
            4   19     9             x  I
            6   17    10             b  I
            7   17    11             g  I
            8   17    12             r  I
            9   17    13             a  I
           11   14    14         halfa  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=15, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv 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 239
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 240
            goto 19
         2: .line 241
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 16
         4: .line 242
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 10 /* b */
        start local 10 // int b
         5: .line 243
            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 244
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_2
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 12 /* r */
        start local 12 // int r
         7: .line 245
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iconst_3
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 13 /* a */
        start local 13 // int a
         8: .line 246
            iinc 2 /* srcoff */ 4
         9: .line 247
            iload 13 /* a */
            ifle 14
            iload 13 /* a */
            sipush 255
            if_icmpge 14
        10: .line 248
            iload 13 /* a */
            iconst_1
            ishr
            istore 14 /* halfa */
        start local 14 // int halfa
        11: .line 249
            iload 12 /* r */
            sipush 255
            imul
            iload 14 /* halfa */
            iadd
            iload 13 /* a */
            idiv
            istore 12 /* r */
        12: .line 250
            iload 11 /* g */
            sipush 255
            imul
            iload 14 /* halfa */
            iadd
            iload 13 /* a */
            idiv
            istore 11 /* g */
        13: .line 251
            iload 10 /* b */
            sipush 255
            imul
            iload 14 /* halfa */
            iadd
            iload 13 /* a */
            idiv
            istore 10 /* b */
        end local 14 // int halfa
        14: .line 253
      StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv java.nio.ByteBuffer int int java.nio.IntBuffer int int int int int int int int int
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
            iload 13 /* a */
            bipush 24
            ishl
            iload 12 /* r */
            bipush 16
            ishl
            ior
            iload 11 /* g */
            bipush 8
            ishl
            ior
            iload 10 /* b */
            ior
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
        end local 13 // int a
        end local 12 // int r
        end local 11 // int g
        end local 10 // int b
        15: .line 241
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv java.nio.ByteBuffer int int java.nio.IntBuffer int int int int int
      StackMap stack:
        16: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        17: .line 255
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        18: .line 256
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        19: .line 240
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        20: .line 258
            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.ByteBgraPre$ToIntArgbConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   21     0          this  Lcom/sun/javafx/image/impl/ByteBgraPre$ToIntArgbConv;
            0   21     1        srcbuf  Ljava/nio/ByteBuffer;
            0   21     2        srcoff  I
            0   21     3  srcscanbytes  I
            0   21     4        dstbuf  Ljava/nio/IntBuffer;
            0   21     5        dstoff  I
            0   21     6   dstscanints  I
            0   21     7             w  I
            0   21     8             h  I
            3   17     9             x  I
            5   15    10             b  I
            6   15    11             g  I
            7   15    12             r  I
            8   15    13             a  I
           11   14    14         halfa  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanints   
      w             
      h             
}
SourceFile: "ByteBgraPre.java"
NestHost: com.sun.javafx.image.impl.ByteBgraPre
InnerClasses:
  public ToIntArgbConv = com.sun.javafx.image.impl.ByteBgraPre$ToIntArgbConv of com.sun.javafx.image.impl.ByteBgraPre