public class org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK extends org.apache.batik.ext.awt.image.SVGComposite$AlphaPreCompositeContext_INT_PACK
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK
  super_class: org.apache.batik.ext.awt.image.SVGComposite$AlphaPreCompositeContext_INT_PACK
{
  float k1;
    descriptor: F
    flags: (0x0000) 

  float k2;
    descriptor: F
    flags: (0x0000) 

  float k3;
    descriptor: F
    flags: (0x0000) 

  float k4;
    descriptor: F
    flags: (0x0000) 

  void <init>(java.awt.image.ColorModel, java.awt.image.ColorModel, float, float, float, float);
    descriptor: (Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;FFFF)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK this
        start local 1 // java.awt.image.ColorModel srcCM
        start local 2 // java.awt.image.ColorModel dstCM
        start local 3 // float k1
        start local 4 // float k2
        start local 5 // float k3
        start local 6 // float k4
         0: .line 963
            aload 0 /* this */
            aload 1 /* srcCM */
            aload 2 /* dstCM */
            invokespecial org.apache.batik.ext.awt.image.SVGComposite$AlphaPreCompositeContext_INT_PACK.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;)V
         1: .line 964
            aload 0 /* this */
            fload 3 /* k1 */
            ldc 255.0
            fdiv
            putfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k1:F
         2: .line 965
            aload 0 /* this */
            fload 4 /* k2 */
            putfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k2:F
         3: .line 966
            aload 0 /* this */
            fload 5 /* k3 */
            putfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k3:F
         4: .line 967
            aload 0 /* this */
            fload 6 /* k4 */
            ldc 255.0
            fmul
            ldc 0.5
            fadd
            putfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k4:F
         5: .line 968
            return
        end local 6 // float k4
        end local 5 // float k3
        end local 4 // float k2
        end local 3 // float k1
        end local 2 // java.awt.image.ColorModel dstCM
        end local 1 // java.awt.image.ColorModel srcCM
        end local 0 // org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/batik/ext/awt/image/SVGComposite$ArithCompositeContext_INT_PACK;
            0    6     1  srcCM  Ljava/awt/image/ColorModel;
            0    6     2  dstCM  Ljava/awt/image/ColorModel;
            0    6     3     k1  F
            0    6     4     k2  F
            0    6     5     k3  F
            0    6     6     k4  F
    MethodParameters:
       Name  Flags
      srcCM  
      dstCM  
      k1     
      k2     
      k3     
      k4     

  public void precompose_INT_PACK(int, int, int[], int, int, int[], int, int, int[], int, int);
    descriptor: (II[III[III[III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=20, args_size=12
        start local 0 // org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK this
        start local 1 // int width
        start local 2 // int height
        start local 3 // int[] srcPixels
        start local 4 // int srcAdjust
        start local 5 // int srcSp
        start local 6 // int[] dstInPixels
        start local 7 // int dstInAdjust
        start local 8 // int dstInSp
        start local 9 // int[] dstOutPixels
        start local 10 // int dstOutAdjust
        start local 11 // int dstOutSp
         0: .line 978
            iconst_0
            istore 18 /* y */
        start local 18 // int y
         1: goto 57
         2: .line 979
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int top top top top top top int
      StackMap stack:
            iload 11 /* dstOutSp */
            iload 1 /* width */
            iadd
            istore 19 /* end */
        start local 19 // int end
         3: .line 980
            goto 52
         4: .line 981
      StackMap locals: int
      StackMap stack:
            aload 3 /* srcPixels */
            iload 5 /* srcSp */
            iinc 5 /* srcSp */ 1
            iaload
            istore 12 /* srcP */
        start local 12 // int srcP
         5: .line 982
            aload 6 /* dstInPixels */
            iload 8 /* dstInSp */
            iinc 8 /* dstInSp */ 1
            iaload
            istore 13 /* dstP */
        start local 13 // int dstP
         6: .line 983
            iload 12 /* srcP */
            bipush 24
            iushr
            iload 13 /* dstP */
            bipush 24
            iushr
            imul
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k1:F
            fmul
         7: .line 984
            iload 12 /* srcP */
            bipush 24
            iushr
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k2:F
            fmul
         8: .line 983
            fadd
         9: .line 984
            iload 13 /* dstP */
            bipush 24
            iushr
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k3:F
            fmul
        10: .line 983
            fadd
        11: .line 984
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k4:F
        12: .line 983
            fadd
            f2i
            istore 14 /* a */
        start local 14 // int a
        13: .line 985
            iload 14 /* a */
            sipush -256
            iand
            ifeq 16
        14: .line 986
            iload 14 /* a */
            ldc -2147483648
            iand
            ifeq 15
            iconst_0
            istore 14 /* a */
            goto 16
        15: .line 987
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int int int int top top top int int
      StackMap stack:
            sipush 255
            istore 14 /* a */
        16: .line 989
      StackMap locals:
      StackMap stack:
            iload 12 /* srcP */
            bipush 16
            ishr
            sipush 255
            iand
            iload 13 /* dstP */
            bipush 16
            ishr
            sipush 255
            iand
            imul
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k1:F
            fmul
        17: .line 990
            iload 12 /* srcP */
            bipush 16
            ishr
            sipush 255
            iand
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k2:F
            fmul
        18: .line 989
            fadd
        19: .line 991
            iload 13 /* dstP */
            bipush 16
            ishr
            sipush 255
            iand
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k3:F
            fmul
        20: .line 989
            fadd
        21: .line 991
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k4:F
        22: .line 989
            fadd
            f2i
            istore 15 /* r */
        start local 15 // int r
        23: .line 992
            iload 15 /* r */
            sipush -256
            iand
            ifeq 26
        24: .line 993
            iload 15 /* r */
            ldc -2147483648
            iand
            ifeq 25
            iconst_0
            istore 15 /* r */
            goto 26
        25: .line 994
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int int int int int top top int int
      StackMap stack:
            sipush 255
            istore 15 /* r */
        26: .line 995
      StackMap locals:
      StackMap stack:
            iload 14 /* a */
            iload 15 /* r */
            if_icmpge 27
            iload 15 /* r */
            istore 14 /* a */
        27: .line 997
      StackMap locals:
      StackMap stack:
            iload 12 /* srcP */
            bipush 8
            ishr
            sipush 255
            iand
            iload 13 /* dstP */
            bipush 8
            ishr
            sipush 255
            iand
            imul
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k1:F
            fmul
        28: .line 998
            iload 12 /* srcP */
            bipush 8
            ishr
            sipush 255
            iand
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k2:F
            fmul
        29: .line 997
            fadd
        30: .line 999
            iload 13 /* dstP */
            bipush 8
            ishr
            sipush 255
            iand
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k3:F
            fmul
        31: .line 997
            fadd
        32: .line 999
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k4:F
        33: .line 997
            fadd
            f2i
            istore 16 /* g */
        start local 16 // int g
        34: .line 1000
            iload 16 /* g */
            sipush -256
            iand
            ifeq 37
        35: .line 1001
            iload 16 /* g */
            ldc -2147483648
            iand
            ifeq 36
            iconst_0
            istore 16 /* g */
            goto 37
        36: .line 1002
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int int int int int int top int int
      StackMap stack:
            sipush 255
            istore 16 /* g */
        37: .line 1003
      StackMap locals:
      StackMap stack:
            iload 14 /* a */
            iload 16 /* g */
            if_icmpge 38
            iload 16 /* g */
            istore 14 /* a */
        38: .line 1005
      StackMap locals:
      StackMap stack:
            iload 12 /* srcP */
            sipush 255
            iand
            iload 13 /* dstP */
            sipush 255
            iand
            imul
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k1:F
            fmul
        39: .line 1006
            iload 12 /* srcP */
            sipush 255
            iand
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k2:F
            fmul
        40: .line 1005
            fadd
        41: .line 1006
            iload 13 /* dstP */
            sipush 255
            iand
            i2f
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k3:F
            fmul
        42: .line 1005
            fadd
        43: .line 1006
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK.k4:F
        44: .line 1005
            fadd
            f2i
            istore 17 /* b */
        start local 17 // int b
        45: .line 1007
            iload 17 /* b */
            sipush -256
            iand
            ifeq 48
        46: .line 1008
            iload 17 /* b */
            ldc -2147483648
            iand
            ifeq 47
            iconst_0
            istore 17 /* b */
            goto 48
        47: .line 1009
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int int int int int int int int int
      StackMap stack:
            sipush 255
            istore 17 /* b */
        48: .line 1010
      StackMap locals:
      StackMap stack:
            iload 14 /* a */
            iload 17 /* b */
            if_icmpge 49
            iload 17 /* b */
            istore 14 /* a */
        49: .line 1012
      StackMap locals:
      StackMap stack:
            aload 9 /* dstOutPixels */
            iload 11 /* dstOutSp */
            iinc 11 /* dstOutSp */ 1
        50: .line 1013
            iload 14 /* a */
            bipush 24
            ishl
            iload 15 /* r */
            bipush 16
            ishl
            ior
            iload 16 /* g */
            bipush 8
            ishl
            ior
            iload 17 /* b */
            ior
        51: .line 1012
            iastore
        end local 17 // int b
        end local 16 // int g
        end local 15 // int r
        end local 14 // int a
        end local 13 // int dstP
        end local 12 // int srcP
        52: .line 980
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int top top top top top top int int
      StackMap stack:
            iload 11 /* dstOutSp */
            iload 19 /* end */
            if_icmplt 4
        53: .line 1015
            iload 5 /* srcSp */
            iload 4 /* srcAdjust */
            iadd
            istore 5 /* srcSp */
        54: .line 1016
            iload 8 /* dstInSp */
            iload 7 /* dstInAdjust */
            iadd
            istore 8 /* dstInSp */
        55: .line 1017
            iload 11 /* dstOutSp */
            iload 10 /* dstOutAdjust */
            iadd
            istore 11 /* dstOutSp */
        end local 19 // int end
        56: .line 978
            iinc 18 /* y */ 1
      StackMap locals:
      StackMap stack:
        57: iload 18 /* y */
            iload 2 /* height */
            if_icmplt 2
        end local 18 // int y
        58: .line 1021
            return
        end local 11 // int dstOutSp
        end local 10 // int dstOutAdjust
        end local 9 // int[] dstOutPixels
        end local 8 // int dstInSp
        end local 7 // int dstInAdjust
        end local 6 // int[] dstInPixels
        end local 5 // int srcSp
        end local 4 // int srcAdjust
        end local 3 // int[] srcPixels
        end local 2 // int height
        end local 1 // int width
        end local 0 // org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   59     0          this  Lorg/apache/batik/ext/awt/image/SVGComposite$ArithCompositeContext_INT_PACK;
            0   59     1         width  I
            0   59     2        height  I
            0   59     3     srcPixels  [I
            0   59     4     srcAdjust  I
            0   59     5         srcSp  I
            0   59     6   dstInPixels  [I
            0   59     7   dstInAdjust  I
            0   59     8       dstInSp  I
            0   59     9  dstOutPixels  [I
            0   59    10  dstOutAdjust  I
            0   59    11      dstOutSp  I
            5   52    12          srcP  I
            6   52    13          dstP  I
           13   52    14             a  I
           23   52    15             r  I
           34   52    16             g  I
           45   52    17             b  I
            1   58    18             y  I
            3   56    19           end  I
    MethodParameters:
              Name  Flags
      width         final
      height        final
      srcPixels     final
      srcAdjust     final
      srcSp         
      dstInPixels   final
      dstInAdjust   final
      dstInSp       
      dstOutPixels  final
      dstOutAdjust  final
      dstOutSp      
}
SourceFile: "SVGComposite.java"
NestHost: org.apache.batik.ext.awt.image.SVGComposite
InnerClasses:
  public abstract AlphaPreCompositeContext_INT_PACK = org.apache.batik.ext.awt.image.SVGComposite$AlphaPreCompositeContext_INT_PACK of org.apache.batik.ext.awt.image.SVGComposite
  public ArithCompositeContext_INT_PACK = org.apache.batik.ext.awt.image.SVGComposite$ArithCompositeContext_INT_PACK of org.apache.batik.ext.awt.image.SVGComposite