class com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv 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.IntArgbPre$ToByteBgraConv
  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 182
            new com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv
            dup
            invokespecial com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv.<init>:()V
         1: .line 181
            putstatic com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv.instance:Lcom/sun/javafx/image/IntToBytePixelConverter;
         2: .line 182
            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.IntArgbPre$ToByteBgraConv this
         0: .line 185
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.IntArgbPre.getter:Lcom/sun/javafx/image/IntPixelGetter;
            getstatic com.sun.javafx.image.impl.ByteBgra.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 186
            return
        end local 0 // com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/image/impl/IntArgbPre$ToByteBgraConv;

  void doConvert(int[], int, int, byte[], int, int, int, int);
    descriptor: ([III[BIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=16, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv 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 193
            iload 3 /* srcscanints */
            iload 7 /* w */
            isub
            istore 3 /* srcscanints */
         1: .line 194
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 195
            goto 23
         3: .line 196
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 20
         5: .line 197
      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 198
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         7: .line 199
            iload 10 /* pixel */
            bipush 16
            ishr
            sipush 255
            iand
            istore 12 /* r */
        start local 12 // int r
         8: .line 200
            iload 10 /* pixel */
            bipush 8
            ishr
            sipush 255
            iand
            istore 13 /* g */
        start local 13 // int g
         9: .line 201
            iload 10 /* pixel */
            sipush 255
            iand
            istore 14 /* b */
        start local 14 // int b
        10: .line 202
            iload 11 /* a */
            ifle 15
            iload 11 /* a */
            sipush 255
            if_icmpge 15
        11: .line 203
            iload 11 /* a */
            iconst_1
            ishr
            istore 15 /* halfa */
        start local 15 // int halfa
        12: .line 204
            iload 12 /* r */
            sipush 255
            imul
            iload 15 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 12 /* r */
        13: .line 205
            iload 13 /* g */
            sipush 255
            imul
            iload 15 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 13 /* g */
        14: .line 206
            iload 14 /* b */
            sipush 255
            imul
            iload 15 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 14 /* b */
        end local 15 // int halfa
        15: .line 208
      StackMap locals: com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv int[] int int byte[] int int int int int int int int int int
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 14 /* b */
            i2b
            bastore
        16: .line 209
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 13 /* g */
            i2b
            bastore
        17: .line 210
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 12 /* r */
            i2b
            bastore
        18: .line 211
            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
        19: .line 196
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv int[] int int byte[] int int int int int
      StackMap stack:
        20: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        21: .line 213
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        22: .line 214
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        23: .line 195
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        24: .line 216
            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.IntArgbPre$ToByteBgraConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lcom/sun/javafx/image/impl/IntArgbPre$ToByteBgraConv;
            0   25     1        srcarr  [I
            0   25     2        srcoff  I
            0   25     3   srcscanints  I
            0   25     4        dstarr  [B
            0   25     5        dstoff  I
            0   25     6  dstscanbytes  I
            0   25     7             w  I
            0   25     8             h  I
            4   21     9             x  I
            6   19    10         pixel  I
            7   19    11             a  I
            8   19    12             r  I
            9   19    13             g  I
           10   19    14             b  I
           12   15    15         halfa  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=16, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv 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 223
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         1: .line 224
            goto 23
         2: .line 225
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 20
         4: .line 226
      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 227
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         6: .line 228
            iload 10 /* pixel */
            bipush 16
            ishr
            sipush 255
            iand
            istore 12 /* r */
        start local 12 // int r
         7: .line 229
            iload 10 /* pixel */
            bipush 8
            ishr
            sipush 255
            iand
            istore 13 /* g */
        start local 13 // int g
         8: .line 230
            iload 10 /* pixel */
            sipush 255
            iand
            istore 14 /* b */
        start local 14 // int b
         9: .line 231
            iload 11 /* a */
            ifle 14
            iload 11 /* a */
            sipush 255
            if_icmpge 14
        10: .line 232
            iload 11 /* a */
            iconst_1
            ishr
            istore 15 /* halfa */
        start local 15 // int halfa
        11: .line 233
            iload 12 /* r */
            sipush 255
            imul
            iload 15 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 12 /* r */
        12: .line 234
            iload 13 /* g */
            sipush 255
            imul
            iload 15 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 13 /* g */
        13: .line 235
            iload 14 /* b */
            sipush 255
            imul
            iload 15 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 14 /* b */
        end local 15 // int halfa
        14: .line 237
      StackMap locals: com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv java.nio.IntBuffer int int java.nio.ByteBuffer int int int int int int int int int int
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 14 /* b */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        15: .line 238
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_1
            iadd
            iload 13 /* g */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        16: .line 239
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_2
            iadd
            iload 12 /* r */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        17: .line 240
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_3
            iadd
            iload 11 /* a */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        18: .line 241
            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
        19: .line 225
            iinc 9 /* x */ 1
      StackMap locals: com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv java.nio.IntBuffer int int java.nio.ByteBuffer int int int int int
      StackMap stack:
        20: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        21: .line 243
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        22: .line 244
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        23: .line 224
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        24: .line 246
            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.IntArgbPre$ToByteBgraConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   25     0          this  Lcom/sun/javafx/image/impl/IntArgbPre$ToByteBgraConv;
            0   25     1        srcbuf  Ljava/nio/IntBuffer;
            0   25     2        srcoff  I
            0   25     3   srcscanints  I
            0   25     4        dstbuf  Ljava/nio/ByteBuffer;
            0   25     5        dstoff  I
            0   25     6  dstscanbytes  I
            0   25     7             w  I
            0   25     8             h  I
            3   21     9             x  I
            5   19    10         pixel  I
            6   19    11             a  I
            7   19    12             r  I
            8   19    13             g  I
            9   19    14             b  I
           11   14    15         halfa  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanints   
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "IntArgbPre.java"
NestHost: com.sun.javafx.image.impl.IntArgbPre
InnerClasses:
  ToByteBgraConv = com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv of com.sun.javafx.image.impl.IntArgbPre