final class sun.java2d.marlin.DPathSimplifier implements sun.java2d.marlin.DPathConsumer2D
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.marlin.DPathSimplifier
  super_class: java.lang.Object
{
  private static final double PIX_THRESHOLD;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final double SQUARE_TOLERANCE;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private sun.java2d.marlin.DPathConsumer2D delegate;
    descriptor: Lsun/java2d/marlin/DPathConsumer2D;
    flags: (0x0002) ACC_PRIVATE

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 30
            invokestatic sun.java2d.marlin.MarlinProperties.getPathSimplifierPixelTolerance:()F
            f2d
            putstatic sun.java2d.marlin.DPathSimplifier.PIX_THRESHOLD:D
         1: .line 32
            getstatic sun.java2d.marlin.DPathSimplifier.PIX_THRESHOLD:D
            getstatic sun.java2d.marlin.DPathSimplifier.PIX_THRESHOLD:D
            dmul
            putstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DPathSimplifier this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            return
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/marlin/DPathSimplifier;

  sun.java2d.marlin.DPathSimplifier init(sun.java2d.marlin.DPathConsumer2D);
    descriptor: (Lsun/java2d/marlin/DPathConsumer2D;)Lsun/java2d/marlin/DPathSimplifier;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.java2d.marlin.DPathSimplifier this
        start local 1 // sun.java2d.marlin.DPathConsumer2D delegate
         0: .line 42
            aload 0 /* this */
            aload 1 /* delegate */
            putfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
         1: .line 43
            aload 0 /* this */
            areturn
        end local 1 // sun.java2d.marlin.DPathConsumer2D delegate
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/java2d/marlin/DPathSimplifier;
            0    2     1  delegate  Lsun/java2d/marlin/DPathConsumer2D;
    MethodParameters:
          Name  Flags
      delegate  final

  public void pathDone();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DPathSimplifier this
         0: .line 48
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
            invokeinterface sun.java2d.marlin.DPathConsumer2D.pathDone:()V
         1: .line 49
            return
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/marlin/DPathSimplifier;

  public void closePath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DPathSimplifier this
         0: .line 53
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
            invokeinterface sun.java2d.marlin.DPathConsumer2D.closePath:()V
         1: .line 54
            return
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/marlin/DPathSimplifier;

  public long getNativeConsumer();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.marlin.DPathSimplifier this
         0: .line 58
            lconst_0
            lreturn
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/marlin/DPathSimplifier;

  public void quadTo(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=13, args_size=5
        start local 0 // sun.java2d.marlin.DPathSimplifier this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double xe
        start local 7 // double ye
         0: .line 66
            dload 5 /* xe */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cx:D
            dsub
            dstore 9 /* dx */
        start local 9 // double dx
         1: .line 67
            dload 7 /* ye */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cy:D
            dsub
            dstore 11 /* dy */
        start local 11 // double dy
         2: .line 69
            dload 9 /* dx */
            dload 9 /* dx */
            dmul
            dload 11 /* dy */
            dload 11 /* dy */
            dmul
            dadd
            getstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            dcmpg
            ifgt 7
         3: .line 71
            dload 1 /* x1 */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cx:D
            dsub
            dstore 9 /* dx */
         4: .line 72
            dload 3 /* y1 */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cy:D
            dsub
            dstore 11 /* dy */
         5: .line 74
            dload 9 /* dx */
            dload 9 /* dx */
            dmul
            dload 11 /* dy */
            dload 11 /* dy */
            dmul
            dadd
            getstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            dcmpg
            ifgt 7
         6: .line 75
            return
         7: .line 78
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
            dload 1 /* x1 */
            dload 3 /* y1 */
            dload 5 /* xe */
            dload 7 /* ye */
            invokeinterface sun.java2d.marlin.DPathConsumer2D.quadTo:(DDDD)V
         8: .line 80
            aload 0 /* this */
            dload 5 /* xe */
            putfield sun.java2d.marlin.DPathSimplifier.cx:D
         9: .line 81
            aload 0 /* this */
            dload 7 /* ye */
            putfield sun.java2d.marlin.DPathSimplifier.cy:D
        10: .line 82
            return
        end local 11 // double dy
        end local 9 // double dx
        end local 7 // double ye
        end local 5 // double xe
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/java2d/marlin/DPathSimplifier;
            0   11     1    x1  D
            0   11     3    y1  D
            0   11     5    xe  D
            0   11     7    ye  D
            1   11     9    dx  D
            2   11    11    dy  D
    MethodParameters:
      Name  Flags
      x1    final
      y1    final
      xe    final
      ye    final

  public void curveTo(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=17, args_size=7
        start local 0 // sun.java2d.marlin.DPathSimplifier this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double x2
        start local 7 // double y2
        start local 9 // double xe
        start local 11 // double ye
         0: .line 90
            dload 9 /* xe */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cx:D
            dsub
            dstore 13 /* dx */
        start local 13 // double dx
         1: .line 91
            dload 11 /* ye */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cy:D
            dsub
            dstore 15 /* dy */
        start local 15 // double dy
         2: .line 93
            dload 13 /* dx */
            dload 13 /* dx */
            dmul
            dload 15 /* dy */
            dload 15 /* dy */
            dmul
            dadd
            getstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            dcmpg
            ifgt 10
         3: .line 95
            dload 1 /* x1 */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cx:D
            dsub
            dstore 13 /* dx */
         4: .line 96
            dload 3 /* y1 */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cy:D
            dsub
            dstore 15 /* dy */
         5: .line 98
            dload 13 /* dx */
            dload 13 /* dx */
            dmul
            dload 15 /* dy */
            dload 15 /* dy */
            dmul
            dadd
            getstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            dcmpg
            ifgt 10
         6: .line 100
            dload 5 /* x2 */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cx:D
            dsub
            dstore 13 /* dx */
         7: .line 101
            dload 7 /* y2 */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cy:D
            dsub
            dstore 15 /* dy */
         8: .line 103
            dload 13 /* dx */
            dload 13 /* dx */
            dmul
            dload 15 /* dy */
            dload 15 /* dy */
            dmul
            dadd
            getstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            dcmpg
            ifgt 10
         9: .line 104
            return
        10: .line 108
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
            dload 1 /* x1 */
            dload 3 /* y1 */
            dload 5 /* x2 */
            dload 7 /* y2 */
            dload 9 /* xe */
            dload 11 /* ye */
            invokeinterface sun.java2d.marlin.DPathConsumer2D.curveTo:(DDDDDD)V
        11: .line 110
            aload 0 /* this */
            dload 9 /* xe */
            putfield sun.java2d.marlin.DPathSimplifier.cx:D
        12: .line 111
            aload 0 /* this */
            dload 11 /* ye */
            putfield sun.java2d.marlin.DPathSimplifier.cy:D
        13: .line 112
            return
        end local 15 // double dy
        end local 13 // double dx
        end local 11 // double ye
        end local 9 // double xe
        end local 7 // double y2
        end local 5 // double x2
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/java2d/marlin/DPathSimplifier;
            0   14     1    x1  D
            0   14     3    y1  D
            0   14     5    x2  D
            0   14     7    y2  D
            0   14     9    xe  D
            0   14    11    ye  D
            1   14    13    dx  D
            2   14    15    dy  D
    MethodParameters:
      Name  Flags
      x1    final
      y1    final
      x2    final
      y2    final
      xe    final
      ye    final

  public void moveTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.java2d.marlin.DPathSimplifier this
        start local 1 // double xe
        start local 3 // double ye
         0: .line 116
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
            dload 1 /* xe */
            dload 3 /* ye */
            invokeinterface sun.java2d.marlin.DPathConsumer2D.moveTo:(DD)V
         1: .line 118
            aload 0 /* this */
            dload 1 /* xe */
            putfield sun.java2d.marlin.DPathSimplifier.cx:D
         2: .line 119
            aload 0 /* this */
            dload 3 /* ye */
            putfield sun.java2d.marlin.DPathSimplifier.cy:D
         3: .line 120
            return
        end local 3 // double ye
        end local 1 // double xe
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/java2d/marlin/DPathSimplifier;
            0    4     1    xe  D
            0    4     3    ye  D
    MethodParameters:
      Name  Flags
      xe    final
      ye    final

  public void lineTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=3
        start local 0 // sun.java2d.marlin.DPathSimplifier this
        start local 1 // double xe
        start local 3 // double ye
         0: .line 125
            dload 1 /* xe */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cx:D
            dsub
            dstore 5 /* dx */
        start local 5 // double dx
         1: .line 126
            dload 3 /* ye */
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.cy:D
            dsub
            dstore 7 /* dy */
        start local 7 // double dy
         2: .line 128
            dload 5 /* dx */
            dload 5 /* dx */
            dmul
            dload 7 /* dy */
            dload 7 /* dy */
            dmul
            dadd
            getstatic sun.java2d.marlin.DPathSimplifier.SQUARE_TOLERANCE:D
            dcmpg
            ifgt 4
         3: .line 129
            return
         4: .line 131
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.marlin.DPathSimplifier.delegate:Lsun/java2d/marlin/DPathConsumer2D;
            dload 1 /* xe */
            dload 3 /* ye */
            invokeinterface sun.java2d.marlin.DPathConsumer2D.lineTo:(DD)V
         5: .line 133
            aload 0 /* this */
            dload 1 /* xe */
            putfield sun.java2d.marlin.DPathSimplifier.cx:D
         6: .line 134
            aload 0 /* this */
            dload 3 /* ye */
            putfield sun.java2d.marlin.DPathSimplifier.cy:D
         7: .line 135
            return
        end local 7 // double dy
        end local 5 // double dx
        end local 3 // double ye
        end local 1 // double xe
        end local 0 // sun.java2d.marlin.DPathSimplifier this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/java2d/marlin/DPathSimplifier;
            0    8     1    xe  D
            0    8     3    ye  D
            1    8     5    dx  D
            2    8     7    dy  D
    MethodParameters:
      Name  Flags
      xe    final
      ye    final
}
SourceFile: "DPathSimplifier.java"