class com.sun.javafx.image.impl.General$ByteToByteGeneralConverter 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.General$ByteToByteGeneralConverter
  super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
  boolean usePremult;
    descriptor: Z
    flags: (0x0000) 

  void <init>(com.sun.javafx.image.BytePixelGetter, com.sun.javafx.image.BytePixelSetter);
    descriptor: (Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.javafx.image.impl.General$ByteToByteGeneralConverter this
        start local 1 // com.sun.javafx.image.BytePixelGetter getter
        start local 2 // com.sun.javafx.image.BytePixelSetter setter
         0: .line 69
            aload 0 /* this */
            aload 1 /* getter */
            aload 2 /* setter */
            invokespecial com.sun.javafx.image.impl.BaseByteToByteConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         1: .line 70
            aload 0 /* this */
            aload 1 /* getter */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getAlphaType:()Lcom/sun/javafx/image/AlphaType;
            getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
            if_acmpeq 3
         2: .line 71
            aload 2 /* setter */
            invokeinterface com.sun.javafx.image.BytePixelSetter.getAlphaType:()Lcom/sun/javafx/image/AlphaType;
            getstatic com.sun.javafx.image.AlphaType.NONPREMULTIPLIED:Lcom/sun/javafx/image/AlphaType;
            if_acmpeq 3
            iconst_1
            goto 4
      StackMap locals: com.sun.javafx.image.impl.General$ByteToByteGeneralConverter com.sun.javafx.image.BytePixelGetter com.sun.javafx.image.BytePixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$ByteToByteGeneralConverter
         3: iconst_0
         4: .line 70
      StackMap locals: com.sun.javafx.image.impl.General$ByteToByteGeneralConverter com.sun.javafx.image.BytePixelGetter com.sun.javafx.image.BytePixelSetter
      StackMap stack: com.sun.javafx.image.impl.General$ByteToByteGeneralConverter int
            putfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.usePremult:Z
         5: .line 72
            return
        end local 2 // com.sun.javafx.image.BytePixelSetter setter
        end local 1 // com.sun.javafx.image.BytePixelGetter getter
        end local 0 // com.sun.javafx.image.impl.General$ByteToByteGeneralConverter this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/javafx/image/impl/General$ByteToByteGeneralConverter;
            0    6     1  getter  Lcom/sun/javafx/image/BytePixelGetter;
            0    6     2  setter  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
        Name  Flags
      getter  
      setter  

  void doConvert(byte[], int, int, byte[], int, int, int, int);
    descriptor: ([BII[BIIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$ByteToByteGeneralConverter 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 79
            iload 3 /* srcscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nSrcElems:I
            iload 7 /* w */
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 80
            iload 6 /* dstscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nDstElems:I
            iload 7 /* w */
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 81
            goto 15
         3: .line 82
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 83
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 84
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgbPre:([BI)I
            invokeinterface com.sun.javafx.image.BytePixelSetter.setArgbPre:([BII)V
         7: .line 85
            goto 9
         8: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstarr */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcarr */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgb:([BI)I
            invokeinterface com.sun.javafx.image.BytePixelSetter.setArgb:([BII)V
         9: .line 88
      StackMap locals:
      StackMap stack:
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nSrcElems:I
            iadd
            istore 2 /* srcoff */
        10: .line 89
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nDstElems:I
            iadd
            istore 5 /* dstoff */
        11: .line 82
            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 91
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 92
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 81
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 94
            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.General$ByteToByteGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$ByteToByteGeneralConverter;
            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
    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=6, locals=10, args_size=9
        start local 0 // com.sun.javafx.image.impl.General$ByteToByteGeneralConverter 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 101
            iload 3 /* srcscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nSrcElems:I
            iload 7 /* w */
            imul
            isub
            istore 3 /* srcscanbytes */
         1: .line 102
            iload 6 /* dstscanbytes */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nDstElems:I
            iload 7 /* w */
            imul
            isub
            istore 6 /* dstscanbytes */
         2: .line 103
            goto 15
         3: .line 104
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* x */
        start local 9 // int x
         4: goto 12
         5: .line 105
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.usePremult:Z
            ifeq 8
         6: .line 106
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgbPre:(Ljava/nio/Buffer;I)I
            invokeinterface com.sun.javafx.image.BytePixelSetter.setArgbPre:(Ljava/nio/Buffer;II)V
         7: .line 107
            goto 9
         8: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.setter:Lcom/sun/javafx/image/BytePixelSetter;
            aload 4 /* dstbuf */
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.getter:Lcom/sun/javafx/image/BytePixelGetter;
            aload 1 /* srcbuf */
            iload 2 /* srcoff */
            invokeinterface com.sun.javafx.image.BytePixelGetter.getArgb:(Ljava/nio/Buffer;I)I
            invokeinterface com.sun.javafx.image.BytePixelSetter.setArgb:(Ljava/nio/Buffer;II)V
         9: .line 110
      StackMap locals:
      StackMap stack:
            iload 2 /* srcoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nSrcElems:I
            iadd
            istore 2 /* srcoff */
        10: .line 111
            iload 5 /* dstoff */
            aload 0 /* this */
            getfield com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.nDstElems:I
            iadd
            istore 5 /* dstoff */
        11: .line 104
            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 113
            iload 2 /* srcoff */
            iload 3 /* srcscanbytes */
            iadd
            istore 2 /* srcoff */
        14: .line 114
            iload 5 /* dstoff */
            iload 6 /* dstscanbytes */
            iadd
            istore 5 /* dstoff */
        15: .line 103
      StackMap locals:
      StackMap stack:
            iinc 8 /* h */ -1
            iload 8 /* h */
            ifge 3
        16: .line 116
            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.General$ByteToByteGeneralConverter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/image/impl/General$ByteToByteGeneralConverter;
            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
    MethodParameters:
              Name  Flags
      srcbuf        
      srcoff        
      srcscanbytes  
      dstbuf        
      dstoff        
      dstscanbytes  
      w             
      h             
}
SourceFile: "General.java"
NestHost: com.sun.javafx.image.impl.General
InnerClasses:
  ByteToByteGeneralConverter = com.sun.javafx.image.impl.General$ByteToByteGeneralConverter of com.sun.javafx.image.impl.General