final class sun.java2d.pisces.Dasher implements sun.awt.geom.PathConsumer2D
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.pisces.Dasher
  super_class: java.lang.Object
{
  private final sun.awt.geom.PathConsumer2D out;
    descriptor: Lsun/awt/geom/PathConsumer2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float[] dash;
    descriptor: [F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final float startPhase;
    descriptor: F
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean startDashOn;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private boolean starting;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needsMoveTo;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  private boolean dashOn;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private float phase;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float sx;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float sy;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float x0;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float y0;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float[] curCurvepts;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

  private float[] firstSegmentsBuffer;
    descriptor: [F
    flags: (0x0002) ACC_PRIVATE

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

  private sun.java2d.pisces.Dasher$LengthIterator li;
    descriptor: Lsun/java2d/pisces/Dasher$LengthIterator;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(sun.awt.geom.PathConsumer2D, float[], float);
    descriptor: (Lsun/awt/geom/PathConsumer2D;[FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // sun.awt.geom.PathConsumer2D out
        start local 2 // float[] dash
        start local 3 // float phase
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 139
            aload 0 /* this */
            bipush 7
            newarray 6
            putfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
         2: .line 140
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.Dasher.firstSegidx:I
         3: .line 220
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.pisces.Dasher.li:Lsun/java2d/pisces/Dasher$LengthIterator;
         4: .line 70
            fload 3 /* phase */
            fconst_0
            fcmpg
            ifge 6
         5: .line 71
            new java.lang.IllegalArgumentException
            dup
            ldc "phase < 0 !"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 74
      StackMap locals: sun.java2d.pisces.Dasher sun.awt.geom.PathConsumer2D float[] float
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            putfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
         7: .line 77
            iconst_0
            istore 4 /* idx */
        start local 4 // int idx
         8: .line 78
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.pisces.Dasher.dashOn:Z
         9: .line 80
            goto 15
        start local 5 // float d
        10: .line 81
      StackMap locals: int float
      StackMap stack:
            fload 3 /* phase */
            fload 5 /* d */
            fsub
            fstore 3 /* phase */
        11: .line 82
            iload 4 /* idx */
            iconst_1
            iadd
            aload 2 /* dash */
            arraylength
            irem
            istore 4 /* idx */
        12: .line 83
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 13
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.pisces.Dasher
        13: iconst_1
      StackMap locals: sun.java2d.pisces.Dasher sun.awt.geom.PathConsumer2D float[] float int float
      StackMap stack: sun.java2d.pisces.Dasher int
        14: putfield sun.java2d.pisces.Dasher.dashOn:Z
        end local 5 // float d
        15: .line 80
      StackMap locals:
      StackMap stack:
            fload 3 /* phase */
            aload 2 /* dash */
            iload 4 /* idx */
            faload
            dup
            fstore 5 /* d */
        start local 5 // float d
        16: fcmpl
            ifge 10
        17: .line 86
            aload 0 /* this */
            aload 2 /* dash */
            putfield sun.java2d.pisces.Dasher.dash:[F
        18: .line 87
            aload 0 /* this */
            aload 0 /* this */
            fload 3 /* phase */
            dup_x1
            putfield sun.java2d.pisces.Dasher.phase:F
            putfield sun.java2d.pisces.Dasher.startPhase:F
        19: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            putfield sun.java2d.pisces.Dasher.startDashOn:Z
        20: .line 89
            aload 0 /* this */
            iload 4 /* idx */
            putfield sun.java2d.pisces.Dasher.startIdx:I
        21: .line 90
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.pisces.Dasher.starting:Z
        22: .line 94
            aload 0 /* this */
            bipush 16
            newarray 6
            putfield sun.java2d.pisces.Dasher.curCurvepts:[F
        23: .line 95
            return
        end local 5 // float d
        end local 4 // int idx
        end local 3 // float phase
        end local 2 // float[] dash
        end local 1 // sun.awt.geom.PathConsumer2D out
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   24     0   this  Lsun/java2d/pisces/Dasher;
            0   24     1    out  Lsun/awt/geom/PathConsumer2D;
            0   24     2   dash  [F
            0   24     3  phase  F
            8   24     4    idx  I
           10   15     5      d  F
           16   24     5      d  F
    MethodParameters:
       Name  Flags
      out    
      dash   
      phase  

  public void moveTo(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // float x0
        start local 2 // float y0
         0: .line 98
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            ifle 3
         1: .line 99
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sx:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sy:F
            invokeinterface sun.awt.geom.PathConsumer2D.moveTo:(FF)V
         2: .line 100
            aload 0 /* this */
            invokevirtual sun.java2d.pisces.Dasher.emitFirstSegments:()V
         3: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.pisces.Dasher.needsMoveTo:Z
         4: .line 103
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.startIdx:I
            putfield sun.java2d.pisces.Dasher.idx:I
         5: .line 104
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.startDashOn:Z
            putfield sun.java2d.pisces.Dasher.dashOn:Z
         6: .line 105
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.startPhase:F
            putfield sun.java2d.pisces.Dasher.phase:F
         7: .line 106
            aload 0 /* this */
            aload 0 /* this */
            fload 1 /* x0 */
            dup_x1
            putfield sun.java2d.pisces.Dasher.x0:F
            putfield sun.java2d.pisces.Dasher.sx:F
         8: .line 107
            aload 0 /* this */
            aload 0 /* this */
            fload 2 /* y0 */
            dup_x1
            putfield sun.java2d.pisces.Dasher.y0:F
            putfield sun.java2d.pisces.Dasher.sy:F
         9: .line 108
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.pisces.Dasher.starting:Z
        10: .line 109
            return
        end local 2 // float y0
        end local 1 // float x0
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/java2d/pisces/Dasher;
            0   11     1    x0  F
            0   11     2    y0  F
    MethodParameters:
      Name  Flags
      x0    
      y0    

  private void emitSeg(float[], int, int);
    descriptor: ([FII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=4, args_size=4
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // float[] buf
        start local 2 // int off
        start local 3 // int type
         0: .line 112
            iload 3 /* type */
            tableswitch { // 4 - 8
                    4: 10
                    5: 11
                    6: 6
                    7: 11
                    8: 1
              default: 11
          }
         1: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 1 /* buf */
            iload 2 /* off */
            iconst_0
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_1
            iadd
            faload
         2: .line 115
            aload 1 /* buf */
            iload 2 /* off */
            iconst_2
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_3
            iadd
            faload
         3: .line 116
            aload 1 /* buf */
            iload 2 /* off */
            iconst_4
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_5
            iadd
            faload
         4: .line 114
            invokeinterface sun.awt.geom.PathConsumer2D.curveTo:(FFFFFF)V
         5: .line 117
            goto 11
         6: .line 119
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 1 /* buf */
            iload 2 /* off */
            iconst_0
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_1
            iadd
            faload
         7: .line 120
            aload 1 /* buf */
            iload 2 /* off */
            iconst_2
            iadd
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_3
            iadd
            faload
         8: .line 119
            invokeinterface sun.awt.geom.PathConsumer2D.quadTo:(FFFF)V
         9: .line 121
            goto 11
        10: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 1 /* buf */
            iload 2 /* off */
            faload
            aload 1 /* buf */
            iload 2 /* off */
            iconst_1
            iadd
            faload
            invokeinterface sun.awt.geom.PathConsumer2D.lineTo:(FF)V
        11: .line 125
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int type
        end local 2 // int off
        end local 1 // float[] buf
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/java2d/pisces/Dasher;
            0   12     1   buf  [F
            0   12     2   off  I
            0   12     3  type  I
    MethodParameters:
      Name  Flags
      buf   
      off   
      type  

  private void emitFirstSegments();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.java2d.pisces.Dasher this
         0: .line 128
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 129
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
            iload 1 /* i */
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
            iload 1 /* i */
            faload
            f2i
            invokevirtual sun.java2d.pisces.Dasher.emitSeg:([FII)V
         3: .line 130
            iload 1 /* i */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
            iload 1 /* i */
            faload
            f2i
            iconst_1
            isub
            iadd
            istore 1 /* i */
         4: .line 128
      StackMap locals:
      StackMap stack:
            iload 1 /* i */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            if_icmplt 2
        end local 1 // int i
         5: .line 132
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.Dasher.firstSegidx:I
         6: .line 133
            return
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/pisces/Dasher;
            1    5     1     i  I

  private void goTo(float[], int, int);
    descriptor: ([FII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // float[] pts
        start local 2 // int off
        start local 3 // int type
         0: .line 144
            aload 1 /* pts */
            iload 2 /* off */
            iload 3 /* type */
            iadd
            iconst_4
            isub
            faload
            fstore 4 /* x */
        start local 4 // float x
         1: .line 145
            aload 1 /* pts */
            iload 2 /* off */
            iload 3 /* type */
            iadd
            iconst_3
            isub
            faload
            fstore 5 /* y */
        start local 5 // float y
         2: .line 146
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 16
         3: .line 147
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.starting:Z
            ifeq 11
         4: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
         5: .line 149
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            iload 3 /* type */
            iconst_2
            isub
            iconst_1
            iadd
         6: .line 148
            invokestatic sun.java2d.pisces.Helpers.widenArray:([FII)[F
            putfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
         7: .line 150
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            dup_x1
            iconst_1
            iadd
            putfield sun.java2d.pisces.Dasher.firstSegidx:I
            iload 3 /* type */
            i2f
            fastore
         8: .line 151
            aload 1 /* pts */
            iload 2 /* off */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegmentsBuffer:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            iload 3 /* type */
            iconst_2
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 152
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            iload 3 /* type */
            iconst_2
            isub
            iadd
            putfield sun.java2d.pisces.Dasher.firstSegidx:I
        10: .line 153
            goto 18
        11: .line 154
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.needsMoveTo:Z
            ifeq 14
        12: .line 155
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.x0:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.y0:F
            invokeinterface sun.awt.geom.PathConsumer2D.moveTo:(FF)V
        13: .line 156
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.Dasher.needsMoveTo:Z
        14: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* pts */
            iload 2 /* off */
            iload 3 /* type */
            invokevirtual sun.java2d.pisces.Dasher.emitSeg:([FII)V
        15: .line 160
            goto 18
        16: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.pisces.Dasher.starting:Z
        17: .line 162
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.pisces.Dasher.needsMoveTo:Z
        18: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            fload 4 /* x */
            putfield sun.java2d.pisces.Dasher.x0:F
        19: .line 165
            aload 0 /* this */
            fload 5 /* y */
            putfield sun.java2d.pisces.Dasher.y0:F
        20: .line 166
            return
        end local 5 // float y
        end local 4 // float x
        end local 3 // int type
        end local 2 // int off
        end local 1 // float[] pts
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/java2d/pisces/Dasher;
            0   21     1   pts  [F
            0   21     2   off  I
            0   21     3  type  I
            1   21     4     x  F
            2   21     5     y  F
    MethodParameters:
      Name  Flags
      pts   
      off   
      type  final

  public void lineTo(float, float);
    descriptor: (FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=3
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // float x1
        start local 2 // float y1
         0: .line 169
            fload 1 /* x1 */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.x0:F
            fsub
            fstore 3 /* dx */
        start local 3 // float dx
         1: .line 170
            fload 2 /* y1 */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.y0:F
            fsub
            fstore 4 /* dy */
        start local 4 // float dy
         2: .line 172
            fload 3 /* dx */
            fload 3 /* dx */
            fmul
            fload 4 /* dy */
            fload 4 /* dy */
            fmul
            fadd
            f2d
            invokestatic java.lang.Math.sqrt:(D)D
            d2f
            fstore 5 /* len */
        start local 5 // float len
         3: .line 174
            fload 5 /* len */
            fconst_0
            fcmpl
            ifne 5
         4: .line 175
            return
         5: .line 180
      StackMap locals: float float float
      StackMap stack:
            fload 3 /* dx */
            fload 5 /* len */
            fdiv
            fstore 6 /* cx */
        start local 6 // float cx
         6: .line 181
            fload 4 /* dy */
            fload 5 /* len */
            fdiv
            fstore 7 /* cy */
        start local 7 // float cy
         7: .line 184
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.phase:F
            fsub
            fstore 8 /* leftInThisDashSegment */
        start local 8 // float leftInThisDashSegment
         8: .line 185
            fload 5 /* len */
            fload 8 /* leftInThisDashSegment */
            fcmpg
            ifgt 20
         9: .line 186
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            fload 1 /* x1 */
            fastore
        10: .line 187
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_1
            fload 2 /* y1 */
            fastore
        11: .line 188
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            iconst_4
            invokevirtual sun.java2d.pisces.Dasher.goTo:([FII)V
        12: .line 190
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.Dasher.phase:F
            fload 5 /* len */
            fadd
            putfield sun.java2d.pisces.Dasher.phase:F
        13: .line 191
            fload 5 /* len */
            fload 8 /* leftInThisDashSegment */
            fcmpl
            ifne 19
        14: .line 192
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.pisces.Dasher.phase:F
        15: .line 193
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            arraylength
            irem
            putfield sun.java2d.pisces.Dasher.idx:I
        16: .line 194
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 17
            iconst_0
            goto 18
      StackMap locals: sun.java2d.pisces.Dasher float float float float float float float float
      StackMap stack: sun.java2d.pisces.Dasher
        17: iconst_1
      StackMap locals: sun.java2d.pisces.Dasher float float float float float float float float
      StackMap stack: sun.java2d.pisces.Dasher int
        18: putfield sun.java2d.pisces.Dasher.dashOn:Z
        19: .line 196
      StackMap locals:
      StackMap stack:
            return
        20: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            fload 6 /* cx */
            fmul
            fstore 9 /* dashdx */
        start local 9 // float dashdx
        21: .line 200
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            fload 7 /* cy */
            fmul
            fstore 10 /* dashdy */
        start local 10 // float dashdy
        22: .line 201
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.phase:F
            fconst_0
            fcmpl
            ifne 26
        23: .line 202
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.x0:F
            fload 9 /* dashdx */
            fadd
            fastore
        24: .line 203
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.y0:F
            fload 10 /* dashdy */
            fadd
            fastore
        25: .line 204
            goto 29
        26: .line 205
      StackMap locals: float float
      StackMap stack:
            fload 8 /* leftInThisDashSegment */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            fdiv
            fstore 11 /* p */
        start local 11 // float p
        27: .line 206
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.x0:F
            fload 11 /* p */
            fload 9 /* dashdx */
            fmul
            fadd
            fastore
        28: .line 207
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.y0:F
            fload 11 /* p */
            fload 10 /* dashdy */
            fmul
            fadd
            fastore
        end local 11 // float p
        29: .line 210
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            iconst_4
            invokevirtual sun.java2d.pisces.Dasher.goTo:([FII)V
        30: .line 212
            fload 5 /* len */
            fload 8 /* leftInThisDashSegment */
            fsub
            fstore 5 /* len */
        31: .line 214
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            arraylength
            irem
            putfield sun.java2d.pisces.Dasher.idx:I
        32: .line 215
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 33
            iconst_0
            goto 34
      StackMap locals:
      StackMap stack: sun.java2d.pisces.Dasher
        33: iconst_1
      StackMap locals: sun.java2d.pisces.Dasher float float float float float float float float float float
      StackMap stack: sun.java2d.pisces.Dasher int
        34: putfield sun.java2d.pisces.Dasher.dashOn:Z
        35: .line 216
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.pisces.Dasher.phase:F
        end local 10 // float dashdy
        end local 9 // float dashdx
        end local 8 // float leftInThisDashSegment
        36: .line 183
            goto 7
        end local 7 // float cy
        end local 6 // float cx
        end local 5 // float len
        end local 4 // float dy
        end local 3 // float dx
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   37     0                   this  Lsun/java2d/pisces/Dasher;
            0   37     1                     x1  F
            0   37     2                     y1  F
            1   37     3                     dx  F
            2   37     4                     dy  F
            3   37     5                    len  F
            6   37     6                     cx  F
            7   37     7                     cy  F
            8   36     8  leftInThisDashSegment  F
           21   36     9                 dashdx  F
           22   36    10                 dashdy  F
           27   29    11                      p  F
    MethodParameters:
      Name  Flags
      x1    
      y1    

  private void somethingTo(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // int type
         0: .line 225
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iload 1 /* type */
            invokestatic sun.java2d.pisces.Dasher.pointCurve:([FI)Z
            ifeq 2
         1: .line 226
            return
         2: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.li:Lsun/java2d/pisces/Dasher$LengthIterator;
            ifnonnull 4
         3: .line 229
            aload 0 /* this */
            new sun.java2d.pisces.Dasher$LengthIterator
            dup
            iconst_4
            ldc 0.01
            invokespecial sun.java2d.pisces.Dasher$LengthIterator.<init>:(IF)V
            putfield sun.java2d.pisces.Dasher.li:Lsun/java2d/pisces/Dasher$LengthIterator;
         4: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.li:Lsun/java2d/pisces/Dasher$LengthIterator;
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iload 1 /* type */
            invokevirtual sun.java2d.pisces.Dasher$LengthIterator.initializeIterationOnCurve:([FI)V
         5: .line 233
            iconst_0
            istore 2 /* curCurveoff */
        start local 2 // int curCurveoff
         6: .line 234
            fconst_0
            fstore 3 /* lastSplitT */
        start local 3 // float lastSplitT
         7: .line 235
            fconst_0
            fstore 4 /* t */
        start local 4 // float t
         8: .line 236
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.phase:F
            fsub
            fstore 5 /* leftInThisDashSegment */
        start local 5 // float leftInThisDashSegment
         9: .line 237
            goto 25
        10: .line 238
      StackMap locals: sun.java2d.pisces.Dasher int int float float float
      StackMap stack:
            fload 4 /* t */
            fconst_0
            fcmpl
            ifeq 19
        11: .line 239
            fload 4 /* t */
            fload 3 /* lastSplitT */
            fsub
            fconst_1
            fload 3 /* lastSplitT */
            fsub
            fdiv
        12: .line 240
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iload 2 /* curCurveoff */
        13: .line 241
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
        14: .line 242
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iload 1 /* type */
            iload 1 /* type */
        15: .line 239
            invokestatic sun.java2d.pisces.Helpers.subdivideAt:(F[FI[FI[FII)V
        16: .line 243
            fload 4 /* t */
            fstore 3 /* lastSplitT */
        17: .line 244
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_2
            iload 1 /* type */
            invokevirtual sun.java2d.pisces.Dasher.goTo:([FII)V
        18: .line 245
            iload 1 /* type */
            istore 2 /* curCurveoff */
        19: .line 248
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            arraylength
            irem
            putfield sun.java2d.pisces.Dasher.idx:I
        20: .line 249
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 21
            iconst_0
            goto 22
      StackMap locals:
      StackMap stack: sun.java2d.pisces.Dasher
        21: iconst_1
      StackMap locals: sun.java2d.pisces.Dasher int int float float float
      StackMap stack: sun.java2d.pisces.Dasher int
        22: putfield sun.java2d.pisces.Dasher.dashOn:Z
        23: .line 250
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.pisces.Dasher.phase:F
        24: .line 251
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            fstore 5 /* leftInThisDashSegment */
        25: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.li:Lsun/java2d/pisces/Dasher$LengthIterator;
            fload 5 /* leftInThisDashSegment */
            invokevirtual sun.java2d.pisces.Dasher$LengthIterator.next:(F)F
            dup
            fstore 4 /* t */
            fconst_1
            fcmpg
            iflt 10
        26: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iload 2 /* curCurveoff */
            iconst_2
            iadd
            iload 1 /* type */
            invokevirtual sun.java2d.pisces.Dasher.goTo:([FII)V
        27: .line 254
            aload 0 /* this */
            dup
            getfield sun.java2d.pisces.Dasher.phase:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.li:Lsun/java2d/pisces/Dasher$LengthIterator;
            invokevirtual sun.java2d.pisces.Dasher$LengthIterator.lastSegLen:()F
            fadd
            putfield sun.java2d.pisces.Dasher.phase:F
        28: .line 255
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.phase:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            faload
            fcmpl
            iflt 34
        29: .line 256
            aload 0 /* this */
            fconst_0
            putfield sun.java2d.pisces.Dasher.phase:F
        30: .line 257
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.idx:I
            iconst_1
            iadd
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dash:[F
            arraylength
            irem
            putfield sun.java2d.pisces.Dasher.idx:I
        31: .line 258
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 32
            iconst_0
            goto 33
      StackMap locals:
      StackMap stack: sun.java2d.pisces.Dasher
        32: iconst_1
      StackMap locals: sun.java2d.pisces.Dasher int int float float float
      StackMap stack: sun.java2d.pisces.Dasher int
        33: putfield sun.java2d.pisces.Dasher.dashOn:Z
        34: .line 260
      StackMap locals:
      StackMap stack:
            return
        end local 5 // float leftInThisDashSegment
        end local 4 // float t
        end local 3 // float lastSplitT
        end local 2 // int curCurveoff
        end local 1 // int type
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   35     0                   this  Lsun/java2d/pisces/Dasher;
            0   35     1                   type  I
            6   35     2            curCurveoff  I
            7   35     3             lastSplitT  F
            8   35     4                      t  F
            9   35     5  leftInThisDashSegment  F
    MethodParameters:
      Name  Flags
      type  

  private static boolean pointCurve(float[], int);
    descriptor: ([FI)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // float[] curve
        start local 1 // int type
         0: .line 263
            iconst_2
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 264
      StackMap locals: int
      StackMap stack:
            aload 0 /* curve */
            iload 2 /* i */
            faload
            aload 0 /* curve */
            iload 2 /* i */
            iconst_2
            isub
            faload
            fcmpl
            ifeq 4
         3: .line 265
            iconst_0
            ireturn
         4: .line 263
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 1 /* type */
            if_icmplt 2
        end local 2 // int i
         6: .line 268
            iconst_1
            ireturn
        end local 1 // int type
        end local 0 // float[] curve
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  curve  [F
            0    7     1   type  I
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      curve  
      type   

  public void curveTo(float, float, float, float, float, float);
    descriptor: (FFFFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x2
        start local 4 // float y2
        start local 5 // float x3
        start local 6 // float y3
         0: .line 536
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.x0:F
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.y0:F
            fastore
         1: .line 537
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_2
            fload 1 /* x1 */
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_3
            fload 2 /* y1 */
            fastore
         2: .line 538
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_4
            fload 3 /* x2 */
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_5
            fload 4 /* y2 */
            fastore
         3: .line 539
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            bipush 6
            fload 5 /* x3 */
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            bipush 7
            fload 6 /* y3 */
            fastore
         4: .line 540
            aload 0 /* this */
            bipush 8
            invokevirtual sun.java2d.pisces.Dasher.somethingTo:(I)V
         5: .line 541
            return
        end local 6 // float y3
        end local 5 // float x3
        end local 4 // float y2
        end local 3 // float x2
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/java2d/pisces/Dasher;
            0    6     1    x1  F
            0    6     2    y1  F
            0    6     3    x2  F
            0    6     4    y2  F
            0    6     5    x3  F
            0    6     6    y3  F
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    
      x3    
      y3    

  public void quadTo(float, float, float, float);
    descriptor: (FFFF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // sun.java2d.pisces.Dasher this
        start local 1 // float x1
        start local 2 // float y1
        start local 3 // float x2
        start local 4 // float y2
         0: .line 545
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_0
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.x0:F
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_1
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.y0:F
            fastore
         1: .line 546
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_2
            fload 1 /* x1 */
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_3
            fload 2 /* y1 */
            fastore
         2: .line 547
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_4
            fload 3 /* x2 */
            fastore
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.curCurvepts:[F
            iconst_5
            fload 4 /* y2 */
            fastore
         3: .line 548
            aload 0 /* this */
            bipush 6
            invokevirtual sun.java2d.pisces.Dasher.somethingTo:(I)V
         4: .line 549
            return
        end local 4 // float y2
        end local 3 // float x2
        end local 2 // float y1
        end local 1 // float x1
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/pisces/Dasher;
            0    5     1    x1  F
            0    5     2    y1  F
            0    5     3    x2  F
            0    5     4    y2  F
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    

  public void closePath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Dasher this
         0: .line 552
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sx:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sy:F
            invokevirtual sun.java2d.pisces.Dasher.lineTo:(FF)V
         1: .line 553
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            ifle 5
         2: .line 554
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.dashOn:Z
            ifeq 3
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.needsMoveTo:Z
            ifeq 4
         3: .line 555
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sx:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sy:F
            invokeinterface sun.awt.geom.PathConsumer2D.moveTo:(FF)V
         4: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.pisces.Dasher.emitFirstSegments:()V
         5: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sx:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sy:F
            invokevirtual sun.java2d.pisces.Dasher.moveTo:(FF)V
         6: .line 560
            return
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/pisces/Dasher;

  public void pathDone();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Dasher this
         0: .line 563
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.firstSegidx:I
            ifle 3
         1: .line 564
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sx:F
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.sy:F
            invokeinterface sun.awt.geom.PathConsumer2D.moveTo:(FF)V
         2: .line 565
            aload 0 /* this */
            invokevirtual sun.java2d.pisces.Dasher.emitFirstSegments:()V
         3: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.pisces.Dasher.out:Lsun/awt/geom/PathConsumer2D;
            invokeinterface sun.awt.geom.PathConsumer2D.pathDone:()V
         4: .line 568
            return
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/pisces/Dasher;

  public long getNativeConsumer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.pisces.Dasher this
         0: .line 572
            new java.lang.InternalError
            dup
            ldc "Dasher does not use a native consumer"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.java2d.pisces.Dasher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/pisces/Dasher;
}
SourceFile: "Dasher.java"
NestMembers:
  sun.java2d.pisces.Dasher$LengthIterator  sun.java2d.pisces.Dasher$LengthIterator$Side
InnerClasses:
  private LengthIterator = sun.java2d.pisces.Dasher$LengthIterator of sun.java2d.pisces.Dasher