final class com.sun.javafx.webkit.prism.WCPathImpl extends com.sun.webkit.graphics.WCPath<com.sun.javafx.geom.Path2D>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.javafx.webkit.prism.WCPathImpl
  super_class: com.sun.webkit.graphics.WCPath
{
  private final com.sun.javafx.geom.Path2D path;
    descriptor: Lcom/sun/javafx/geom/Path2D;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private static final com.sun.javafx.logging.PlatformLogger log;
    descriptor: Lcom/sun/javafx/logging/PlatformLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 47
            ldc Lcom/sun/javafx/webkit/prism/WCPathImpl;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokestatic com.sun.javafx.logging.PlatformLogger.getLogger:(Ljava/lang/String;)Lcom/sun/javafx/logging/PlatformLogger;
         1: .line 46
            putstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
         2: .line 47
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 49
            aload 0 /* this */
            invokespecial com.sun.webkit.graphics.WCPath.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         2: .line 50
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         3: .line 51
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "Create empty WCPathImpl({0})"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 53
      StackMap locals: com.sun.javafx.webkit.prism.WCPathImpl
      StackMap stack:
            aload 0 /* this */
            new com.sun.javafx.geom.Path2D
            dup
            invokespecial com.sun.javafx.geom.Path2D.<init>:()V
            putfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
         5: .line 54
            return
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;

  void <init>(com.sun.javafx.webkit.prism.WCPathImpl);
    descriptor: (Lcom/sun/javafx/webkit/prism/WCPathImpl;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // com.sun.javafx.webkit.prism.WCPathImpl wcp
         0: .line 56
            aload 0 /* this */
            invokespecial com.sun.webkit.graphics.WCPath.<init>:()V
         1: .line 44
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         2: .line 57
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 6
         3: .line 58
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "Create WCPathImpl({0}) from WCPathImpl({1})"
         4: .line 59
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* wcp */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         5: .line 58
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 61
      StackMap locals: com.sun.javafx.webkit.prism.WCPathImpl com.sun.javafx.webkit.prism.WCPathImpl
      StackMap stack:
            aload 0 /* this */
            new com.sun.javafx.geom.Path2D
            dup
            aload 1 /* wcp */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokespecial com.sun.javafx.geom.Path2D.<init>:(Lcom/sun/javafx/geom/Shape;)V
            putfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
         7: .line 62
            aload 0 /* this */
            aload 1 /* wcp */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         8: .line 63
            return
        end local 1 // com.sun.javafx.webkit.prism.WCPathImpl wcp
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    9     1   wcp  Lcom/sun/javafx/webkit/prism/WCPathImpl;
    MethodParameters:
      Name  Flags
      wcp   

  public void addRect(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=5
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double w
        start local 7 // double h
         0: .line 66
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 67
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addRect({1},{2},{3},{4})"
         2: .line 68
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* w */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* h */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 67
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 71
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            new com.sun.javafx.geom.RoundRectangle2D
            dup
         6: .line 72
            dload 1 /* x */
            d2f
            dload 3 /* y */
            d2f
            dload 5 /* w */
            d2f
            dload 7 /* h */
            d2i
            i2f
            fconst_0
            fconst_0
            invokespecial com.sun.javafx.geom.RoundRectangle2D.<init>:(FFFFFF)V
            iconst_0
         7: .line 71
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
         8: .line 73
            return
        end local 7 // double h
        end local 5 // double w
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    9     1     x  D
            0    9     3     y  D
            0    9     5     w  D
            0    9     7     h  D
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void addEllipse(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=5
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double w
        start local 7 // double h
         0: .line 77
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 78
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addEllipse({1},{2},{3},{4})"
         2: .line 79
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* w */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* h */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 78
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 81
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 82
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            new com.sun.javafx.geom.Ellipse2D
            dup
            dload 1 /* x */
            d2f
            dload 3 /* y */
            d2f
            dload 5 /* w */
            d2f
            dload 7 /* h */
            d2f
            invokespecial com.sun.javafx.geom.Ellipse2D.<init>:(FFFF)V
            iconst_0
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
         6: .line 83
            return
        end local 7 // double h
        end local 5 // double w
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    7     1     x  D
            0    7     3     y  D
            0    7     5     w  D
            0    7     7     h  D
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void addArcTo(double, double, double, double, double);
    descriptor: (DDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=6
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl 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 r
         0: .line 87
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 88
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addArcTo({1},{2},{3},{4})"
         2: .line 89
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x1 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y1 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* x2 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* y2 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 88
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 92
      StackMap locals:
      StackMap stack:
            new com.sun.javafx.geom.Arc2D
            dup
            invokespecial com.sun.javafx.geom.Arc2D.<init>:()V
            astore 11 /* arc */
        start local 11 // com.sun.javafx.geom.Arc2D arc
         5: .line 93
            aload 11 /* arc */
         6: .line 94
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.getCurrentPoint:()Lcom/sun/javafx/geom/Point2D;
         7: .line 95
            new com.sun.javafx.geom.Point2D
            dup
            dload 1 /* x1 */
            d2f
            dload 3 /* y1 */
            d2f
            invokespecial com.sun.javafx.geom.Point2D.<init>:(FF)V
         8: .line 96
            new com.sun.javafx.geom.Point2D
            dup
            dload 5 /* x2 */
            d2f
            dload 7 /* y2 */
            d2f
            invokespecial com.sun.javafx.geom.Point2D.<init>:(FF)V
         9: .line 97
            dload 9 /* r */
            d2f
        10: .line 93
            invokevirtual com.sun.javafx.geom.Arc2D.setArcByTangent:(Lcom/sun/javafx/geom/Point2D;Lcom/sun/javafx/geom/Point2D;Lcom/sun/javafx/geom/Point2D;F)V
        11: .line 99
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
        12: .line 100
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            aload 11 /* arc */
            iconst_1
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
        13: .line 101
            return
        end local 11 // com.sun.javafx.geom.Arc2D arc
        end local 9 // double r
        end local 7 // double y2
        end local 5 // double x2
        end local 3 // double y1
        end local 1 // double x1
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0   14     1    x1  D
            0   14     3    y1  D
            0   14     5    x2  D
            0   14     7    y2  D
            0   14     9     r  D
            5   14    11   arc  Lcom/sun/javafx/geom/Arc2D;
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    
      r     

  public void addArc(double, double, double, double, double, boolean);
    descriptor: (DDDDDZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=15, args_size=7
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double r
        start local 7 // double sa
        start local 9 // double ea
        start local 11 // boolean aclockwise
         0: .line 108
            dload 7 /* sa */
            d2f
            fstore 12 /* startAngle */
        start local 12 // float startAngle
         1: .line 109
            dload 9 /* ea */
            d2f
            fstore 13 /* endAngle */
        start local 13 // float endAngle
         2: .line 111
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 6
         3: .line 112
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addArc(x={1},y={2},r={3},sa=|{4}|,ea=|{5}|,aclock={6})"
         4: .line 113
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* r */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            fload 12 /* startAngle */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_5
            fload 13 /* endAngle */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            bipush 6
            iload 11 /* aclockwise */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
         5: .line 112
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 116
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         7: .line 118
            fload 13 /* endAngle */
            fstore 14 /* newEndAngle */
        start local 14 // float newEndAngle
         8: .line 147
            iload 11 /* aclockwise */
            ifne 11
            fload 12 /* startAngle */
            fload 13 /* endAngle */
            fcmpl
            ifle 11
         9: .line 148
            fload 12 /* startAngle */
            ldc 6.2831855
            fload 12 /* startAngle */
            fload 13 /* endAngle */
            fsub
            ldc 6.2831855
            frem
            fsub
            fadd
            fstore 14 /* newEndAngle */
        10: .line 149
            goto 13
      StackMap locals: float
      StackMap stack:
        11: iload 11 /* aclockwise */
            ifeq 13
            fload 12 /* startAngle */
            fload 13 /* endAngle */
            fcmpg
            ifge 13
        12: .line 150
            fload 12 /* startAngle */
            ldc 6.2831855
            fload 13 /* endAngle */
            fload 12 /* startAngle */
            fsub
            ldc 6.2831855
            frem
            fsub
            fsub
            fstore 14 /* newEndAngle */
        13: .line 153
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            new com.sun.javafx.geom.Arc2D
            dup
            dload 1 /* x */
            dload 5 /* r */
            dsub
            d2f
            dload 3 /* y */
            dload 5 /* r */
            dsub
            d2f
        14: .line 154
            ldc 2.0
            dload 5 /* r */
            dmul
            d2f
            ldc 2.0
            dload 5 /* r */
            dmul
            d2f
        15: .line 155
            fload 12 /* startAngle */
            fneg
            f2d
            invokestatic java.lang.Math.toDegrees:(D)D
            d2f
        16: .line 156
            fload 12 /* startAngle */
            fload 14 /* newEndAngle */
            fsub
            f2d
            invokestatic java.lang.Math.toDegrees:(D)D
            d2f
            iconst_0
            invokespecial com.sun.javafx.geom.Arc2D.<init>:(FFFFFFI)V
            iconst_1
        17: .line 153
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
        18: .line 157
            return
        end local 14 // float newEndAngle
        end local 13 // float endAngle
        end local 12 // float startAngle
        end local 11 // boolean aclockwise
        end local 9 // double ea
        end local 7 // double sa
        end local 5 // double r
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   19     0         this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0   19     1            x  D
            0   19     3            y  D
            0   19     5            r  D
            0   19     7           sa  D
            0   19     9           ea  D
            0   19    11   aclockwise  Z
            1   19    12   startAngle  F
            2   19    13     endAngle  F
            8   19    14  newEndAngle  F
    MethodParameters:
            Name  Flags
      x           
      y           
      r           
      sa          
      ea          
      aclockwise  

  public boolean contains(int, double, double);
    descriptor: (IDD)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // int rule
        start local 2 // double x
        start local 4 // double y
         0: .line 160
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 161
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).contains({1},{2},{3})"
         2: .line 162
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            iload 1 /* rule */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            dload 2 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 4 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 161
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.getWindingRule:()I
            istore 6 /* savedRule */
        start local 6 // int savedRule
         5: .line 165
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            iload 1 /* rule */
            invokevirtual com.sun.javafx.geom.Path2D.setWindingRule:(I)V
         6: .line 166
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 2 /* x */
            d2f
            dload 4 /* y */
            d2f
            invokevirtual com.sun.javafx.geom.Path2D.contains:(FF)Z
            istore 7 /* res */
        start local 7 // boolean res
         7: .line 167
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            iload 6 /* savedRule */
            invokevirtual com.sun.javafx.geom.Path2D.setWindingRule:(I)V
         8: .line 169
            iload 7 /* res */
            ireturn
        end local 7 // boolean res
        end local 6 // int savedRule
        end local 4 // double y
        end local 2 // double x
        end local 1 // int rule
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    9     1       rule  I
            0    9     2          x  D
            0    9     4          y  D
            5    9     6  savedRule  I
            7    9     7        res  Z
    MethodParameters:
      Name  Flags
      rule  
      x     
      y     

  public com.sun.webkit.graphics.WCRectangle getBounds();
    descriptor: ()Lcom/sun/webkit/graphics/WCRectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 174
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.getBounds:()Lcom/sun/javafx/geom/RectBounds;
            astore 1 /* b */
        start local 1 // com.sun.javafx.geom.RectBounds b
         1: .line 175
            new com.sun.webkit.graphics.WCRectangle
            dup
            aload 1 /* b */
            invokevirtual com.sun.javafx.geom.RectBounds.getMinX:()F
            aload 1 /* b */
            invokevirtual com.sun.javafx.geom.RectBounds.getMinY:()F
            aload 1 /* b */
            invokevirtual com.sun.javafx.geom.RectBounds.getWidth:()F
            aload 1 /* b */
            invokevirtual com.sun.javafx.geom.RectBounds.getHeight:()F
            invokespecial com.sun.webkit.graphics.WCRectangle.<init>:(FFFF)V
            areturn
        end local 1 // com.sun.javafx.geom.RectBounds b
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            1    2     1     b  Lcom/sun/javafx/geom/RectBounds;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 179
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 180
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).clear()"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         3: .line 183
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.reset:()V
         4: .line 184
            return
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;

  public void moveTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
         0: .line 187
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 188
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).moveTo({1},{2})"
         2: .line 189
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 188
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 192
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 1 /* x */
            d2f
            dload 3 /* y */
            d2f
            invokevirtual com.sun.javafx.geom.Path2D.moveTo:(FF)V
         6: .line 193
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    7     1     x  D
            0    7     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public void addLineTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
         0: .line 196
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 197
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addLineTo({1},{2})"
         2: .line 198
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 197
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 200
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 201
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 1 /* x */
            d2f
            dload 3 /* y */
            d2f
            invokevirtual com.sun.javafx.geom.Path2D.lineTo:(FF)V
         6: .line 202
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    7     1     x  D
            0    7     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public void addQuadCurveTo(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=9, args_size=5
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x0
        start local 3 // double y0
        start local 5 // double x1
        start local 7 // double y1
         0: .line 205
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 206
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addQuadCurveTo({1},{2},{3},{4})"
         2: .line 207
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x0 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y0 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* x1 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* y1 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 206
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 210
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 1 /* x0 */
            d2f
            dload 3 /* y0 */
            d2f
            dload 5 /* x1 */
            d2f
            dload 7 /* y1 */
            d2f
            invokevirtual com.sun.javafx.geom.Path2D.quadTo:(FFFF)V
         6: .line 211
            return
        end local 7 // double y1
        end local 5 // double x1
        end local 3 // double y0
        end local 1 // double x0
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    7     1    x0  D
            0    7     3    y0  D
            0    7     5    x1  D
            0    7     7    y1  D
    MethodParameters:
      Name  Flags
      x0    
      y0    
      x1    
      y1    

  public void addBezierCurveTo(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=13, args_size=7
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x0
        start local 3 // double y0
        start local 5 // double x1
        start local 7 // double y1
        start local 9 // double x2
        start local 11 // double y2
         0: .line 215
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 216
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addBezierCurveTo({1},{2},{3},{4},{5},{6})"
         2: .line 217
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x0 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y0 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* x1 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* y1 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_5
            dload 9 /* x2 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            bipush 6
            dload 11 /* y2 */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 216
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 219
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 220
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 1 /* x0 */
            d2f
            dload 3 /* y0 */
            d2f
            dload 5 /* x1 */
            d2f
            dload 7 /* y1 */
            d2f
         6: .line 221
            dload 9 /* x2 */
            d2f
            dload 11 /* y2 */
            d2f
         7: .line 220
            invokevirtual com.sun.javafx.geom.Path2D.curveTo:(FFFFFF)V
         8: .line 222
            return
        end local 11 // double y2
        end local 9 // double x2
        end local 7 // double y1
        end local 5 // double x1
        end local 3 // double y0
        end local 1 // double x0
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    9     1    x0  D
            0    9     3    y0  D
            0    9     5    x1  D
            0    9     7    y1  D
            0    9     9    x2  D
            0    9    11    y2  D
    MethodParameters:
      Name  Flags
      x0    
      y0    
      x1    
      y1    
      x2    
      y2    

  public void addPath(com.sun.webkit.graphics.WCPath);
    descriptor: (Lcom/sun/webkit/graphics/WCPath;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // com.sun.webkit.graphics.WCPath p
         0: .line 225
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 226
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addPath({1})"
         2: .line 227
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            aload 1 /* p */
            invokevirtual com.sun.webkit.graphics.WCPath.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
         3: .line 226
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
            ifne 5
            aload 1 /* p */
            checkcast com.sun.javafx.webkit.prism.WCPathImpl
            getfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
            ifne 5
            iconst_0
            goto 6
      StackMap locals:
      StackMap stack: com.sun.javafx.webkit.prism.WCPathImpl
         5: iconst_1
      StackMap locals: com.sun.javafx.webkit.prism.WCPathImpl com.sun.webkit.graphics.WCPath
      StackMap stack: com.sun.javafx.webkit.prism.WCPathImpl int
         6: putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         7: .line 230
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            aload 1 /* p */
            checkcast com.sun.javafx.webkit.prism.WCPathImpl
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            iconst_0
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
         8: .line 231
            return
        end local 1 // com.sun.webkit.graphics.WCPath p
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    9     1     p  Lcom/sun/webkit/graphics/WCPath;
    MethodParameters:
      Name  Flags
      p     

  public void closeSubpath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 234
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 2
         1: .line 235
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).closeSubpath()"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.closePath:()V
         3: .line 238
            return
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;

  public boolean hasCurrentPoint();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 241
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
            ireturn
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 245
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            aconst_null
            invokevirtual com.sun.javafx.geom.Path2D.getPathIterator:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/PathIterator;
            astore 1 /* pi */
        start local 1 // com.sun.javafx.geom.PathIterator pi
         1: .line 246
            bipush 6
            newarray 6
            astore 2 /* coords */
        start local 2 // float[] coords
         2: .line 247
            goto 6
         3: .line 248
      StackMap locals: com.sun.javafx.geom.PathIterator float[]
      StackMap stack:
            aload 1 /* pi */
            aload 2 /* coords */
            invokeinterface com.sun.javafx.geom.PathIterator.currentSegment:([F)I
            tableswitch { // 1 - 3
                    1: 4
                    2: 4
                    3: 4
              default: 5
          }
         4: .line 252
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 254
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.next:()V
         6: .line 247
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.isDone:()Z
            ifeq 3
         7: .line 256
            iconst_1
            ireturn
        end local 2 // float[] coords
        end local 1 // com.sun.javafx.geom.PathIterator pi
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            1    8     1      pi  Lcom/sun/javafx/geom/PathIterator;
            2    8     2  coords  [F

  public int getWindingRule();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 260
            iconst_1
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.javafx.geom.Path2D.getWindingRule:()I
            isub
            ireturn
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;

  public void setWindingRule(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // int rule
         0: .line 264
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            iconst_1
            iload 1 /* rule */
            isub
            invokevirtual com.sun.javafx.geom.Path2D.setWindingRule:(I)V
         1: .line 265
            return
        end local 1 // int rule
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    2     1  rule  I
    MethodParameters:
      Name  Flags
      rule  

  public com.sun.javafx.geom.Path2D getPlatformPath();
    descriptor: ()Lcom/sun/javafx/geom/Path2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 268
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 27
         1: .line 269
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).getPath() BEGIN====="
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         2: .line 270
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            aconst_null
            invokevirtual com.sun.javafx.geom.Path2D.getPathIterator:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/PathIterator;
            astore 1 /* pi */
        start local 1 // com.sun.javafx.geom.PathIterator pi
         3: .line 271
            bipush 6
            newarray 6
            astore 2 /* coords */
        start local 2 // float[] coords
         4: .line 272
            goto 25
         5: .line 273
      StackMap locals: com.sun.javafx.geom.PathIterator float[]
      StackMap stack:
            aload 1 /* pi */
            aload 2 /* coords */
            invokeinterface com.sun.javafx.geom.PathIterator.currentSegment:([F)I
            tableswitch { // 0 - 4
                    0: 6
                    1: 10
                    2: 14
                    3: 18
                    4: 23
              default: 24
          }
         6: .line 275
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_MOVETO ({0},{1})"
         7: .line 276
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* coords */
            iconst_0
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_1
            aload 2 /* coords */
            iconst_1
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
         8: .line 275
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 277
            goto 24
        10: .line 279
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_LINETO ({0},{1})"
        11: .line 280
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* coords */
            iconst_0
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_1
            aload 2 /* coords */
            iconst_1
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
        12: .line 279
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 281
            goto 24
        14: .line 283
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_QUADTO ({0},{1},{2},{3})"
        15: .line 284
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* coords */
            iconst_0
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_1
            aload 2 /* coords */
            iconst_1
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_2
            aload 2 /* coords */
            iconst_2
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_3
            aload 2 /* coords */
            iconst_3
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
        16: .line 283
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 285
            goto 24
        18: .line 287
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_CUBICTO ({0},{1},{2},{3},{4},{5})"
        19: .line 288
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 2 /* coords */
            iconst_0
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_1
            aload 2 /* coords */
            iconst_1
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_2
            aload 2 /* coords */
            iconst_2
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_3
            aload 2 /* coords */
            iconst_3
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_4
        20: .line 289
            aload 2 /* coords */
            iconst_4
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_5
            aload 2 /* coords */
            iconst_5
            faload
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
        21: .line 287
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        22: .line 290
            goto 24
        23: .line 292
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_CLOSE"
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;)V
        24: .line 295
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.next:()V
        25: .line 272
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.isDone:()Z
            ifeq 5
        26: .line 297
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "========getPath() END====="
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;)V
        end local 2 // float[] coords
        end local 1 // com.sun.javafx.geom.PathIterator pi
        27: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            areturn
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            3   27     1      pi  Lcom/sun/javafx/geom/PathIterator;
            4   27     2  coords  [F

  public com.sun.webkit.graphics.WCPathIterator getPathIterator();
    descriptor: ()Lcom/sun/webkit/graphics/WCPathIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
         0: .line 303
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            aconst_null
            invokevirtual com.sun.javafx.geom.Path2D.getPathIterator:(Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/javafx/geom/PathIterator;
            astore 1 /* pi */
        start local 1 // com.sun.javafx.geom.PathIterator pi
         1: .line 304
            new com.sun.javafx.webkit.prism.WCPathImpl$1
            dup
            aload 0 /* this */
            aload 1 /* pi */
            invokespecial com.sun.javafx.webkit.prism.WCPathImpl$1.<init>:(Lcom/sun/javafx/webkit/prism/WCPathImpl;Lcom/sun/javafx/geom/PathIterator;)V
            areturn
        end local 1 // com.sun.javafx.geom.PathIterator pi
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            1    2     1    pi  Lcom/sun/javafx/geom/PathIterator;

  public void translate(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
         0: .line 330
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 331
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).translate({1}, {2})"
         2: .line 332
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* x */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* y */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 331
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 1 /* x */
            dload 3 /* y */
            invokestatic com.sun.javafx.geom.transform.BaseTransform.getTranslateInstance:(DD)Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.Path2D.transform:(Lcom/sun/javafx/geom/transform/BaseTransform;)V
         5: .line 335
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    6     1     x  D
            0    6     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public void transform(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=13, args_size=7
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double mxx
        start local 3 // double myx
        start local 5 // double mxy
        start local 7 // double myy
        start local 9 // double mxt
        start local 11 // double myt
         0: .line 341
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            getstatic com.sun.javafx.logging.PlatformLogger$Level.FINE:Lcom/sun/javafx/logging/PlatformLogger$Level;
            invokevirtual com.sun.javafx.logging.PlatformLogger.isLoggable:(Lcom/sun/javafx/logging/PlatformLogger$Level;)Z
            ifeq 4
         1: .line 342
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).transform({1},{2},{3},{4},{5},{6})"
         2: .line 343
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getID:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_1
            dload 1 /* mxx */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_2
            dload 3 /* myx */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_3
            dload 5 /* mxy */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* myy */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_5
            dload 9 /* mxt */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            bipush 6
            dload 11 /* myt */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
         3: .line 342
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            dload 1 /* mxx */
            dload 3 /* myx */
            dload 5 /* mxy */
            dload 7 /* myy */
            dload 9 /* mxt */
            dload 11 /* myt */
            invokestatic com.sun.javafx.geom.transform.BaseTransform.getInstance:(DDDDDD)Lcom/sun/javafx/geom/transform/BaseTransform;
            invokevirtual com.sun.javafx.geom.Path2D.transform:(Lcom/sun/javafx/geom/transform/BaseTransform;)V
         5: .line 346
            return
        end local 11 // double myt
        end local 9 // double mxt
        end local 7 // double myy
        end local 5 // double mxy
        end local 3 // double myx
        end local 1 // double mxx
        end local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0    6     1   mxx  D
            0    6     3   myx  D
            0    6     5   mxy  D
            0    6     7   myy  D
            0    6     9   mxt  D
            0    6    11   myt  D
    MethodParameters:
      Name  Flags
      mxx   
      myx   
      mxy   
      myy   
      mxt   
      myt   

  public java.lang.Object getPlatformPath();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.sun.javafx.webkit.prism.WCPathImpl.getPlatformPath:()Lcom/sun/javafx/geom/Path2D;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/sun/webkit/graphics/WCPath<Lcom/sun/javafx/geom/Path2D;>;
SourceFile: "WCPathImpl.java"
NestMembers:
  com.sun.javafx.webkit.prism.WCPathImpl$1
InnerClasses:
  public final Level = com.sun.javafx.logging.PlatformLogger$Level of com.sun.javafx.logging.PlatformLogger
  com.sun.javafx.webkit.prism.WCPathImpl$1