public final class com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer
  super_class: java.lang.Object
{
  private static final int MAX_N_CURVES;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

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

  int nbSplits;
    descriptor: I
    flags: (0x0000) 

  final double[] middle;
    descriptor: [D
    flags: (0x0010) ACC_FINAL

  private final double[] subdivTs;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.marlin.DCurve curve;
    descriptor: Lcom/sun/marlin/DCurve;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.sun.marlin.DRendererContext);
    descriptor: (Lcom/sun/marlin/DRendererContext;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
        start local 1 // com.sun.marlin.DRendererContext rdrCtx
         0: .line 1058
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1051
            aload 0 /* this */
            bipush 68
            newarray 7
            putfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.middle:[D
         2: .line 1053
            aload 0 /* this */
            bipush 10
            newarray 7
            putfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.subdivTs:[D
         3: .line 1059
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.curve:Lcom/sun/marlin/DCurve;
            putfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.curve:Lcom/sun/marlin/DCurve;
         4: .line 1060
            return
        end local 1 // com.sun.marlin.DRendererContext rdrCtx
        end local 0 // com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
            0    5     1  rdrCtx  Lcom/sun/marlin/DRendererContext;
    MethodParameters:
        Name  Flags
      rdrCtx  final

  public void init(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
        start local 1 // double lineWidth
         0: .line 1063
            aload 0 /* this */
            dload 1 /* lineWidth */
            dload 1 /* lineWidth */
            dmul
            ldc 4.0
            ddiv
            putfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.lw2:D
         1: .line 1064
            return
        end local 1 // double lineWidth
        end local 0 // com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
            0    2     1  lineWidth  D
    MethodParameters:
           Name  Flags
      lineWidth  final

  com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer curve(double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDD)Lcom/sun/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
    flags: (0x0000) 
    Code:
      stack=8, locals=26, args_size=9
        start local 0 // com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer 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
        start local 13 // double x3
        start local 15 // double y3
         0: .line 1071
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.middle:[D
            astore 17 /* mid */
        start local 17 // double[] mid
         1: .line 1072
            aload 17 /* mid */
            iconst_0
            dload 1 /* x0 */
            dastore
            aload 17 /* mid */
            iconst_1
            dload 3 /* y0 */
            dastore
         2: .line 1073
            aload 17 /* mid */
            iconst_2
            dload 5 /* x1 */
            dastore
            aload 17 /* mid */
            iconst_3
            dload 7 /* y1 */
            dastore
         3: .line 1074
            aload 17 /* mid */
            iconst_4
            dload 9 /* x2 */
            dastore
            aload 17 /* mid */
            iconst_5
            dload 11 /* y2 */
            dastore
         4: .line 1075
            aload 17 /* mid */
            bipush 6
            dload 13 /* x3 */
            dastore
            aload 17 /* mid */
            bipush 7
            dload 15 /* y3 */
            dastore
         5: .line 1077
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.subdivTs:[D
            astore 18 /* subTs */
        start local 18 // double[] subTs
         6: .line 1078
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.curve:Lcom/sun/marlin/DCurve;
            aload 17 /* mid */
            aload 18 /* subTs */
            bipush 8
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.lw2:D
            invokestatic com.sun.marlin.DHelpers.findSubdivPoints:(Lcom/sun/marlin/DCurve;[D[DID)I
            istore 19 /* nSplits */
        start local 19 // int nSplits
         7: .line 1080
            dconst_0
            dstore 20 /* prevT */
        start local 20 // double prevT
         8: .line 1081
            iconst_0
            istore 22 /* i */
        start local 22 // int i
         9: iconst_0
            istore 23 /* off */
        start local 23 // int off
        10: goto 17
        11: .line 1082
      StackMap locals: com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer double double double double double double double double double[] double[] int double int int
      StackMap stack:
            aload 18 /* subTs */
            iload 22 /* i */
            daload
            dstore 24 /* t */
        start local 24 // double t
        12: .line 1084
            dload 24 /* t */
            dload 20 /* prevT */
            dsub
            dconst_1
            dload 20 /* prevT */
            dsub
            ddiv
        13: .line 1085
            aload 17 /* mid */
            iload 23 /* off */
            aload 17 /* mid */
            iload 23 /* off */
            iload 23 /* off */
            bipush 6
            iadd
        14: .line 1084
            invokestatic com.sun.marlin.DHelpers.subdivideCubicAt:(D[DI[DII)V
        15: .line 1086
            dload 24 /* t */
            dstore 20 /* prevT */
        end local 24 // double t
        16: .line 1081
            iinc 22 /* i */ 1
            iinc 23 /* off */ 6
      StackMap locals:
      StackMap stack:
        17: iload 22 /* i */
            iload 19 /* nSplits */
            if_icmplt 11
        end local 23 // int off
        end local 22 // int i
        18: .line 1089
            aload 0 /* this */
            iload 19 /* nSplits */
            putfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.nbSplits:I
        19: .line 1090
            aload 0 /* this */
            areturn
        end local 20 // double prevT
        end local 19 // int nSplits
        end local 18 // double[] subTs
        end local 17 // double[] mid
        end local 15 // double y3
        end local 13 // double x3
        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.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lcom/sun/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
            0   20     1       x0  D
            0   20     3       y0  D
            0   20     5       x1  D
            0   20     7       y1  D
            0   20     9       x2  D
            0   20    11       y2  D
            0   20    13       x3  D
            0   20    15       y3  D
            1   20    17      mid  [D
            6   20    18    subTs  [D
            7   20    19  nSplits  I
            8   20    20    prevT  D
            9   18    22        i  I
           10   18    23      off  I
           12   16    24        t  D
    MethodParameters:
      Name  Flags
      x0    final
      y0    final
      x1    final
      y1    final
      x2    final
      y2    final
      x3    final
      y3    final

  com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer quad(double, double, double, double, double, double);
    descriptor: (DDDDDD)Lcom/sun/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
    flags: (0x0000) 
    Code:
      stack=8, locals=22, args_size=7
        start local 0 // com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer 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 1097
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.middle:[D
            astore 13 /* mid */
        start local 13 // double[] mid
         1: .line 1098
            aload 13 /* mid */
            iconst_0
            dload 1 /* x0 */
            dastore
            aload 13 /* mid */
            iconst_1
            dload 3 /* y0 */
            dastore
         2: .line 1099
            aload 13 /* mid */
            iconst_2
            dload 5 /* x1 */
            dastore
            aload 13 /* mid */
            iconst_3
            dload 7 /* y1 */
            dastore
         3: .line 1100
            aload 13 /* mid */
            iconst_4
            dload 9 /* x2 */
            dastore
            aload 13 /* mid */
            iconst_5
            dload 11 /* y2 */
            dastore
         4: .line 1102
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.subdivTs:[D
            astore 14 /* subTs */
        start local 14 // double[] subTs
         5: .line 1103
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.curve:Lcom/sun/marlin/DCurve;
            aload 13 /* mid */
            aload 14 /* subTs */
            bipush 6
            aload 0 /* this */
            getfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.lw2:D
            invokestatic com.sun.marlin.DHelpers.findSubdivPoints:(Lcom/sun/marlin/DCurve;[D[DID)I
            istore 15 /* nSplits */
        start local 15 // int nSplits
         6: .line 1105
            dconst_0
            dstore 16 /* prevt */
        start local 16 // double prevt
         7: .line 1106
            iconst_0
            istore 18 /* i */
        start local 18 // int i
         8: iconst_0
            istore 19 /* off */
        start local 19 // int off
         9: goto 16
        10: .line 1107
      StackMap locals: com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer double double double double double double double[] double[] int double int int
      StackMap stack:
            aload 14 /* subTs */
            iload 18 /* i */
            daload
            dstore 20 /* t */
        start local 20 // double t
        11: .line 1108
            dload 20 /* t */
            dload 16 /* prevt */
            dsub
            dconst_1
            dload 16 /* prevt */
            dsub
            ddiv
        12: .line 1109
            aload 13 /* mid */
            iload 19 /* off */
            aload 13 /* mid */
            iload 19 /* off */
            iload 19 /* off */
            iconst_4
            iadd
        13: .line 1108
            invokestatic com.sun.marlin.DHelpers.subdivideQuadAt:(D[DI[DII)V
        14: .line 1110
            dload 20 /* t */
            dstore 16 /* prevt */
        end local 20 // double t
        15: .line 1106
            iinc 18 /* i */ 1
            iinc 19 /* off */ 4
      StackMap locals:
      StackMap stack:
        16: iload 18 /* i */
            iload 15 /* nSplits */
            if_icmplt 10
        end local 19 // int off
        end local 18 // int i
        17: .line 1113
            aload 0 /* this */
            iload 15 /* nSplits */
            putfield com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.nbSplits:I
        18: .line 1114
            aload 0 /* this */
            areturn
        end local 16 // double prevt
        end local 15 // int nSplits
        end local 14 // double[] subTs
        end local 13 // double[] mid
        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.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lcom/sun/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
            0   19     1       x0  D
            0   19     3       y0  D
            0   19     5       x1  D
            0   19     7       y1  D
            0   19     9       x2  D
            0   19    11       y2  D
            1   19    13      mid  [D
            5   19    14    subTs  [D
            6   19    15  nSplits  I
            7   19    16    prevt  D
            8   17    18        i  I
            9   17    19      off  I
           11   15    20        t  D
    MethodParameters:
      Name  Flags
      x0    final
      y0    final
      x1    final
      y1    final
      x2    final
      y2    final
}
SourceFile: "DTransformingPathConsumer2D.java"
NestHost: com.sun.marlin.DTransformingPathConsumer2D
InnerClasses:
  public final CurveBasicMonotonizer = com.sun.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer of com.sun.marlin.DTransformingPathConsumer2D