final class com.sun.openpisces.Renderer$ScanlineIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.openpisces.Renderer$ScanlineIterator
  super_class: java.lang.Object
{
  private int[] crossings;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

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

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

  private int nextY;
    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 com.sun.openpisces.Renderer this$0;
    descriptor: Lcom/sun/openpisces/Renderer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.openpisces.Renderer);
    descriptor: (Lcom/sun/openpisces/Renderer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.openpisces.Renderer$ScanlineIterator this
         0: .line 48
            aload 0 /* this */
            aload 1
            putfield com.sun.openpisces.Renderer$ScanlineIterator.this$0:Lcom/sun/openpisces/Renderer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield com.sun.openpisces.Renderer$ScanlineIterator.crossings:[I
         2: .line 50
            aload 0 /* this */
            bipush 10
            newarray 10
            putfield com.sun.openpisces.Renderer$ScanlineIterator.edgePtrs:[I
         3: .line 51
            aload 0 /* this */
            invokevirtual com.sun.openpisces.Renderer$ScanlineIterator.reset:()V
         4: .line 52
            return
        end local 0 // com.sun.openpisces.Renderer$ScanlineIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/openpisces/Renderer$ScanlineIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.openpisces.Renderer$ScanlineIterator this
         0: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.openpisces.Renderer$ScanlineIterator.this$0:Lcom/sun/openpisces/Renderer;
            getfield com.sun.openpisces.Renderer.sampleRowMin:I
            putfield com.sun.openpisces.Renderer$ScanlineIterator.nextY:I
         1: .line 59
            aload 0 /* this */
            iconst_0
            putfield com.sun.openpisces.Renderer$ScanlineIterator.edgeCount:I
         2: .line 60
            return
        end local 0 // com.sun.openpisces.Renderer$ScanlineIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/openpisces/Renderer$ScanlineIterator;

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

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

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