public class com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv extends com.sun.javafx.image.impl.BaseIntToIntConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv
  super_class: com.sun.javafx.image.impl.BaseIntToIntConverter
{
  public static final com.sun.javafx.image.IntToIntPixelConverter instance;
    descriptor: Lcom/sun/javafx/image/IntToIntPixelConverter;
    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 124
            new com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv
            dup
            invokespecial com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv.<init>:()V
         1: .line 123
            putstatic com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv.instance:Lcom/sun/javafx/image/IntToIntPixelConverter;
         2: .line 124
            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$ToIntArgbPreConv this
         0: .line 127
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.IntArgb.getter:Lcom/sun/javafx/image/IntPixelGetter;
            getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
            invokespecial com.sun.javafx.image.impl.BaseIntToIntConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 128
            return
        end local 0 // com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/image/impl/IntArgb$ToIntArgbPreConv;

  void doConvert(int[], int, int, int[], int, int, int, int);
    descriptor: ([III[IIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=15, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv this
        start local 1 // int[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanints
        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 135
            iload 3 /* srcscanints */
            iload 7 /* w */
            isub
            istore 3 /* srcscanints */
         1: .line 136
            iload 6 /* dstscanints */
            iload 7 /* w */
            isub
            istore 6 /* dstscanints */
         2: .line 137
            goto 20
         3: .line 138
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 17
         5: .line 139
      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 140
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         7: .line 141
            iload 11 /* a */
            sipush 255
            if_icmpge 15
         8: .line 142
            iload 11 /* a */
            ifne 11
         9: .line 143
            iconst_0
            istore 10 /* pixel */
        10: .line 144
            goto 15
        11: .line 145
      StackMap locals: int int
      StackMap stack:
            iload 10 /* pixel */
            bipush 16
            ishr
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 12 /* r */
        start local 12 // int r
        12: .line 146
            iload 10 /* pixel */
            bipush 8
            ishr
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 13 /* g */
        start local 13 // int g
        13: .line 147
            iload 10 /* pixel */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 14 /* b */
        start local 14 // int b
        14: .line 148
            iload 11 /* a */
            bipush 24
            ishl
            iload 12 /* r */
            bipush 16
            ishl
            ior
            iload 13 /* g */
            bipush 8
            ishl
            ior
            iload 14 /* b */
            ior
            istore 10 /* pixel */
        end local 14 // int b
        end local 13 // int g
        end local 12 // int r
        15: .line 151
      StackMap locals:
      StackMap stack:
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* pixel */
            iastore
        end local 11 // int a
        end local 10 // int pixel
        16: .line 138
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        17: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        18: .line 153
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        19: .line 154
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        20: .line 137
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        21: .line 156
            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 srcscanints
        end local 2 // int srcoff
        end local 1 // int[] srcarr
        end local 0 // com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0         this  Lcom/sun/javafx/image/impl/IntArgb$ToIntArgbPreConv;
            0   22     1       srcarr  [I
            0   22     2       srcoff  I
            0   22     3  srcscanints  I
            0   22     4       dstarr  [I
            0   22     5       dstoff  I
            0   22     6  dstscanints  I
            0   22     7            w  I
            0   22     8            h  I
            4   18     9            x  I
            6   16    10        pixel  I
            7   16    11            a  I
           12   15    12            r  I
           13   15    13            g  I
           14   15    14            b  I
    MethodParameters:
             Name  Flags
      srcarr       
      srcoff       
      srcscanints  
      dstarr       
      dstoff       
      dstscanints  
      w            
      h            

  void doConvert(java.nio.IntBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
    descriptor: (Ljava/nio/IntBuffer;IILjava/nio/IntBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=15, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv this
        start local 1 // java.nio.IntBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanints
        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 163
            goto 18
         1: .line 164
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         2: goto 15
         3: .line 165
      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
         4: .line 166
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         5: .line 167
            iload 11 /* a */
            sipush 255
            if_icmpge 13
         6: .line 168
            iload 11 /* a */
            ifne 9
         7: .line 169
            iconst_0
            istore 10 /* pixel */
         8: .line 170
            goto 13
         9: .line 171
      StackMap locals: int int
      StackMap stack:
            iload 10 /* pixel */
            bipush 16
            ishr
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 12 /* r */
        start local 12 // int r
        10: .line 172
            iload 10 /* pixel */
            bipush 8
            ishr
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 13 /* g */
        start local 13 // int g
        11: .line 173
            iload 10 /* pixel */
            sipush 255
            iand
            iload 11 /* a */
            imul
            bipush 127
            iadd
            sipush 255
            idiv
            istore 14 /* b */
        start local 14 // int b
        12: .line 174
            iload 11 /* a */
            bipush 24
            ishl
            iload 12 /* r */
            bipush 16
            ishl
            ior
            iload 13 /* g */
            bipush 8
            ishl
            ior
            iload 14 /* b */
            ior
            istore 10 /* pixel */
        end local 14 // int b
        end local 13 // int g
        end local 12 // int r
        13: .line 177
      StackMap locals:
      StackMap stack:
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
            iload 10 /* pixel */
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
        end local 11 // int a
        end local 10 // int pixel
        14: .line 164
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        15: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 3
        end local 9 // int x
        16: .line 179
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        17: .line 180
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        18: .line 163
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 1
        19: .line 182
            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 srcscanints
        end local 2 // int srcoff
        end local 1 // java.nio.IntBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/javafx/image/impl/IntArgb$ToIntArgbPreConv;
            0   20     1       srcbuf  Ljava/nio/IntBuffer;
            0   20     2       srcoff  I
            0   20     3  srcscanints  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
            2   16     9            x  I
            4   14    10        pixel  I
            5   14    11            a  I
           10   13    12            r  I
           11   13    13            g  I
           12   13    14            b  I
    MethodParameters:
             Name  Flags
      srcbuf       
      srcoff       
      srcscanints  
      dstbuf       
      dstoff       
      dstscanints  
      w            
      h            
}
SourceFile: "IntArgb.java"
NestHost: com.sun.javafx.image.impl.IntArgb
InnerClasses:
  public ToIntArgbPreConv = com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv of com.sun.javafx.image.impl.IntArgb