class com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv extends com.sun.javafx.image.impl.BaseByteToByteConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv
  super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
  public static final com.sun.javafx.image.ByteToBytePixelConverter nonpremult;
    descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.javafx.image.ByteToBytePixelConverter premult;
    descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
    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 133
            new com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv
            dup
            getstatic com.sun.javafx.image.impl.ByteBgra.setter:Lcom/sun/javafx/image/BytePixelSetter;
            invokespecial com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv.<init>:(Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 132
            putstatic com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv.nonpremult:Lcom/sun/javafx/image/ByteToBytePixelConverter;
         2: .line 135
            new com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv
            dup
            getstatic com.sun.javafx.image.impl.ByteBgraPre.setter:Lcom/sun/javafx/image/BytePixelSetter;
            invokespecial com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv.<init>:(Lcom/sun/javafx/image/BytePixelSetter;)V
         3: .line 134
            putstatic com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv.premult:Lcom/sun/javafx/image/ByteToBytePixelConverter;
         4: .line 135
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.sun.javafx.image.BytePixelSetter);
    descriptor: (Lcom/sun/javafx/image/BytePixelSetter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv this
        start local 1 // com.sun.javafx.image.BytePixelSetter setter
         0: .line 138
            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.BaseByteToByteConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 139
            return
        end local 1 // com.sun.javafx.image.BytePixelSetter setter
        end local 0 // com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/image/impl/ByteGray$ToByteBgrfConv;
            0    2     1  setter  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
        Name  Flags
      setter  

  void doConvert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv this
        start local 1 // byte[] srcarr
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        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 146
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         1: .line 147
            goto 13
         2: .line 148
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 10
         4: .line 149
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iload 9 /* x */
            iadd
            baload
            istore 10 /* g */
        start local 10 // byte g
         5: .line 150
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            bastore
         6: .line 151
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            bastore
         7: .line 152
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            bastore
         8: .line 153
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iconst_m1
            bastore
        end local 10 // byte g
         9: .line 148
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        10: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        11: .line 155
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        12: .line 156
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        13: .line 147
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        14: .line 158
            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 srcscanbytes
        end local 2 // int srcoff
        end local 1 // byte[] srcarr
        end local 0 // com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0          this  Lcom/sun/javafx/image/impl/ByteGray$ToByteBgrfConv;
            0   15     1        srcarr  [B
            0   15     2        srcoff  I
            0   15     3  srcscanbytes  I
            0   15     4        dstarr  [B
            0   15     5        dstoff  I
            0   15     6  dstscanbytes  I
            0   15     7             w  I
            0   15     8             h  I
            3   11     9             x  I
            5    9    10             g  B
    MethodParameters:
              Name  Flags
      srcarr        
      srcoff        
      srcscanbytes  
      dstarr        
      dstoff        
      dstscanbytes  
      w             
      h             

  void doConvert(java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
    descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=11, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv this
        start local 1 // java.nio.ByteBuffer srcbuf
        start local 2 // int srcoff
        start local 3 // int srcscanbytes
        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 165
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         1: .line 166
            goto 14
         2: .line 167
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         3: goto 11
         4: .line 168
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iload 9 /* x */
            iadd
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 10 /* g */
        start local 10 // byte g
         5: .line 169
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iload 10 /* g */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         6: .line 170
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_1
            iadd
            iload 10 /* g */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         7: .line 171
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_2
            iadd
            iload 10 /* g */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 172
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iconst_3
            iadd
            iconst_m1
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 173
            iinc 5 /* dstoff */ 4
        end local 10 // byte g
        10: .line 167
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        11: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 4
        end local 9 // int x
        12: .line 175
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        13: .line 176
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        14: .line 166
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 2
        15: .line 178
            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 srcscanbytes
        end local 2 // int srcoff
        end local 1 // java.nio.ByteBuffer srcbuf
        end local 0 // com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lcom/sun/javafx/image/impl/ByteGray$ToByteBgrfConv;
            0   16     1        srcbuf  Ljava/nio/ByteBuffer;
            0   16     2        srcoff  I
            0   16     3  srcscanbytes  I
            0   16     4        dstbuf  Ljava/nio/ByteBuffer;
            0   16     5        dstoff  I
            0   16     6  dstscanbytes  I
            0   16     7             w  I
            0   16     8             h  I
            3   12     9             x  I
            5   10    10             g  B
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "ByteGray.java"
NestHost: com.sun.javafx.image.impl.ByteGray
InnerClasses:
  ToByteBgrfConv = com.sun.javafx.image.impl.ByteGray$ToByteBgrfConv of com.sun.javafx.image.impl.ByteGray