class com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv 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.ByteGray$ToIntFrgbConv
  super_class: com.sun.javafx.image.impl.BaseByteToIntConverter
{
  public static final com.sun.javafx.image.ByteToIntPixelConverter nonpremult;
    descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.javafx.image.ByteToIntPixelConverter premult;
    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=3, locals=0, args_size=0
         0: .line 183
            new com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv
            dup
            getstatic com.sun.javafx.image.impl.IntArgb.setter:Lcom/sun/javafx/image/IntPixelSetter;
            invokespecial com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 182
            putstatic com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.nonpremult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         2: .line 185
            new com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv
            dup
            getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
            invokespecial com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
         3: .line 184
            putstatic com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.premult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
         4: .line 185
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelSetter;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv this
        start local 1 // com.sun.javafx.image.IntPixelSetter setter
         0: .line 188
            aload 0 /* this */
            getstatic com.sun.javafx.image.impl.ByteGray.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
         1: .line 189
            return
        end local 1 // com.sun.javafx.image.IntPixelSetter setter
        end local 0 // com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteGray$ToIntFrgbConv;
            0    2     1  setter  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
        Name  Flags
      setter  

  void doConvert(byte[], int, int, int[], int, int, int, int);
    descriptor: ([BII[IIIII)V
    flags: (0x0000) 
    Code:
      stack=5, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv 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 196
            goto 9
         1: .line 197
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         2: goto 6
         3: .line 198
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 9 /* x */
            iadd
            baload
            sipush 255
            iand
            istore 10 /* g */
        start local 10 // int g
         4: .line 199
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
            ldc -16777216
            iload 10 /* g */
            bipush 16
            ishl
            ior
            iload 10 /* g */
            bipush 8
            ishl
            ior
            iload 10 /* g */
            ior
            iastore
        end local 10 // int g
         5: .line 197
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
         6: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 3
        end local 9 // int x
         7: .line 201
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
         8: .line 202
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
         9: .line 196
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 1
        10: .line 204
            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.ByteGray$ToIntFrgbConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/javafx/image/impl/ByteGray$ToIntFrgbConv;
            0   11     1        srcarr  [B
            0   11     2        srcoff  I
            0   11     3  srcscanbytes  I
            0   11     4        dstarr  [I
            0   11     5        dstoff  I
            0   11     6   dstscanints  I
            0   11     7             w  I
            0   11     8             h  I
            2    7     9             x  I
            4    5    10             g  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=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv 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 211
            goto 9
         1: .line 212
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         2: goto 6
         3: .line 213
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 9 /* x */
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            sipush 255
            iand
            istore 10 /* g */
        start local 10 // int g
         4: .line 214
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 9 /* x */
            iadd
            ldc -16777216
            iload 10 /* g */
            bipush 16
            ishl
            ior
            iload 10 /* g */
            bipush 8
            ishl
            ior
            iload 10 /* g */
            ior
            invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
            pop
        end local 10 // int g
         5: .line 212
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
         6: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 3
        end local 9 // int x
         7: .line 216
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
         8: .line 217
            iload 5 /* dstoff */
            iload 6 /* dstscanints */
            iadd
            istore 5 /* dstoff */
         9: .line 211
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 1
        10: .line 219
            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.ByteGray$ToIntFrgbConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lcom/sun/javafx/image/impl/ByteGray$ToIntFrgbConv;
            0   11     1        srcbuf  Ljava/nio/ByteBuffer;
            0   11     2        srcoff  I
            0   11     3  srcscanbytes  I
            0   11     4        dstbuf  Ljava/nio/IntBuffer;
            0   11     5        dstoff  I
            0   11     6   dstscanints  I
            0   11     7             w  I
            0   11     8             h  I
            2    7     9             x  I
            4    5    10             g  I
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanints   
      w             
      h             
}
SourceFile: "ByteGray.java"
NestHost: com.sun.javafx.image.impl.ByteGray
InnerClasses:
  ToIntFrgbConv = com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv of com.sun.javafx.image.impl.ByteGray