class com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv 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.ByteGrayAlpha$ToByteBgraSameConv
  super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
  static final com.sun.javafx.image.ByteToBytePixelConverter nonpremul;
    descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.sun.javafx.image.ByteToBytePixelConverter premul;
    descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 200
            new com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv
            dup
            iconst_0
            invokespecial com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv.<init>:(Z)V
         1: .line 199
            putstatic com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv.nonpremul:Lcom/sun/javafx/image/ByteToBytePixelConverter;
         2: .line 202
            new com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv
            dup
            iconst_1
            invokespecial com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv.<init>:(Z)V
         3: .line 201
            putstatic com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv.premul:Lcom/sun/javafx/image/ByteToBytePixelConverter;
         4: .line 202
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv this
        start local 1 // boolean isPremult
         0: .line 205
            aload 0 /* this */
            iload 1 /* isPremult */
            ifeq 1
            getstatic com.sun.javafx.image.impl.ByteGrayAlphaPre.getter:Lcom/sun/javafx/image/BytePixelGetter;
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: getstatic com.sun.javafx.image.impl.ByteGrayAlpha.getter:Lcom/sun/javafx/image/BytePixelGetter;
         2: .line 206
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this com.sun.javafx.image.BytePixelGetter
            iload 1 /* isPremult */
            ifeq 3
            getstatic com.sun.javafx.image.impl.ByteBgraPre.setter:Lcom/sun/javafx/image/BytePixelSetter;
            goto 4
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this com.sun.javafx.image.BytePixelGetter
         3: getstatic com.sun.javafx.image.impl.ByteBgra.setter:Lcom/sun/javafx/image/BytePixelSetter;
      StackMap locals: uninitialized-this int
      StackMap stack: uninitialized-this com.sun.javafx.image.BytePixelGetter com.sun.javafx.image.BytePixelSetter
         4: invokespecial com.sun.javafx.image.impl.BaseByteToByteConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         5: .line 207
            return
        end local 1 // boolean isPremult
        end local 0 // com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/sun/javafx/image/impl/ByteGrayAlpha$ToByteBgraSameConv;
            0    6     1  isPremult  Z
    MethodParameters:
           Name  Flags
      isPremult  

  void doConvert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=12, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv 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 214
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_2
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 215
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 216
            goto 15
         3: .line 217
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 218
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            istore 10 /* g */
        start local 10 // byte g
         6: .line 219
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            baload
            istore 11 /* a */
        start local 11 // byte a
         7: .line 220
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            bastore
         8: .line 221
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            bastore
         9: .line 222
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            bastore
        10: .line 223
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* a */
            bastore
        end local 11 // byte a
        end local 10 // byte g
        11: .line 217
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        13: .line 225
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 226
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 216
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 228
            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.ByteGrayAlpha$ToByteBgraSameConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/ByteGrayAlpha$ToByteBgraSameConv;
            0   17     1        srcarr  [B
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstarr  [B
            0   17     5        dstoff  I
            0   17     6  dstscanbytes  I
            0   17     7             w  I
            0   17     8             h  I
            4   13     9             x  I
            6   11    10             g  B
            7   11    11             a  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=12, args_size=9
        start local 0 // com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv 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 235
            iload 3 /* srcscanbytes */
            iload 7 /* w */
            iconst_2
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 236
            iload 6 /* dstscanbytes */
            iload 7 /* w */
            iconst_4
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 237
            goto 15
         3: .line 238
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 239
      StackMap locals: int
      StackMap stack:
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 10 /* g */
        start local 10 // byte g
         6: .line 240
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            iinc 2 /* srcoff */ 1
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 11 /* a */
        start local 11 // byte a
         7: .line 241
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         8: .line 242
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
         9: .line 243
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 10 /* g */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        10: .line 244
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            iinc 5 /* dstoff */ 1
            iload 11 /* a */
            invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
            pop
        end local 11 // byte a
        end local 10 // byte g
        11: .line 238
            iinc 9 /* x */ 1
      StackMap locals:
      StackMap stack:
        12: iload 9 /* x */
            iload 7 /* w */
            if_icmplt 5
        end local 9 // int x
        13: .line 246
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 247
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 237
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 249
            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.ByteGrayAlpha$ToByteBgraSameConv this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/ByteGrayAlpha$ToByteBgraSameConv;
            0   17     1        srcbuf  Ljava/nio/ByteBuffer;
            0   17     2        srcoff  I
            0   17     3  srcscanbytes  I
            0   17     4        dstbuf  Ljava/nio/ByteBuffer;
            0   17     5        dstoff  I
            0   17     6  dstscanbytes  I
            0   17     7             w  I
            0   17     8             h  I
            4   13     9             x  I
            6   11    10             g  B
            7   11    11             a  B
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "ByteGrayAlpha.java"
NestHost: com.sun.javafx.image.impl.ByteGrayAlpha
InnerClasses:
  ToByteBgraSameConv = com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv of com.sun.javafx.image.impl.ByteGrayAlpha