class com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv 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.ByteBgra$ToIntArgbPreConv
  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 257
            new com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv
            dup
            invokespecial com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv.<init>:()V
         1: .line 256
            putstatic com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv.instance:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         2: .line 257
            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.ByteBgra$ToIntArgbPreConv this
         0: .line 260
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.ByteBgra.getter:Lcom/sun/javafx/image/BytePixelGetter;
            getstatic com.sun.javafx.image.impl.IntArgbPre.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 261
            return
        end local 0 // com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/image/impl/ByteBgra$ToIntArgbPreConv;

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=14, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv 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 268
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 269
            iload 6 /* dstscanints */
            iload 7 /* w */
            isub
            istore 6 /* dstscanints */
         2: .line 270
            goto 23
         3: .line 271
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 20
         5: .line 272
      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 273
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 11 /* g */
        start local 11 // int g
         7: .line 274
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 12 /* r */
        start local 12 // int r
         8: .line 275
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            sipush 255
            iand
            istore 13 /* a */
        start local 13 // int a
         9: .line 276
            iload 13 /* a */
            sipush 255
            if_icmpge 16
        10: .line 277
            iload 13 /* a */
            ifne 13
        11: .line 278
            iconst_0
            dup
            istore 12 /* r */
            dup
            istore 11 /* g */
            istore 10 /* b */
        12: .line 279
            goto 16
        13: .line 280
      StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv byte[] int int int[] int int int int int int int int int
      StackMap stack:
            iload 10 /* b */
            iload 13 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 10 /* b */
        14: .line 281
            iload 11 /* g */
            iload 13 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 11 /* g */
        15: .line 282
            iload 12 /* r */
            iload 13 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 12 /* r */
        16: .line 285
      StackMap locals:
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
        17: .line 286
            iload 13 /* a */
            bipush 24
            ishl
            iload 12 /* r */
            bipush 16
            ishl
            ior
            iload 11 /* g */
            bipush 8
            ishl
            ior
            iload 10 /* b */
            ior
        18: .line 285
            iastore
        end local 13 // int a
        end local 12 // int r
        end local 11 // int g
        end local 10 // int b
        19: .line 271
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv byte[] int int int[] int int int int int
      StackMap stack:
        20: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        21: .line 288
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        22: .line 289
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        23: .line 270
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        24: .line 291
            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.ByteBgra$ToIntArgbPreConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lcom/sun/javafx/image/impl/ByteBgra$ToIntArgbPreConv;
            0   25     1        srcarr  [B
            0   25     2        srcoff  I
            0   25     3  srcscanbytes  I
            0   25     4        dstarr  [I
            0   25     5        dstoff  I
            0   25     6   dstscanints  I
            0   25     7             w  I
            0   25     8             h  I
            4   21     9             x  I
            6   19    10             b  I
            7   19    11             g  I
            8   19    12             r  I
            9   19    13             a  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=14, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv 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 298
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 299
            goto 21
         2: .line 300
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 18
         4: .line 301
      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 302
            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 303
            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 304
            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 305
            iinc 2 /* srcoff */ 4
         9: .line 306
            iload 13 /* a */
            sipush 255
            if_icmpge 16
        10: .line 307
            iload 13 /* a */
            ifne 13
        11: .line 308
            iconst_0
            dup
            istore 12 /* r */
            dup
            istore 11 /* g */
            istore 10 /* b */
        12: .line 309
            goto 16
        13: .line 310
      StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv java.nio.ByteBuffer int int java.nio.IntBuffer int int int int int int int int int
      StackMap stack:
            iload 10 /* b */
            iload 13 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 10 /* b */
        14: .line 311
            iload 11 /* g */
            iload 13 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 11 /* g */
        15: .line 312
            iload 12 /* r */
            iload 13 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 12 /* r */
        16: .line 315
      StackMap locals:
      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
        17: .line 300
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv java.nio.ByteBuffer int int java.nio.IntBuffer int int int int int
      StackMap stack:
        18: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        19: .line 317
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        20: .line 318
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        21: .line 299
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        22: .line 320
            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.ByteBgra$ToIntArgbPreConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   23     0          this  Lcom/sun/javafx/image/impl/ByteBgra$ToIntArgbPreConv;
            0   23     1        srcbuf  Ljava/nio/ByteBuffer;
            0   23     2        srcoff  I
            0   23     3  srcscanbytes  I
            0   23     4        dstbuf  Ljava/nio/IntBuffer;
            0   23     5        dstoff  I
            0   23     6   dstscanints  I
            0   23     7             w  I
            0   23     8             h  I
            3   19     9             x  I
            5   17    10             b  I
            6   17    11             g  I
            7   17    12             r  I
            8   17    13             a  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanints   
      w             
      h             
}
SourceFile: "ByteBgra.java"
NestHost: com.sun.javafx.image.impl.ByteBgra
InnerClasses:
  ToIntArgbPreConv = com.sun.javafx.image.impl.ByteBgra$ToIntArgbPreConv of com.sun.javafx.image.impl.ByteBgra