class com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv extends com.sun.javafx.image.impl.BaseIntToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv
  super_class: com.sun.javafx.image.impl.BaseIntToByteConverter
{
  public static final com.sun.javafx.image.IntToBytePixelConverter instance;
    descriptor: Lcom/sun/javafx/image/IntToBytePixelConverter;
    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 187
            new com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv
            dup
            invokespecial com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv.<init>:()V
         1: .line 186
            putstatic com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv.instance:Lcom/sun/javafx/image/IntToBytePixelConverter;
         2: .line 187
            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.IntArgb$ToByteBgraPreConv this
         0: .line 190
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.IntArgb.getter:Lcom/sun/javafx/image/IntPixelGetter;
            getstatic com.sun.javafx.image.impl.ByteBgraPre.setter:Lcom/sun/javafx/image/BytePixelSetter;
            invokespecial com.sun.javafx.image.impl.BaseIntToByteConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 191
            return
        end local 0 // com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/image/impl/IntArgb$ToByteBgraPreConv;

  void doConvert(int[], int, int, byte[], int, int, int, int);
    descriptor: ([III[BIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=15, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // byte[] dstarr
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 198
            iload 3 /* srcscanints */
            iload 7 /* w */
            isub
            istore 3 /* srcscanints */
         1: .line 199
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 200
            goto 25
         3: .line 201
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 22
         5: .line 202
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            iaload
            istore 10 /* pixel */
        start local 10 // int pixel
         6: .line 203
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         7: .line 204
            iload 10 /* pixel */
            bipush 16
            ishr
            istore 12 /* r */
        start local 12 // int r
         8: .line 205
            iload 10 /* pixel */
            bipush 8
            ishr
            istore 13 /* g */
        start local 13 // int g
         9: .line 206
            iload 10 /* pixel */
            istore 14 /* b */
        start local 14 // int b
        10: .line 207
            iload 11 /* a */
            sipush 255
            if_icmpge 17
        11: .line 208
            iload 11 /* a */
            ifne 14
        12: .line 209
            iconst_0
            dup
            istore 12 /* r */
            dup
            istore 13 /* g */
            istore 14 /* b */
        13: .line 210
            goto 17
        14: .line 211
      StackMap locals: com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv int[] int int byte[] int int int int int int int int int int
      StackMap stack:
            iload 14 /* b */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 14 /* b */
        15: .line 212
            iload 13 /* g */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 13 /* g */
        16: .line 213
            iload 12 /* r */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 12 /* r */
        17: .line 216
      StackMap locals:
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 14 /* b */
            i2b
            bastore
        18: .line 217
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 13 /* g */
            i2b
            bastore
        19: .line 218
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 12 /* r */
            i2b
            bastore
        20: .line 219
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* a */
            i2b
            bastore
        end local 14 // int b
        end local 13 // int g
        end local 12 // int r
        end local 11 // int a
        end local 10 // int pixel
        21: .line 201
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv int[] int int byte[] int int int int int
      StackMap stack:
        22: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        23: .line 221
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        24: .line 222
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        25: .line 200
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        26: .line 224
            return
        end local 8 // int h
        end local 7 // int w
        end local 6 // int dstscanbytes
        end local 5 // int dstoff
        end local 4 // byte[] dstarr
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // int[] srcarr
        end local 0 // com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lcom/sun/javafx/image/impl/IntArgb$ToByteBgraPreConv;
            0   27     1        srcarr  [I
            0   27     2        srcoff  I
            0   27     3   srcscanints  I
            0   27     4        dstarr  [B
            0   27     5        dstoff  I
            0   27     6  dstscanbytes  I
            0   27     7             w  I
            0   27     8             h  I
            4   23     9             x  I
            6   21    10         pixel  I
            7   21    11             a  I
            8   21    12             r  I
            9   21    13             g  I
           10   21    14             b  I
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanints   
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  void doConvert(java.nio.IntBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=15, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanints
        start local 4 // java.nio.ByteBuffer dstbuf
        start local 5 // int dstoff
        start local 6 // int dstscanbytes
        start local 7 // int w
        start local 8 // int h
         0: .line 231
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         1: .line 232
            goto 25
         2: .line 233
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 22
         4: .line 234
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 9 /* x */
            iadd
            invokevirtual java.nio.IntBuffer.get:(I)I
            istore 10 /* pixel */
        start local 10 // int pixel
         5: .line 235
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         6: .line 236
            iload 10 /* pixel */
            bipush 16
            ishr
            istore 12 /* r */
        start local 12 // int r
         7: .line 237
            iload 10 /* pixel */
            bipush 8
            ishr
            istore 13 /* g */
        start local 13 // int g
         8: .line 238
            iload 10 /* pixel */
            istore 14 /* b */
        start local 14 // int b
         9: .line 239
            iload 11 /* a */
            sipush 255
            if_icmpge 16
        10: .line 240
            iload 11 /* a */
            ifne 13
        11: .line 241
            iconst_0
            dup
            istore 12 /* r */
            dup
            istore 13 /* g */
            istore 14 /* b */
        12: .line 242
            goto 16
        13: .line 243
      StackMap locals: com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv java.nio.IntBuffer int int java.nio.ByteBuffer int int int int int int int int int int
      StackMap stack:
            iload 14 /* b */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 14 /* b */
        14: .line 244
            iload 13 /* g */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 13 /* g */
        15: .line 245
            iload 12 /* r */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 12 /* r */
        16: .line 248
      StackMap locals:
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 14 /* b */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        17: .line 249
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_1
            iadd
            iload 13 /* g */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        18: .line 250
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_2
            iadd
            iload 12 /* r */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        19: .line 251
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_3
            iadd
            iload 11 /* a */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        20: .line 252
            iinc 5 /* dstoff */ 4
        end local 14 // int b
        end local 13 // int g
        end local 12 // int r
        end local 11 // int a
        end local 10 // int pixel
        21: .line 233
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv java.nio.IntBuffer int int java.nio.ByteBuffer int int int int int
      StackMap stack:
        22: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        23: .line 254
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        24: .line 255
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        25: .line 232
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        26: .line 257
            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.ByteBuffer dstbuf
        end local 3 // int srcscanints
        end local 2 // int srcoff
        end local 1 // java.nio.IntBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   27     0          this  Lcom/sun/javafx/image/impl/IntArgb$ToByteBgraPreConv;
            0   27     1        srcbuf  Ljava/nio/IntBuffer;
            0   27     2        srcoff  I
            0   27     3   srcscanints  I
            0   27     4        dstbuf  Ljava/nio/ByteBuffer;
            0   27     5        dstoff  I
            0   27     6  dstscanbytes  I
            0   27     7             w  I
            0   27     8             h  I
            3   23     9             x  I
            5   21    10         pixel  I
            6   21    11             a  I
            7   21    12             r  I
            8   21    13             g  I
            9   21    14             b  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanints   
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "IntArgb.java"
NestHost: com.sun.javafx.image.impl.IntArgb
InnerClasses:
  ToByteBgraPreConv = com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv of com.sun.javafx.image.impl.IntArgb