class sun.java2d.pisces.Renderer$ScanlineIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.java2d.pisces.Renderer$ScanlineIterator
  super_class: java.lang.Object
{
  private int[] crossings;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private final int maxY;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int nextY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int edgeCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] edgePtrs;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private static final int INIT_CROSSINGS_SIZE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  final sun.java2d.pisces.Renderer this$0;
    descriptor: Lsun/java2d/pisces/Renderer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(sun.java2d.pisces.Renderer, int, int);
    descriptor: (Lsun/java2d/pisces/Renderer;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
        start local 2 // int start
        start local 3 // int end
         0: .line 54
            aload 0 /* this */
            aload 1
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.crossings:[I
         2: .line 56
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.edgePtrs:[I
         3: .line 58
            aload 0 /* this */
            iload 2 /* start */
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.nextY:I
         4: .line 59
            aload 0 /* this */
            iload 3 /* end */
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.maxY:I
         5: .line 60
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.edgeCount:I
         6: .line 61
            return
        end local 3 // int end
        end local 2 // int start
        end local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/java2d/pisces/Renderer$ScanlineIterator;
            0    7     2  start  I
            0    7     3    end  I
    MethodParameters:
        Name  Flags
      this$0  final
      start   
      end     

  private int next();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=13, args_size=1
        start local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
         0: .line 64
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.nextY:I
            dup_x1
            iconst_1
            iadd
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.nextY:I
            istore 1 /* cury */
        start local 1 // int cury
         1: .line 65
            iload 1 /* cury */
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.boundsMinY:I
            isub
            istore 2 /* bucket */
        start local 2 // int bucket
         2: .line 66
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.edgeCount:I
            istore 3 /* count */
        start local 3 // int count
         3: .line 67
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.edgePtrs:[I
            astore 4 /* ptrs */
        start local 4 // int[] ptrs
         4: .line 68
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edgeBucketCounts:[I
            iload 2 /* bucket */
            iaload
            istore 5 /* bucketcount */
        start local 5 // int bucketcount
         5: .line 69
            iload 5 /* bucketcount */
            iconst_1
            iand
            ifeq 15
         6: .line 70
            iconst_0
            istore 6 /* newCount */
        start local 6 // int newCount
         7: .line 71
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         8: goto 13
         9: .line 72
      StackMap locals: sun.java2d.pisces.Renderer$ScanlineIterator int int int int[] int int int
      StackMap stack:
            aload 4 /* ptrs */
            iload 7 /* i */
            iaload
            istore 8 /* ecur */
        start local 8 // int ecur
        10: .line 73
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edges:[F
            iload 8 /* ecur */
            iconst_0
            iadd
            faload
            iload 1 /* cury */
            i2f
            fcmpl
            ifle 12
        11: .line 74
            aload 4 /* ptrs */
            iload 6 /* newCount */
            iinc 6 /* newCount */ 1
            iload 8 /* ecur */
            iastore
        end local 8 // int ecur
        12: .line 71
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 7 /* i */
            iload 3 /* count */
            if_icmplt 9
        end local 7 // int i
        14: .line 77
            iload 6 /* newCount */
            istore 3 /* count */
        end local 6 // int newCount
        15: .line 79
      StackMap locals:
      StackMap stack:
            aload 4 /* ptrs */
            iload 3 /* count */
            iload 5 /* bucketcount */
            iconst_1
            ishr
            invokestatic sun.java2d.pisces.Helpers.widenArray:([III)[I
            astore 4 /* ptrs */
        16: .line 80
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edgeBuckets:[I
            iload 2 /* bucket */
            iaload
            istore 6 /* ecur */
        start local 6 // int ecur
        17: goto 20
        18: .line 81
      StackMap locals: int
      StackMap stack:
            aload 4 /* ptrs */
            iload 3 /* count */
            iinc 3 /* count */ 1
            iload 6 /* ecur */
            iastore
        19: .line 80
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edges:[F
            iload 6 /* ecur */
            iconst_4
            iadd
            faload
            f2i
            istore 6 /* ecur */
      StackMap locals:
      StackMap stack:
        20: iload 6 /* ecur */
            bipush -5
            if_icmpne 18
        end local 6 // int ecur
        21: .line 84
            aload 0 /* this */
            aload 4 /* ptrs */
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.edgePtrs:[I
        22: .line 85
            aload 0 /* this */
            iload 3 /* count */
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.edgeCount:I
        23: .line 89
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.crossings:[I
            astore 6 /* xings */
        start local 6 // int[] xings
        24: .line 90
            aload 6 /* xings */
            arraylength
            iload 3 /* count */
            if_icmpge 26
        25: .line 91
            aload 0 /* this */
            aload 4 /* ptrs */
            arraylength
            newarray 10
            dup
            astore 6 /* xings */
            putfield sun.java2d.pisces.Renderer$ScanlineIterator.crossings:[I
        26: .line 93
      StackMap locals: sun.java2d.pisces.Renderer$ScanlineIterator int int int int[] int int[]
      StackMap stack:
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        27: goto 45
        28: .line 94
      StackMap locals: int
      StackMap stack:
            aload 4 /* ptrs */
            iload 7 /* i */
            iaload
            istore 8 /* ecur */
        start local 8 // int ecur
        29: .line 95
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edges:[F
            iload 8 /* ecur */
            iconst_1
            iadd
            faload
            fstore 9 /* curx */
        start local 9 // float curx
        30: .line 96
            fload 9 /* curx */
            f2i
            iconst_1
            ishl
            istore 10 /* cross */
        start local 10 // int cross
        31: .line 97
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edges:[F
            iload 8 /* ecur */
            iconst_1
            iadd
            fload 9 /* curx */
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edges:[F
            iload 8 /* ecur */
            iconst_3
            iadd
            faload
            fadd
            fastore
        32: .line 98
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.this$0:Lsun/java2d/pisces/Renderer;
            getfield sun.java2d.pisces.Renderer.edges:[F
            iload 8 /* ecur */
            iconst_2
            iadd
            faload
            fconst_0
            fcmpl
            ifle 34
        33: .line 99
            iload 10 /* cross */
            iconst_1
            ior
            istore 10 /* cross */
        34: .line 101
      StackMap locals: int float int
      StackMap stack:
            iload 7 /* i */
            istore 11 /* j */
        start local 11 // int j
        35: .line 102
            goto 41
        36: .line 103
      StackMap locals: int
      StackMap stack:
            aload 6 /* xings */
            iload 11 /* j */
            iaload
            istore 12 /* jcross */
        start local 12 // int jcross
        37: .line 104
            iload 12 /* jcross */
            iload 10 /* cross */
            if_icmpgt 39
        38: .line 105
            goto 42
        39: .line 107
      StackMap locals: int
      StackMap stack:
            aload 6 /* xings */
            iload 11 /* j */
            iconst_1
            iadd
            iload 12 /* jcross */
            iastore
        40: .line 108
            aload 4 /* ptrs */
            iload 11 /* j */
            iconst_1
            iadd
            aload 4 /* ptrs */
            iload 11 /* j */
            iaload
            iastore
        end local 12 // int jcross
        41: .line 102
      StackMap locals:
      StackMap stack:
            iinc 11 /* j */ -1
            iload 11 /* j */
            ifge 36
        42: .line 110
      StackMap locals:
      StackMap stack:
            aload 6 /* xings */
            iload 11 /* j */
            iconst_1
            iadd
            iload 10 /* cross */
            iastore
        43: .line 111
            aload 4 /* ptrs */
            iload 11 /* j */
            iconst_1
            iadd
            iload 8 /* ecur */
            iastore
        end local 11 // int j
        end local 10 // int cross
        end local 9 // float curx
        end local 8 // int ecur
        44: .line 93
            iinc 7 /* i */ 1
      StackMap locals: sun.java2d.pisces.Renderer$ScanlineIterator int int int int[] int int[] int
      StackMap stack:
        45: iload 7 /* i */
            iload 3 /* count */
            if_icmplt 28
        end local 7 // int i
        46: .line 113
            iload 3 /* count */
            ireturn
        end local 6 // int[] xings
        end local 5 // int bucketcount
        end local 4 // int[] ptrs
        end local 3 // int count
        end local 2 // int bucket
        end local 1 // int cury
        end local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   47     0         this  Lsun/java2d/pisces/Renderer$ScanlineIterator;
            1   47     1         cury  I
            2   47     2       bucket  I
            3   47     3        count  I
            4   47     4         ptrs  [I
            5   47     5  bucketcount  I
            7   15     6     newCount  I
            8   14     7            i  I
           10   12     8         ecur  I
           17   21     6         ecur  I
           24   47     6        xings  [I
           27   46     7            i  I
           29   44     8         ecur  I
           30   44     9         curx  F
           31   44    10        cross  I
           35   44    11            j  I
           37   41    12       jcross  I

  private boolean hasNext();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
         0: .line 117
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.nextY:I
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.maxY:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/pisces/Renderer$ScanlineIterator;

  private int curY();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
         0: .line 121
            aload 0 /* this */
            getfield sun.java2d.pisces.Renderer$ScanlineIterator.nextY:I
            iconst_1
            isub
            ireturn
        end local 0 // sun.java2d.pisces.Renderer$ScanlineIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pisces/Renderer$ScanlineIterator;
}
SourceFile: "Renderer.java"
NestHost: sun.java2d.pisces.Renderer
InnerClasses:
  private ScanlineIterator = sun.java2d.pisces.Renderer$ScanlineIterator of sun.java2d.pisces.Renderer