public class com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv 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.IntArgbPre$ToIntArgbConv
  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 125
            new com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv
            dup
            invokespecial com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv.<init>:()V
         1: .line 124
            putstatic com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv.instance:Lcom/sun/javafx/image/IntToIntPixelConverter;
         2: .line 125
            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$ToIntArgbConv this
         0: .line 128
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.IntArgbPre.getter:Lcom/sun/javafx/image/IntPixelGetter;
            getstatic com.sun.javafx.image.impl.IntArgb.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 129
            return
        end local 0 // com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/image/impl/IntArgbPre$ToIntArgbConv;

  void doConvert(int[], int, int, int[], int, int, int, int);
    descriptor: ([III[IIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=16, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv 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 136
            iload 3 /* srcscanints */
            iload 7 /* w */
            isub
            istore 3 /* srcscanints */
         1: .line 137
            iload 6 /* dstscanints */
            iload 7 /* w */
            isub
            istore 6 /* dstscanints */
         2: .line 138
            goto 18
         3: .line 139
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 15
         5: .line 140
      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 141
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         7: .line 142
            iload 11 /* a */
            ifle 13
            iload 11 /* a */
            sipush 255
            if_icmpge 13
         8: .line 143
            iload 11 /* a */
            iconst_1
            ishr
            istore 12 /* halfa */
        start local 12 // int halfa
         9: .line 144
            iload 10 /* pixel */
            bipush 16
            ishr
            sipush 255
            iand
            sipush 255
            imul
            iload 12 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 13 /* r */
        start local 13 // int r
        10: .line 145
            iload 10 /* pixel */
            bipush 8
            ishr
            sipush 255
            iand
            sipush 255
            imul
            iload 12 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 14 /* g */
        start local 14 // int g
        11: .line 146
            iload 10 /* pixel */
            sipush 255
            iand
            sipush 255
            imul
            iload 12 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 15 /* b */
        start local 15 // int b
        12: .line 147
            iload 11 /* a */
            bipush 24
            ishl
            iload 13 /* r */
            bipush 16
            ishl
            ior
            iload 14 /* g */
            bipush 8
            ishl
            ior
            iload 15 /* b */
            ior
            istore 10 /* pixel */
        end local 15 // int b
        end local 14 // int g
        end local 13 // int r
        end local 12 // int halfa
        13: .line 149
      StackMap locals: int int
      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
        14: .line 139
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        15: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        16: .line 151
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        17: .line 152
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        18: .line 138
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        19: .line 154
            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.IntArgbPre$ToIntArgbConv this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/javafx/image/impl/IntArgbPre$ToIntArgbConv;
            0   20     1       srcarr  [I
            0   20     2       srcoff  I
            0   20     3  srcscanints  I
            0   20     4       dstarr  [I
            0   20     5       dstoff  I
            0   20     6  dstscanints  I
            0   20     7            w  I
            0   20     8            h  I
            4   16     9            x  I
            6   14    10        pixel  I
            7   14    11            a  I
            9   13    12        halfa  I
           10   13    13            r  I
           11   13    14            g  I
           12   13    15            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=16, args_size=9
        start local 0 // com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv 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 161
            goto 16
         1: .line 162
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         2: goto 13
         3: .line 163
      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 164
            iload 10 /* pixel */
            bipush 24
            iushr
            istore 11 /* a */
        start local 11 // int a
         5: .line 165
            iload 11 /* a */
            ifle 11
            iload 11 /* a */
            sipush 255
            if_icmpge 11
         6: .line 166
            iload 11 /* a */
            iconst_1
            ishr
            istore 12 /* halfa */
        start local 12 // int halfa
         7: .line 167
            iload 10 /* pixel */
            bipush 16
            ishr
            sipush 255
            iand
            sipush 255
            imul
            iload 12 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 13 /* r */
        start local 13 // int r
         8: .line 168
            iload 10 /* pixel */
            bipush 8
            ishr
            sipush 255
            iand
            sipush 255
            imul
            iload 12 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 14 /* g */
        start local 14 // int g
         9: .line 169
            iload 10 /* pixel */
            sipush 255
            iand
            sipush 255
            imul
            iload 12 /* halfa */
            iadd
            iload 11 /* a */
            idiv
            istore 15 /* b */
        start local 15 // int b
        10: .line 170
            iload 11 /* a */
            bipush 24
            ishl
            iload 13 /* r */
            bipush 16
            ishl
            ior
            iload 14 /* g */
            bipush 8
            ishl
            ior
            iload 15 /* b */
            ior
            istore 10 /* pixel */
        end local 15 // int b
        end local 14 // int g
        end local 13 // int r
        end local 12 // int halfa
        11: .line 172
      StackMap locals: int int
      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
        12: .line 162
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        13: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 3
        end local 9 // int x
        14: .line 174
            iload 2 /* srcoff */
            iload 3 /* srcscanints */
            iadd
            istore 2 /* srcoff */
        15: .line 175
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
        16: .line 161
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 1
        17: .line 177
            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.IntArgbPre$ToIntArgbConv this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/sun/javafx/image/impl/IntArgbPre$ToIntArgbConv;
            0   18     1       srcbuf  Ljava/nio/IntBuffer;
            0   18     2       srcoff  I
            0   18     3  srcscanints  I
            0   18     4       dstbuf  Ljava/nio/IntBuffer;
            0   18     5       dstoff  I
            0   18     6  dstscanints  I
            0   18     7            w  I
            0   18     8            h  I
            2   14     9            x  I
            4   12    10        pixel  I
            5   12    11            a  I
            7   11    12        halfa  I
            8   11    13            r  I
            9   11    14            g  I
           10   11    15            b  I
    MethodParameters:
             Name  Flags
      srcbuf       
      srcoff       
      srcscanints  
      dstbuf       
      dstoff       
      dstscanints  
      w            
      h            
}
SourceFile: "IntArgbPre.java"
NestHost: com.sun.javafx.image.impl.IntArgbPre
InnerClasses:
  public ToIntArgbConv = com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv of com.sun.javafx.image.impl.IntArgbPre