final class sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.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 sun.java2d.marlin.DCurve curve;
    descriptor: Lsun/java2d/marlin/DCurve;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer curve(double, double, double, double, double, double, double, double);
    descriptor: (DDDDDDDD)Lsun/java2d/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
    flags: (0x0000) 
    Code:
      stack=8, locals=26, args_size=9
        start local 0 // sun.java2d.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 1106
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.middle:[D
            astore 17 /* mid */
        start local 17 // double[] mid
         1: .line 1107
            aload 17 /* mid */
            iconst_0
            dload 1 /* x0 */
            dastore
            aload 17 /* mid */
            iconst_1
            dload 3 /* y0 */
            dastore
         2: .line 1108
            aload 17 /* mid */
            iconst_2
            dload 5 /* x1 */
            dastore
            aload 17 /* mid */
            iconst_3
            dload 7 /* y1 */
            dastore
         3: .line 1109
            aload 17 /* mid */
            iconst_4
            dload 9 /* x2 */
            dastore
            aload 17 /* mid */
            iconst_5
            dload 11 /* y2 */
            dastore
         4: .line 1110
            aload 17 /* mid */
            bipush 6
            dload 13 /* x3 */
            dastore
            aload 17 /* mid */
            bipush 7
            dload 15 /* y3 */
            dastore
         5: .line 1112
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.subdivTs:[D
            astore 18 /* subTs */
        start local 18 // double[] subTs
         6: .line 1113
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.curve:Lsun/java2d/marlin/DCurve;
            aload 17 /* mid */
            aload 18 /* subTs */
            bipush 8
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.lw2:D
            invokestatic sun.java2d.marlin.DHelpers.findSubdivPoints:(Lsun/java2d/marlin/DCurve;[D[DID)I
            istore 19 /* nSplits */
        start local 19 // int nSplits
         7: .line 1115
            dconst_0
            dstore 20 /* prevT */
        start local 20 // double prevT
         8: .line 1116
            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 1117
      StackMap locals: sun.java2d.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 1119
            dload 24 /* t */
            dload 20 /* prevT */
            dsub
            dconst_1
            dload 20 /* prevT */
            dsub
            ddiv
        13: .line 1120
            aload 17 /* mid */
            iload 23 /* off */
            aload 17 /* mid */
            iload 23 /* off */
            iload 23 /* off */
            bipush 6
            iadd
        14: .line 1119
            invokestatic sun.java2d.marlin.DHelpers.subdivideCubicAt:(D[DI[DII)V
        15: .line 1121
            dload 24 /* t */
            dstore 20 /* prevT */
        end local 24 // double t
        16: .line 1116
            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 1124
            aload 0 /* this */
            iload 19 /* nSplits */
            putfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.nbSplits:I
        19: .line 1125
            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 // sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   20     0     this  Lsun/java2d/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

  sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer quad(double, double, double, double, double, double);
    descriptor: (DDDDDD)Lsun/java2d/marlin/DTransformingPathConsumer2D$CurveBasicMonotonizer;
    flags: (0x0000) 
    Code:
      stack=8, locals=22, args_size=7
        start local 0 // sun.java2d.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 1132
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.middle:[D
            astore 13 /* mid */
        start local 13 // double[] mid
         1: .line 1133
            aload 13 /* mid */
            iconst_0
            dload 1 /* x0 */
            dastore
            aload 13 /* mid */
            iconst_1
            dload 3 /* y0 */
            dastore
         2: .line 1134
            aload 13 /* mid */
            iconst_2
            dload 5 /* x1 */
            dastore
            aload 13 /* mid */
            iconst_3
            dload 7 /* y1 */
            dastore
         3: .line 1135
            aload 13 /* mid */
            iconst_4
            dload 9 /* x2 */
            dastore
            aload 13 /* mid */
            iconst_5
            dload 11 /* y2 */
            dastore
         4: .line 1137
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.subdivTs:[D
            astore 14 /* subTs */
        start local 14 // double[] subTs
         5: .line 1138
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.curve:Lsun/java2d/marlin/DCurve;
            aload 13 /* mid */
            aload 14 /* subTs */
            bipush 6
            aload 0 /* this */
            getfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.lw2:D
            invokestatic sun.java2d.marlin.DHelpers.findSubdivPoints:(Lsun/java2d/marlin/DCurve;[D[DID)I
            istore 15 /* nSplits */
        start local 15 // int nSplits
         6: .line 1140
            dconst_0
            dstore 16 /* prevt */
        start local 16 // double prevt
         7: .line 1141
            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 1142
      StackMap locals: sun.java2d.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 1143
            dload 20 /* t */
            dload 16 /* prevt */
            dsub
            dconst_1
            dload 16 /* prevt */
            dsub
            ddiv
        12: .line 1144
            aload 13 /* mid */
            iload 19 /* off */
            aload 13 /* mid */
            iload 19 /* off */
            iload 19 /* off */
            iconst_4
            iadd
        13: .line 1143
            invokestatic sun.java2d.marlin.DHelpers.subdivideQuadAt:(D[DI[DII)V
        14: .line 1145
            dload 20 /* t */
            dstore 16 /* prevt */
        end local 20 // double t
        15: .line 1141
            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 1148
            aload 0 /* this */
            iload 15 /* nSplits */
            putfield sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer.nbSplits:I
        18: .line 1149
            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 // sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   19     0     this  Lsun/java2d/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: sun.java2d.marlin.DTransformingPathConsumer2D
InnerClasses:
  final CurveBasicMonotonizer = sun.java2d.marlin.DTransformingPathConsumer2D$CurveBasicMonotonizer of sun.java2d.marlin.DTransformingPathConsumer2D