public class org.apache.batik.ext.awt.image.SVGComposite$XorCompositeContext_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$XorCompositeContext_INT_PACK
  super_class: org.apache.batik.ext.awt.image.SVGComposite$AlphaPreCompositeContext_INT_PACK
{
  void <init>(java.awt.image.ColorModel, java.awt.image.ColorModel);
    descriptor: (Ljava/awt/image/ColorModel;Ljava/awt/image/ColorModel;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.ext.awt.image.SVGComposite$XorCompositeContext_INT_PACK this
        start local 1 // java.awt.image.ColorModel srcCM
        start local 2 // java.awt.image.ColorModel dstCM
         0: .line 857
            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 858
            return
        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$XorCompositeContext_INT_PACK this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/batik/ext/awt/image/SVGComposite$XorCompositeContext_INT_PACK;
            0    2     1  srcCM  Ljava/awt/image/ColorModel;
            0    2     2  dstCM  Ljava/awt/image/ColorModel;
    MethodParameters:
       Name  Flags
      srcCM  
      dstCM  

  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=6, locals=18, args_size=12
        start local 0 // org.apache.batik.ext.awt.image.SVGComposite$XorCompositeContext_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 871
            iconst_0
            istore 16 /* y */
        start local 16 // int y
         1: goto 50
         2: .line 872
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$XorCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int top top top top int
      StackMap stack:
            iload 11 /* dstOutSp */
            iload 1 /* width */
            iadd
            istore 17 /* end */
        start local 17 // int end
         3: .line 873
            goto 45
         4: .line 874
      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 875
            aload 6 /* dstInPixels */
            iload 8 /* dstInSp */
            iinc 8 /* dstInSp */ 1
            iaload
            istore 14 /* dstP */
        start local 14 // int dstP
         6: .line 877
            sipush 255
            iload 14 /* dstP */
            bipush 24
            iushr
            isub
            ldc 65793
            imul
            istore 13 /* srcM */
        start local 13 // int srcM
         7: .line 878
            sipush 255
            iload 12 /* srcP */
            bipush 24
            iushr
            isub
            ldc 65793
            imul
            istore 15 /* dstM */
        start local 15 // int dstM
         8: .line 880
            aload 9 /* dstOutPixels */
            iload 11 /* dstOutSp */
            iinc 11 /* dstOutSp */ 1
         9: .line 881
            iload 12 /* srcP */
            bipush 24
            iushr
            iload 13 /* srcM */
            imul
        10: .line 882
            iload 14 /* dstP */
            bipush 24
            iushr
            iload 15 /* dstM */
            imul
        11: .line 881
            iadd
        12: .line 882
            ldc 8388608
        13: .line 881
            iadd
        14: .line 882
            ldc -16777216
        15: .line 881
            iand
        16: .line 883
            iload 12 /* srcP */
            bipush 16
            ishr
            sipush 255
            iand
            iload 13 /* srcM */
            imul
        17: .line 884
            iload 14 /* dstP */
            bipush 16
            ishr
            sipush 255
            iand
            iload 15 /* dstM */
            imul
        18: .line 883
            iadd
        19: .line 884
            ldc 8388608
        20: .line 883
            iadd
        21: .line 884
            ldc -16777216
        22: .line 883
            iand
        23: .line 884
            bipush 8
        24: .line 883
            iushr
        25: .line 881
            ior
        26: .line 885
            iload 12 /* srcP */
            bipush 8
            ishr
            sipush 255
            iand
            iload 13 /* srcM */
            imul
        27: .line 886
            iload 14 /* dstP */
            bipush 8
            ishr
            sipush 255
            iand
            iload 15 /* dstM */
            imul
        28: .line 885
            iadd
        29: .line 886
            ldc 8388608
        30: .line 885
            iadd
        31: .line 886
            ldc -16777216
        32: .line 885
            iand
        33: .line 886
            bipush 16
        34: .line 885
            iushr
        35: .line 881
            ior
        36: .line 887
            iload 12 /* srcP */
            sipush 255
            iand
            iload 13 /* srcM */
            imul
        37: .line 888
            iload 14 /* dstP */
            sipush 255
            iand
            iload 15 /* dstM */
            imul
        38: .line 887
            iadd
        39: .line 888
            ldc 8388608
        40: .line 887
            iadd
        41: .line 888
            bipush 24
        42: .line 887
            iushr
        43: .line 881
            ior
        44: .line 880
            iastore
        end local 15 // int dstM
        end local 14 // int dstP
        end local 13 // int srcM
        end local 12 // int srcP
        45: .line 873
      StackMap locals:
      StackMap stack:
            iload 11 /* dstOutSp */
            iload 17 /* end */
            if_icmplt 4
        46: .line 890
            iload 5 /* srcSp */
            iload 4 /* srcAdjust */
            iadd
            istore 5 /* srcSp */
        47: .line 891
            iload 8 /* dstInSp */
            iload 7 /* dstInAdjust */
            iadd
            istore 8 /* dstInSp */
        48: .line 892
            iload 11 /* dstOutSp */
            iload 10 /* dstOutAdjust */
            iadd
            istore 11 /* dstOutSp */
        end local 17 // int end
        49: .line 871
            iinc 16 /* y */ 1
      StackMap locals:
      StackMap stack:
        50: iload 16 /* y */
            iload 2 /* height */
            if_icmplt 2
        end local 16 // int y
        51: .line 894
            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$XorCompositeContext_INT_PACK this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   52     0          this  Lorg/apache/batik/ext/awt/image/SVGComposite$XorCompositeContext_INT_PACK;
            0   52     1         width  I
            0   52     2        height  I
            0   52     3     srcPixels  [I
            0   52     4     srcAdjust  I
            0   52     5         srcSp  I
            0   52     6   dstInPixels  [I
            0   52     7   dstInAdjust  I
            0   52     8       dstInSp  I
            0   52     9  dstOutPixels  [I
            0   52    10  dstOutAdjust  I
            0   52    11      dstOutSp  I
            5   45    12          srcP  I
            7   45    13          srcM  I
            6   45    14          dstP  I
            8   45    15          dstM  I
            1   51    16             y  I
            3   49    17           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 XorCompositeContext_INT_PACK = org.apache.batik.ext.awt.image.SVGComposite$XorCompositeContext_INT_PACK of org.apache.batik.ext.awt.image.SVGComposite