public class sun.java2d.pipe.SpanClipRenderer implements sun.java2d.pipe.CompositePipe
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.java2d.pipe.SpanClipRenderer
  super_class: java.lang.Object
{
  sun.java2d.pipe.CompositePipe outpipe;
    descriptor: Lsun/java2d/pipe/CompositePipe;
    flags: (0x0000) 

  static java.lang.Class RegionClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC

  static java.lang.Class RegionIteratorClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            ldc Lsun/java2d/pipe/Region;
            putstatic sun.java2d.pipe.SpanClipRenderer.RegionClass:Ljava/lang/Class;
         1: .line 43
            ldc Lsun/java2d/pipe/RegionIterator;
            putstatic sun.java2d.pipe.SpanClipRenderer.RegionIteratorClass:Ljava/lang/Class;
         2: .line 46
            getstatic sun.java2d.pipe.SpanClipRenderer.RegionClass:Ljava/lang/Class;
            getstatic sun.java2d.pipe.SpanClipRenderer.RegionIteratorClass:Ljava/lang/Class;
            invokestatic sun.java2d.pipe.SpanClipRenderer.initIDs:(Ljava/lang/Class;Ljava/lang/Class;)V
         3: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static native void initIDs(java.lang.Class, java.lang.Class);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      rc    
      ric   

  public void <init>(sun.java2d.pipe.CompositePipe);
    descriptor: (Lsun/java2d/pipe/CompositePipe;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // sun.java2d.pipe.CompositePipe pipe
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 52
            aload 0 /* this */
            aload 1 /* pipe */
            putfield sun.java2d.pipe.SpanClipRenderer.outpipe:Lsun/java2d/pipe/CompositePipe;
         2: .line 53
            return
        end local 1 // sun.java2d.pipe.CompositePipe pipe
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/pipe/SpanClipRenderer;
            0    3     1  pipe  Lsun/java2d/pipe/CompositePipe;
    MethodParameters:
      Name  Flags
      pipe  

  public java.lang.Object startSequence(sun.java2d.SunGraphics2D, java.awt.Shape, java.awt.Rectangle, int[]);
    descriptor: (Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;Ljava/awt/Rectangle;[I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=5
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // sun.java2d.SunGraphics2D sg
        start local 2 // java.awt.Shape s
        start local 3 // java.awt.Rectangle devR
        start local 4 // int[] abox
         0: .line 70
            aload 1 /* sg */
            getfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
            invokevirtual sun.java2d.pipe.Region.getIterator:()Lsun/java2d/pipe/RegionIterator;
            astore 5 /* ri */
        start local 5 // sun.java2d.pipe.RegionIterator ri
         1: .line 72
            new sun.java2d.pipe.SpanClipRenderer$SCRcontext
            dup
            aload 0 /* this */
            aload 5 /* ri */
            aload 0 /* this */
            getfield sun.java2d.pipe.SpanClipRenderer.outpipe:Lsun/java2d/pipe/CompositePipe;
            aload 1 /* sg */
            aload 2 /* s */
            aload 3 /* devR */
            aload 4 /* abox */
            invokeinterface sun.java2d.pipe.CompositePipe.startSequence:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;Ljava/awt/Rectangle;[I)Ljava/lang/Object;
            invokespecial sun.java2d.pipe.SpanClipRenderer$SCRcontext.<init>:(Lsun/java2d/pipe/SpanClipRenderer;Lsun/java2d/pipe/RegionIterator;Ljava/lang/Object;)V
            areturn
        end local 5 // sun.java2d.pipe.RegionIterator ri
        end local 4 // int[] abox
        end local 3 // java.awt.Rectangle devR
        end local 2 // java.awt.Shape s
        end local 1 // sun.java2d.SunGraphics2D sg
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/pipe/SpanClipRenderer;
            0    2     1    sg  Lsun/java2d/SunGraphics2D;
            0    2     2     s  Ljava/awt/Shape;
            0    2     3  devR  Ljava/awt/Rectangle;
            0    2     4  abox  [I
            1    2     5    ri  Lsun/java2d/pipe/RegionIterator;
    MethodParameters:
      Name  Flags
      sg    
      s     
      devR  
      abox  

  public boolean needTile(java.lang.Object, int, int, int, int);
    descriptor: (Ljava/lang/Object;IIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // java.lang.Object ctx
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 76
            aload 1 /* ctx */
            checkcast sun.java2d.pipe.SpanClipRenderer$SCRcontext
            astore 6 /* context */
        start local 6 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
         1: .line 77
            aload 0 /* this */
            getfield sun.java2d.pipe.SpanClipRenderer.outpipe:Lsun/java2d/pipe/CompositePipe;
            aload 6 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.outcontext:Ljava/lang/Object;
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokeinterface sun.java2d.pipe.CompositePipe.needTile:(Ljava/lang/Object;IIII)Z
            ireturn
        end local 6 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.lang.Object ctx
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/java2d/pipe/SpanClipRenderer;
            0    2     1      ctx  Ljava/lang/Object;
            0    2     2        x  I
            0    2     3        y  I
            0    2     4        w  I
            0    2     5        h  I
            1    2     6  context  Lsun/java2d/pipe/SpanClipRenderer$SCRcontext;
    MethodParameters:
      Name  Flags
      ctx   
      x     
      y     
      w     
      h     

  public void renderPathTile(java.lang.Object, byte[], int, int, int, int, int, int, sun.java2d.pipe.ShapeSpanIterator);
    descriptor: (Ljava/lang/Object;[BIIIIIILsun/java2d/pipe/ShapeSpanIterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=10, args_size=10
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // java.lang.Object ctx
        start local 2 // byte[] atile
        start local 3 // int offset
        start local 4 // int tsize
        start local 5 // int x
        start local 6 // int y
        start local 7 // int w
        start local 8 // int h
        start local 9 // sun.java2d.pipe.ShapeSpanIterator sr
         0: .line 84
            aload 0 /* this */
            aload 1 /* ctx */
            aload 2 /* atile */
            iload 3 /* offset */
            iload 4 /* tsize */
            iload 5 /* x */
            iload 6 /* y */
            iload 7 /* w */
            iload 8 /* h */
            invokevirtual sun.java2d.pipe.SpanClipRenderer.renderPathTile:(Ljava/lang/Object;[BIIIIII)V
         1: .line 85
            return
        end local 9 // sun.java2d.pipe.ShapeSpanIterator sr
        end local 8 // int h
        end local 7 // int w
        end local 6 // int y
        end local 5 // int x
        end local 4 // int tsize
        end local 3 // int offset
        end local 2 // byte[] atile
        end local 1 // java.lang.Object ctx
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/java2d/pipe/SpanClipRenderer;
            0    2     1     ctx  Ljava/lang/Object;
            0    2     2   atile  [B
            0    2     3  offset  I
            0    2     4   tsize  I
            0    2     5       x  I
            0    2     6       y  I
            0    2     7       w  I
            0    2     8       h  I
            0    2     9      sr  Lsun/java2d/pipe/ShapeSpanIterator;
    MethodParameters:
        Name  Flags
      ctx     
      atile   
      offset  
      tsize   
      x       
      y       
      w       
      h       
      sr      

  public void renderPathTile(java.lang.Object, byte[], int, int, int, int, int, int);
    descriptor: (Ljava/lang/Object;[BIIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=13, args_size=9
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // java.lang.Object ctx
        start local 2 // byte[] atile
        start local 3 // int offset
        start local 4 // int tsize
        start local 5 // int x
        start local 6 // int y
        start local 7 // int w
        start local 8 // int h
         0: .line 90
            aload 1 /* ctx */
            checkcast sun.java2d.pipe.SpanClipRenderer$SCRcontext
            astore 9 /* context */
        start local 9 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
         1: .line 91
            aload 9 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.iterator:Lsun/java2d/pipe/RegionIterator;
            invokevirtual sun.java2d.pipe.RegionIterator.createCopy:()Lsun/java2d/pipe/RegionIterator;
            astore 10 /* ri */
        start local 10 // sun.java2d.pipe.RegionIterator ri
         2: .line 92
            aload 9 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.band:[I
            astore 11 /* band */
        start local 11 // int[] band
         3: .line 93
            aload 11 /* band */
            iconst_0
            iload 5 /* x */
            iastore
         4: .line 94
            aload 11 /* band */
            iconst_1
            iload 6 /* y */
            iastore
         5: .line 95
            aload 11 /* band */
            iconst_2
            iload 5 /* x */
            iload 7 /* w */
            iadd
            iastore
         6: .line 96
            aload 11 /* band */
            iconst_3
            iload 6 /* y */
            iload 8 /* h */
            iadd
            iastore
         7: .line 97
            aload 2 /* atile */
            ifnonnull 19
         8: .line 98
            iload 7 /* w */
            iload 8 /* h */
            imul
            istore 12 /* size */
        start local 12 // int size
         9: .line 99
            aload 9 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.tile:[B
            astore 2 /* atile */
        10: .line 100
            aload 2 /* atile */
            ifnull 12
            aload 2 /* atile */
            arraylength
            iload 12 /* size */
            if_icmpge 12
        11: .line 101
            aconst_null
            astore 2 /* atile */
        12: .line 103
      StackMap locals: sun.java2d.pipe.SpanClipRenderer java.lang.Object byte[] int int int int int int sun.java2d.pipe.SpanClipRenderer$SCRcontext sun.java2d.pipe.RegionIterator int[] int
      StackMap stack:
            aload 2 /* atile */
            ifnonnull 15
        13: .line 104
            iload 12 /* size */
            newarray 8
            astore 2 /* atile */
        14: .line 105
            aload 9 /* context */
            aload 2 /* atile */
            putfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.tile:[B
        15: .line 107
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* offset */
        16: .line 108
            iload 7 /* w */
            istore 4 /* tsize */
        17: .line 109
            aload 0 /* this */
            aload 10 /* ri */
            aload 2 /* atile */
            iload 3 /* offset */
            iload 4 /* tsize */
            aload 11 /* band */
            invokevirtual sun.java2d.pipe.SpanClipRenderer.fillTile:(Lsun/java2d/pipe/RegionIterator;[BII[I)V
        end local 12 // int size
        18: .line 110
            goto 20
        19: .line 111
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* ri */
            aload 2 /* atile */
            iload 3 /* offset */
            iload 4 /* tsize */
            aload 11 /* band */
            invokevirtual sun.java2d.pipe.SpanClipRenderer.eraseTile:(Lsun/java2d/pipe/RegionIterator;[BII[I)V
        20: .line 114
      StackMap locals:
      StackMap stack:
            aload 11 /* band */
            iconst_2
            iaload
            aload 11 /* band */
            iconst_0
            iaload
            if_icmple 28
            aload 11 /* band */
            iconst_3
            iaload
            aload 11 /* band */
            iconst_1
            iaload
            if_icmple 28
        21: .line 115
            iload 3 /* offset */
            aload 11 /* band */
            iconst_1
            iaload
            iload 6 /* y */
            isub
            iload 4 /* tsize */
            imul
            aload 11 /* band */
            iconst_0
            iaload
            iload 5 /* x */
            isub
            iadd
            iadd
            istore 3 /* offset */
        22: .line 116
            aload 0 /* this */
            getfield sun.java2d.pipe.SpanClipRenderer.outpipe:Lsun/java2d/pipe/CompositePipe;
            aload 9 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.outcontext:Ljava/lang/Object;
        23: .line 117
            aload 2 /* atile */
            iload 3 /* offset */
            iload 4 /* tsize */
        24: .line 118
            aload 11 /* band */
            iconst_0
            iaload
            aload 11 /* band */
            iconst_1
            iaload
        25: .line 119
            aload 11 /* band */
            iconst_2
            iaload
            aload 11 /* band */
            iconst_0
            iaload
            isub
        26: .line 120
            aload 11 /* band */
            iconst_3
            iaload
            aload 11 /* band */
            iconst_1
            iaload
            isub
        27: .line 116
            invokeinterface sun.java2d.pipe.CompositePipe.renderPathTile:(Ljava/lang/Object;[BIIIIII)V
        28: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 11 // int[] band
        end local 10 // sun.java2d.pipe.RegionIterator ri
        end local 9 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
        end local 8 // int h
        end local 7 // int w
        end local 6 // int y
        end local 5 // int x
        end local 4 // int tsize
        end local 3 // int offset
        end local 2 // byte[] atile
        end local 1 // java.lang.Object ctx
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     this  Lsun/java2d/pipe/SpanClipRenderer;
            0   29     1      ctx  Ljava/lang/Object;
            0   29     2    atile  [B
            0   29     3   offset  I
            0   29     4    tsize  I
            0   29     5        x  I
            0   29     6        y  I
            0   29     7        w  I
            0   29     8        h  I
            1   29     9  context  Lsun/java2d/pipe/SpanClipRenderer$SCRcontext;
            2   29    10       ri  Lsun/java2d/pipe/RegionIterator;
            3   29    11     band  [I
            9   18    12     size  I
    MethodParameters:
        Name  Flags
      ctx     
      atile   
      offset  
      tsize   
      x       
      y       
      w       
      h       

  public native void fillTile(sun.java2d.pipe.RegionIterator, byte[], int, int, int[]);
    descriptor: (Lsun/java2d/pipe/RegionIterator;[BII[I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
        Name  Flags
      ri      
      alpha   
      offset  
      tsize   
      band    

  public native void eraseTile(sun.java2d.pipe.RegionIterator, byte[], int, int, int[]);
    descriptor: (Lsun/java2d/pipe/RegionIterator;[BII[I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
        Name  Flags
      ri      
      alpha   
      offset  
      tsize   
      band    

  public void skipTile(java.lang.Object, int, int);
    descriptor: (Ljava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // java.lang.Object ctx
        start local 2 // int x
        start local 3 // int y
         0: .line 133
            aload 1 /* ctx */
            checkcast sun.java2d.pipe.SpanClipRenderer$SCRcontext
            astore 4 /* context */
        start local 4 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
         1: .line 134
            aload 0 /* this */
            getfield sun.java2d.pipe.SpanClipRenderer.outpipe:Lsun/java2d/pipe/CompositePipe;
            aload 4 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.outcontext:Ljava/lang/Object;
            iload 2 /* x */
            iload 3 /* y */
            invokeinterface sun.java2d.pipe.CompositePipe.skipTile:(Ljava/lang/Object;II)V
         2: .line 135
            return
        end local 4 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.lang.Object ctx
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/java2d/pipe/SpanClipRenderer;
            0    3     1      ctx  Ljava/lang/Object;
            0    3     2        x  I
            0    3     3        y  I
            1    3     4  context  Lsun/java2d/pipe/SpanClipRenderer$SCRcontext;
    MethodParameters:
      Name  Flags
      ctx   
      x     
      y     

  public void endSequence(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.java2d.pipe.SpanClipRenderer this
        start local 1 // java.lang.Object ctx
         0: .line 138
            aload 1 /* ctx */
            checkcast sun.java2d.pipe.SpanClipRenderer$SCRcontext
            astore 2 /* context */
        start local 2 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
         1: .line 139
            aload 0 /* this */
            getfield sun.java2d.pipe.SpanClipRenderer.outpipe:Lsun/java2d/pipe/CompositePipe;
            aload 2 /* context */
            getfield sun.java2d.pipe.SpanClipRenderer$SCRcontext.outcontext:Ljava/lang/Object;
            invokeinterface sun.java2d.pipe.CompositePipe.endSequence:(Ljava/lang/Object;)V
         2: .line 140
            return
        end local 2 // sun.java2d.pipe.SpanClipRenderer$SCRcontext context
        end local 1 // java.lang.Object ctx
        end local 0 // sun.java2d.pipe.SpanClipRenderer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lsun/java2d/pipe/SpanClipRenderer;
            0    3     1      ctx  Ljava/lang/Object;
            1    3     2  context  Lsun/java2d/pipe/SpanClipRenderer$SCRcontext;
    MethodParameters:
      Name  Flags
      ctx   
}
SourceFile: "SpanClipRenderer.java"
NestMembers:
  sun.java2d.pipe.SpanClipRenderer$SCRcontext
InnerClasses:
  SCRcontext = sun.java2d.pipe.SpanClipRenderer$SCRcontext of sun.java2d.pipe.SpanClipRenderer