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 49
            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 48
            putstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
         2: .line 49
            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 51
            aload 0 /* this */
            invokespecial com.sun.webkit.graphics.WCPath.<init>:()V
         1: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         2: .line 52
            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 53
            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 55
      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 56
            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 58
            aload 0 /* this */
            invokespecial com.sun.webkit.graphics.WCPath.<init>:()V
         1: .line 46
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         2: .line 59
            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 60
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "Create WCPathImpl({0}) from WCPathImpl({1})"
         4: .line 61
            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 60
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 63
      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 64
            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 65
            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 68
            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 69
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addRect({1},{2},{3},{4})"
         2: .line 70
            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 69
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 73
            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 74
            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 73
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
         8: .line 75
            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 79
            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 80
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addEllipse({1},{2},{3},{4})"
         2: .line 81
            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 80
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 84
            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 85
            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 89
            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 90
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addArcTo({1},{2},{3},{4})"
         2: .line 91
            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 90
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 94
      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 95
            aload 11 /* arc */
         6: .line 96
            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 97
            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 98
            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 99
            dload 9 /* r */
            d2f
        10: .line 95
            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 101
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
        12: .line 102
            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 103
            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 110
            dload 7 /* sa */
            d2f
            fstore 12 /* startAngle */
        start local 12 // float startAngle
         1: .line 111
            dload 9 /* ea */
            d2f
            fstore 13 /* endAngle */
        start local 13 // float endAngle
         2: .line 113
            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 114
            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 115
            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 114
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 118
      StackMap locals: float float
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         7: .line 120
            fload 13 /* endAngle */
            fstore 14 /* newEndAngle */
        start local 14 // float newEndAngle
         8: .line 149
            iload 11 /* aclockwise */
            ifne 11
            fload 12 /* startAngle */
            fload 13 /* endAngle */
            fcmpl
            ifle 11
         9: .line 150
            fload 12 /* startAngle */
            ldc 6.2831855
            fload 12 /* startAngle */
            fload 13 /* endAngle */
            fsub
            ldc 6.2831855
            frem
            fsub
            fadd
            fstore 14 /* newEndAngle */
        10: .line 151
            goto 13
      StackMap locals: float
      StackMap stack:
        11: iload 11 /* aclockwise */
            ifeq 13
            fload 12 /* startAngle */
            fload 13 /* endAngle */
            fcmpg
            ifge 13
        12: .line 152
            fload 12 /* startAngle */
            ldc 6.2831855
            fload 13 /* endAngle */
            fload 12 /* startAngle */
            fsub
            ldc 6.2831855
            frem
            fsub
            fsub
            fstore 14 /* newEndAngle */
        13: .line 155
      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 156
            ldc 2.0
            dload 5 /* r */
            dmul
            d2f
            ldc 2.0
            dload 5 /* r */
            dmul
            d2f
        15: .line 157
            fload 12 /* startAngle */
            fneg
            f2d
            invokestatic java.lang.Math.toDegrees:(D)D
            d2f
        16: .line 158
            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 155
            invokevirtual com.sun.javafx.geom.Path2D.append:(Lcom/sun/javafx/geom/Shape;Z)V
        18: .line 159
            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 162
            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 163
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).contains({1},{2},{3})"
         2: .line 164
            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 163
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 166
      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 167
            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 168
            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 169
            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 171
            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 176
            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 177
            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 181
            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 182
            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 184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         3: .line 185
            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 186
            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 189
            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 190
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).moveTo({1},{2})"
         2: .line 191
            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 190
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 194
            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 195
            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 198
            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 199
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addLineTo({1},{2})"
         2: .line 200
            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 199
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 203
            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 204
            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 207
            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 208
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addQuadCurveTo({1},{2},{3},{4})"
         2: .line 209
            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 208
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 212
            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 213
            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 217
            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 218
            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 219
            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 218
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.webkit.prism.WCPathImpl.hasCP:Z
         5: .line 222
            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 223
            dload 9 /* x2 */
            d2f
            dload 11 /* y2 */
            d2f
         7: .line 222
            invokevirtual com.sun.javafx.geom.Path2D.curveTo:(FFFFFF)V
         8: .line 224
            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 227
            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 228
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).addPath({1})"
         2: .line 229
            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 228
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 231
      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 232
            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 233
            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 236
            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 237
            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 239
      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 240
            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 243
            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 247
            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 248
            bipush 6
            newarray 6
            astore 2 /* coords */
        start local 2 // float[] coords
         2: .line 249
            goto 6
         3: .line 250
      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 254
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         5: .line 256
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.next:()V
         6: .line 249
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.isDone:()Z
            ifeq 3
         7: .line 258
            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 262
            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 266
            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 267
            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 270
            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 271
            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 272
            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 273
            bipush 6
            newarray 6
            astore 2 /* coords */
        start local 2 // float[] coords
         4: .line 274
            goto 25
         5: .line 275
      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 277
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_MOVETO ({0},{1})"
         7: .line 278
            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 277
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         9: .line 279
            goto 24
        10: .line 281
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "SEG_LINETO ({0},{1})"
        11: .line 282
            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 281
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        13: .line 283
            goto 24
        14: .line 285
      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 286
            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 285
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 287
            goto 24
        18: .line 289
      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 290
            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 291
            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 289
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        22: .line 292
            goto 24
        23: .line 294
      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 297
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.next:()V
        25: .line 274
      StackMap locals:
      StackMap stack:
            aload 1 /* pi */
            invokeinterface com.sun.javafx.geom.PathIterator.isDone:()Z
            ifeq 5
        26: .line 299
            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 301
      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 305
            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 306
            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 332
            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 333
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
            ldc "WCPathImpl({0}).translate({1}, {2})"
         2: .line 334
            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 333
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 336
      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 337
            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 343
            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 344
            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 345
            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 344
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
         4: .line 347
      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 348
            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 boolean strokeContains(double, double, double, double, int, int, double, double[]);
    descriptor: (DDDDIID[D)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=16, args_size=9
        start local 0 // com.sun.javafx.webkit.prism.WCPathImpl this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double thickness
        start local 7 // double miterLimit
        start local 9 // int cap
        start local 10 // int join
        start local 11 // double dashOffset
        start local 13 // double[] dashArray
         0: .line 356
            new com.sun.prism.BasicStroke
            dup
         1: .line 357
            dload 5 /* thickness */
            d2f
            iload 9 /* cap */
            iload 10 /* join */
            dload 7 /* miterLimit */
            d2f
         2: .line 356
            invokespecial com.sun.prism.BasicStroke.<init>:(FIIF)V
            astore 14 /* stroke */
        start local 14 // com.sun.prism.BasicStroke stroke
         3: .line 359
            aload 13 /* dashArray */
            arraylength
            ifle 5
         4: .line 360
            aload 14 /* stroke */
            aload 13 /* dashArray */
            dload 11 /* dashOffset */
            d2f
            invokevirtual com.sun.prism.BasicStroke.set:([DF)V
         5: .line 363
      StackMap locals: com.sun.prism.BasicStroke
      StackMap stack:
            aload 14 /* stroke */
         6: .line 364
            aload 0 /* this */
            getfield com.sun.javafx.webkit.prism.WCPathImpl.path:Lcom/sun/javafx/geom/Path2D;
            invokevirtual com.sun.prism.BasicStroke.createCenteredStrokedShape:(Lcom/sun/javafx/geom/Shape;)Lcom/sun/javafx/geom/Shape;
         7: .line 365
            dload 1 /* x */
            d2f
            dload 3 /* y */
            d2f
            invokevirtual com.sun.javafx.geom.Shape.contains:(FF)Z
         8: .line 363
            istore 15 /* result */
        start local 15 // boolean result
         9: .line 367
            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 15
        10: .line 368
            getstatic com.sun.javafx.webkit.prism.WCPathImpl.log:Lcom/sun/javafx/logging/PlatformLogger;
        11: .line 369
            ldc "WCPathImpl({0}).strokeContains({1},{2},{3},{4},{5},{6},{7},{8}) = {9}"
        12: .line 370
            bipush 10
            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 /* thickness */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_4
            dload 7 /* miterLimit */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_5
            iload 9 /* cap */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 6
            iload 10 /* join */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            bipush 7
        13: .line 371
            dload 11 /* dashOffset */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            bipush 8
            aload 13 /* dashArray */
            invokestatic java.util.Arrays.toString:([D)Ljava/lang/String;
            aastore
            dup
            bipush 9
            iload 15 /* result */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            aastore
        14: .line 368
            invokevirtual com.sun.javafx.logging.PlatformLogger.fine:(Ljava/lang/String;[Ljava/lang/Object;)V
        15: .line 374
      StackMap locals: int
      StackMap stack:
            iload 15 /* result */
            ireturn
        end local 15 // boolean result
        end local 14 // com.sun.prism.BasicStroke stroke
        end local 13 // double[] dashArray
        end local 11 // double dashOffset
        end local 10 // int join
        end local 9 // int cap
        end local 7 // double miterLimit
        end local 5 // double thickness
        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   16     0        this  Lcom/sun/javafx/webkit/prism/WCPathImpl;
            0   16     1           x  D
            0   16     3           y  D
            0   16     5   thickness  D
            0   16     7  miterLimit  D
            0   16     9         cap  I
            0   16    10        join  I
            0   16    11  dashOffset  D
            0   16    13   dashArray  [D
            3   16    14      stroke  Lcom/sun/prism/BasicStroke;
            9   16    15      result  Z
    MethodParameters:
            Name  Flags
      x           
      y           
      thickness   
      miterLimit  
      cap         
      join        
      dashOffset  
      dashArray   

  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