public final class sun.font.LayoutPathImpl$SegmentPathBuilder
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.font.LayoutPathImpl$SegmentPathBuilder
  super_class: java.lang.Object
{
  private double[] data;
    descriptor: [D
    flags: (0x0002) ACC_PRIVATE

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

  private double px;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double py;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double a;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 130
            ldc Lsun/font/LayoutPathImpl;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.font.LayoutPathImpl$SegmentPathBuilder.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
         0: .line 141
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 142
            return
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;

  public void reset(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
        start local 1 // int datalen
         0: .line 151
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            ifnull 1
            iload 1 /* datalen */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            arraylength
            if_icmple 3
         1: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* datalen */
            newarray 7
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
         2: .line 153
            goto 5
      StackMap locals:
      StackMap stack:
         3: iload 1 /* datalen */
            ifne 5
         4: .line 154
            aload 0 /* this */
            aconst_null
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
         5: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
         6: .line 157
            aload 0 /* this */
            aload 0 /* this */
            dconst_0
            dup2_x1
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.py:D
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.px:D
         7: .line 158
            aload 0 /* this */
            iconst_0
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.pconnect:Z
         8: .line 159
            return
        end local 1 // int datalen
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;
            0    9     1  datalen  I
    MethodParameters:
         Name  Flags
      datalen  

  public sun.font.LayoutPathImpl$SegmentPath build(sun.font.LayoutPathImpl$EndType, double[]);
    descriptor: (Lsun/font/LayoutPathImpl$EndType;[D)Lsun/font/LayoutPathImpl$SegmentPath;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
        start local 1 // sun.font.LayoutPathImpl$EndType etype
        start local 2 // double[] pts
         0: .line 166
            getstatic sun.font.LayoutPathImpl$SegmentPathBuilder.$assertionsDisabled:Z
            ifne 1
            aload 2 /* pts */
            arraylength
            iconst_2
            irem
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* pts */
            arraylength
            iconst_2
            idiv
            iconst_3
            imul
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.reset:(I)V
         2: .line 170
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 8
         4: .line 171
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* pts */
            iload 3 /* i */
            daload
            aload 2 /* pts */
            iload 3 /* i */
            iconst_1
            iadd
            daload
            iload 3 /* i */
            ifeq 5
            iconst_1
            goto 6
      StackMap locals: sun.font.LayoutPathImpl$SegmentPathBuilder sun.font.LayoutPathImpl$EndType double[] int
      StackMap stack: sun.font.LayoutPathImpl$SegmentPathBuilder double double
         5: iconst_0
      StackMap locals: sun.font.LayoutPathImpl$SegmentPathBuilder sun.font.LayoutPathImpl$EndType double[] int
      StackMap stack: sun.font.LayoutPathImpl$SegmentPathBuilder double double int
         6: invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.nextPoint:(DDZ)V
         7: .line 170
            iinc 3 /* i */ 2
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 2 /* pts */
            arraylength
            if_icmplt 4
        end local 3 // int i
         9: .line 174
            aload 0 /* this */
            aload 1 /* etype */
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.complete:(Lsun/font/LayoutPathImpl$EndType;)Lsun/font/LayoutPathImpl$SegmentPath;
            areturn
        end local 2 // double[] pts
        end local 1 // sun.font.LayoutPathImpl$EndType etype
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;
            0   10     1  etype  Lsun/font/LayoutPathImpl$EndType;
            0   10     2    pts  [D
            3    9     3      i  I
    MethodParameters:
       Name  Flags
      etype  
      pts    

  public void moveTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
        start local 1 // double x
        start local 3 // double y
         0: .line 189
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            iconst_0
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.nextPoint:(DDZ)V
         1: .line 190
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;
            0    2     1     x  D
            0    2     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public void lineTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
        start local 1 // double x
        start local 3 // double y
         0: .line 200
            aload 0 /* this */
            dload 1 /* x */
            dload 3 /* y */
            iconst_1
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.nextPoint:(DDZ)V
         1: .line 201
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;
            0    2     1     x  D
            0    2     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  private void nextPoint(double, double, boolean);
    descriptor: (DDZ)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=10, args_size=4
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
        start local 1 // double x
        start local 3 // double y
        start local 5 // boolean connect
         0: .line 211
            dload 1 /* x */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.px:D
            dcmpl
            ifne 2
            dload 3 /* y */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.py:D
            dcmpl
            ifne 2
         1: .line 212
            return
         2: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            ifne 7
         3: .line 216
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            ifnonnull 5
         4: .line 217
            aload 0 /* this */
            bipush 6
            newarray 7
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
         5: .line 219
      StackMap locals:
      StackMap stack:
            iload 5 /* connect */
            ifeq 7
         6: .line 220
            aload 0 /* this */
            iconst_3
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
         7: .line 225
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            ifeq 11
            iload 5 /* connect */
            ifne 11
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.pconnect:Z
            ifne 11
         8: .line 226
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            iconst_3
            isub
            aload 0 /* this */
            dload 1 /* x */
            dup2_x1
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.px:D
            dastore
         9: .line 227
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            iconst_2
            isub
            aload 0 /* this */
            dload 3 /* y */
            dup2_x1
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.py:D
            dastore
        10: .line 228
            return
        11: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            arraylength
            if_icmpne 15
        12: .line 233
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            iconst_2
            imul
            newarray 7
            astore 6 /* t */
        start local 6 // double[] t
        13: .line 234
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            iconst_0
            aload 6 /* t */
            iconst_0
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        14: .line 235
            aload 0 /* this */
            aload 6 /* t */
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
        end local 6 // double[] t
        15: .line 238
      StackMap locals:
      StackMap stack:
            iload 5 /* connect */
            ifeq 19
        16: .line 239
            dload 1 /* x */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.px:D
            dsub
            dstore 6 /* dx */
        start local 6 // double dx
        17: .line 240
            dload 3 /* y */
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.py:D
            dsub
            dstore 8 /* dy */
        start local 8 // double dy
        18: .line 241
            aload 0 /* this */
            dup
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.a:D
            dload 6 /* dx */
            dload 6 /* dx */
            dmul
            dload 8 /* dy */
            dload 8 /* dy */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dadd
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.a:D
        end local 8 // double dy
        end local 6 // double dx
        19: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            aload 0 /* this */
            dup
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            dup_x1
            iconst_1
            iadd
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            dload 1 /* x */
            dastore
        20: .line 246
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            aload 0 /* this */
            dup
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            dup_x1
            iconst_1
            iadd
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            dload 3 /* y */
            dastore
        21: .line 247
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            aload 0 /* this */
            dup
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            dup_x1
            iconst_1
            iadd
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.a:D
            dastore
        22: .line 250
            aload 0 /* this */
            dload 1 /* x */
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.px:D
        23: .line 251
            aload 0 /* this */
            dload 3 /* y */
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.py:D
        24: .line 252
            aload 0 /* this */
            iload 5 /* connect */
            putfield sun.font.LayoutPathImpl$SegmentPathBuilder.pconnect:Z
        25: .line 253
            return
        end local 5 // boolean connect
        end local 3 // double y
        end local 1 // double x
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;
            0   26     1        x  D
            0   26     3        y  D
            0   26     5  connect  Z
           13   15     6        t  [D
           17   19     6       dx  D
           18   19     8       dy  D
    MethodParameters:
         Name  Flags
      x        
      y        
      connect  

  public sun.font.LayoutPathImpl$SegmentPath complete();
    descriptor: ()Lsun/font/LayoutPathImpl$SegmentPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
         0: .line 256
            aload 0 /* this */
            getstatic sun.font.LayoutPathImpl$EndType.EXTENDED:Lsun/font/LayoutPathImpl$EndType;
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.complete:(Lsun/font/LayoutPathImpl$EndType;)Lsun/font/LayoutPathImpl$SegmentPath;
            areturn
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;

  public sun.font.LayoutPathImpl$SegmentPath complete(sun.font.LayoutPathImpl$EndType);
    descriptor: (Lsun/font/LayoutPathImpl$EndType;)Lsun/font/LayoutPathImpl$SegmentPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
        start local 1 // sun.font.LayoutPathImpl$EndType etype
         0: .line 267
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            ifnull 1
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            bipush 6
            if_icmpge 2
         1: .line 268
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            arraylength
            if_icmpne 6
         3: .line 272
            new sun.font.LayoutPathImpl$SegmentPath
            dup
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            aload 1 /* etype */
            invokespecial sun.font.LayoutPathImpl$SegmentPath.<init>:([DLsun/font/LayoutPathImpl$EndType;)V
            astore 2 /* result */
        start local 2 // sun.font.LayoutPathImpl$SegmentPath result
         4: .line 273
            aload 0 /* this */
            iconst_0
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.reset:(I)V
         5: .line 274
            goto 10
        end local 2 // sun.font.LayoutPathImpl$SegmentPath result
         6: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            newarray 7
            astore 3 /* dataToAdopt */
        start local 3 // double[] dataToAdopt
         7: .line 276
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.data:[D
            iconst_0
            aload 3 /* dataToAdopt */
            iconst_0
            aload 0 /* this */
            getfield sun.font.LayoutPathImpl$SegmentPathBuilder.w:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 277
            new sun.font.LayoutPathImpl$SegmentPath
            dup
            aload 3 /* dataToAdopt */
            aload 1 /* etype */
            invokespecial sun.font.LayoutPathImpl$SegmentPath.<init>:([DLsun/font/LayoutPathImpl$EndType;)V
            astore 2 /* result */
        start local 2 // sun.font.LayoutPathImpl$SegmentPath result
         9: .line 278
            aload 0 /* this */
            iconst_2
            invokevirtual sun.font.LayoutPathImpl$SegmentPathBuilder.reset:(I)V
        end local 3 // double[] dataToAdopt
        10: .line 281
      StackMap locals: sun.font.LayoutPathImpl$SegmentPath
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // sun.font.LayoutPathImpl$SegmentPath result
        end local 1 // sun.font.LayoutPathImpl$EndType etype
        end local 0 // sun.font.LayoutPathImpl$SegmentPathBuilder this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lsun/font/LayoutPathImpl$SegmentPathBuilder;
            0   11     1        etype  Lsun/font/LayoutPathImpl$EndType;
            4    6     2       result  Lsun/font/LayoutPathImpl$SegmentPath;
            9   11     2       result  Lsun/font/LayoutPathImpl$SegmentPath;
            7   10     3  dataToAdopt  [D
    MethodParameters:
       Name  Flags
      etype  
}
SourceFile: "LayoutPathImpl.java"
NestHost: sun.font.LayoutPathImpl
InnerClasses:
  public final EndType = sun.font.LayoutPathImpl$EndType of sun.font.LayoutPathImpl
  public final SegmentPath = sun.font.LayoutPathImpl$SegmentPath of sun.font.LayoutPathImpl
  public final SegmentPathBuilder = sun.font.LayoutPathImpl$SegmentPathBuilder of sun.font.LayoutPathImpl