public class org.apache.batik.ext.awt.image.SVGComposite$InCompositeContext_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$InCompositeContext_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$InCompositeContext_INT_PACK this
        start local 1 // java.awt.image.ColorModel srcCM
        start local 2 // java.awt.image.ColorModel dstCM
         0: .line 621
            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 622
            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$InCompositeContext_INT_PACK this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/batik/ext/awt/image/SVGComposite$InCompositeContext_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=5, locals=16, args_size=12
        start local 0 // org.apache.batik.ext.awt.image.SVGComposite$InCompositeContext_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 635
            iconst_0
            istore 14 /* y */
        start local 14 // int y
         1: goto 20
         2: .line 636
      StackMap locals: org.apache.batik.ext.awt.image.SVGComposite$InCompositeContext_INT_PACK int int int[] int int int[] int int int[] int int top top int
      StackMap stack:
            iload 11 /* dstOutSp */
            iload 1 /* width */
            iadd
            istore 15 /* end */
        start local 15 // int end
         3: .line 637
            goto 15
         4: .line 638
      StackMap locals: int
      StackMap stack:
            aload 6 /* dstInPixels */
            iload 8 /* dstInSp */
            iinc 8 /* dstInSp */ 1
            iaload
            bipush 24
            iushr
            ldc 65793
            imul
            istore 13 /* srcM */
        start local 13 // int srcM
         5: .line 639
            aload 3 /* srcPixels */
            iload 5 /* srcSp */
            iinc 5 /* srcSp */ 1
            iaload
            istore 12 /* srcP */
        start local 12 // int srcP
         6: .line 640
            aload 9 /* dstOutPixels */
            iload 11 /* dstOutSp */
            iinc 11 /* dstOutSp */ 1
         7: .line 641
            iload 12 /* srcP */
            bipush 24
            iushr
            iload 13 /* srcM */
            imul
            ldc 8388608
            iadd
            ldc -16777216
            iand
         8: .line 642
            iload 12 /* srcP */
            bipush 16
            ishr
            sipush 255
            iand
            iload 13 /* srcM */
            imul
            ldc 8388608
            iadd
            ldc -16777216
            iand
            bipush 8
            iushr
         9: .line 641
            ior
        10: .line 643
            iload 12 /* srcP */
            bipush 8
            ishr
            sipush 255
            iand
            iload 13 /* srcM */
            imul
            ldc 8388608
            iadd
            ldc -16777216
            iand
            bipush 16
            iushr
        11: .line 641
            ior
        12: .line 644
            iload 12 /* srcP */
            sipush 255
            iand
            iload 13 /* srcM */
            imul
            ldc 8388608
            iadd
            bipush 24
            iushr
        13: .line 641
            ior
        14: .line 640
            iastore
        end local 13 // int srcM
        end local 12 // int srcP
        15: .line 637
      StackMap locals:
      StackMap stack:
            iload 11 /* dstOutSp */
            iload 15 /* end */
            if_icmplt 4
        16: .line 646
            iload 5 /* srcSp */
            iload 4 /* srcAdjust */
            iadd
            istore 5 /* srcSp */
        17: .line 647
            iload 8 /* dstInSp */
            iload 7 /* dstInAdjust */
            iadd
            istore 8 /* dstInSp */
        18: .line 648
            iload 11 /* dstOutSp */
            iload 10 /* dstOutAdjust */
            iadd
            istore 11 /* dstOutSp */
        end local 15 // int end
        19: .line 635
            iinc 14 /* y */ 1
      StackMap locals:
      StackMap stack:
        20: iload 14 /* y */
            iload 2 /* height */
            if_icmplt 2
        end local 14 // int y
        21: .line 650
            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$InCompositeContext_INT_PACK this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   22     0          this  Lorg/apache/batik/ext/awt/image/SVGComposite$InCompositeContext_INT_PACK;
            0   22     1         width  I
            0   22     2        height  I
            0   22     3     srcPixels  [I
            0   22     4     srcAdjust  I
            0   22     5         srcSp  I
            0   22     6   dstInPixels  [I
            0   22     7   dstInAdjust  I
            0   22     8       dstInSp  I
            0   22     9  dstOutPixels  [I
            0   22    10  dstOutAdjust  I
            0   22    11      dstOutSp  I
            6   15    12          srcP  I
            5   15    13          srcM  I
            1   21    14             y  I
            3   19    15           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 InCompositeContext_INT_PACK = org.apache.batik.ext.awt.image.SVGComposite$InCompositeContext_INT_PACK of org.apache.batik.ext.awt.image.SVGComposite