public final class com.sun.marlin.DRenderer implements com.sun.marlin.DMarlinRenderer, com.sun.marlin.MarlinConst
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.marlin.DRenderer
  super_class: java.lang.Object
{
  static final boolean DISABLE_RENDER;
    descriptor: Z
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int ALL_BUT_LSB;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  private static final int ERR_STEP_MAX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  private static final double POWER_2_TO_32;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4.294967296E9

  static final double SUBPIXEL_SCALE_X;
    descriptor: D
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final double SUBPIXEL_SCALE_Y;
    descriptor: D
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int SUBPIXEL_MASK_X;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final int SUBPIXEL_MASK_Y;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

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

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

  public static final long OFF_CURX_OR;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final long OFF_ERROR;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long OFF_BUMP_X;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long OFF_BUMP_ERR;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long OFF_NEXT;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final long OFF_YMAX;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int SIZEOF_EDGE_BYTES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

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

  public static final double SCALE_DY;
    descriptor: D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final double CUB_DEC_BND;
    descriptor: D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final double CUB_INC_BND;
    descriptor: D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int CUB_COUNT_LG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int CUB_COUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int CUB_COUNT_2;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  private static final int CUB_COUNT_3;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

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

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

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

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

  public static final double QUAD_DEC_BND;
    descriptor: D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private int[] crossings;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] aux_crossings;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int edgeCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int[] edgePtrs;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] aux_edgePtrs;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int activeEdgeMaxUsed;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.marlin.IntArrayCache$Reference crossings_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.marlin.IntArrayCache$Reference edgePtrs_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.marlin.IntArrayCache$Reference aux_crossings_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.marlin.IntArrayCache$Reference aux_edgePtrs_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int edgeMinY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int edgeMaxY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

  private int[] edgeBuckets;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int[] edgeBucketCounts;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private int buckets_minY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int buckets_maxY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.marlin.IntArrayCache$Reference edgeBuckets_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.sun.marlin.IntArrayCache$Reference edgeBucketCounts_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  boolean useRLE;
    descriptor: Z
    flags: (0x0000) 

  private int boundsMinX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int boundsMinY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int boundsMaxX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int boundsMaxY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int windingRule;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  final com.sun.marlin.DRendererContext rdrCtx;
    descriptor: Lcom/sun/marlin/DRendererContext;
    flags: (0x0010) ACC_FINAL

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

  private int[] alphaLine;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.marlin.IntArrayCache$Reference alphaLine_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  private int[] blkFlags;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  private final com.sun.marlin.IntArrayCache$Reference blkFlags_ref;
    descriptor: Lcom/sun/marlin/IntArrayCache$Reference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int bbox_spminX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bbox_spmaxX;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bbox_spminY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int bbox_spmaxY;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 41
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            i2d
            putstatic com.sun.marlin.DRenderer.SUBPIXEL_SCALE_X:D
         1: .line 42
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_Y:I
            i2d
            putstatic com.sun.marlin.DRenderer.SUBPIXEL_SCALE_Y:D
         2: .line 43
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            iconst_1
            isub
            putstatic com.sun.marlin.DRenderer.SUBPIXEL_MASK_X:I
         3: .line 44
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_Y:I
            iconst_1
            isub
            putstatic com.sun.marlin.DRenderer.SUBPIXEL_MASK_Y:I
         4: .line 46
            ldc 0.5
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_SCALE_X:D
            ddiv
            putstatic com.sun.marlin.DRenderer.RDR_OFFSET_X:D
         5: .line 47
            ldc 0.5
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_SCALE_Y:D
            ddiv
            putstatic com.sun.marlin.DRenderer.RDR_OFFSET_Y:D
         6: .line 53
            lconst_0
            getstatic com.sun.marlin.OffHeapArray.SIZE_INT:I
            i2l
            ladd
            putstatic com.sun.marlin.DRenderer.OFF_ERROR:J
         7: .line 54
            getstatic com.sun.marlin.DRenderer.OFF_ERROR:J
            getstatic com.sun.marlin.OffHeapArray.SIZE_INT:I
            i2l
            ladd
            putstatic com.sun.marlin.DRenderer.OFF_BUMP_X:J
         8: .line 55
            getstatic com.sun.marlin.DRenderer.OFF_BUMP_X:J
            getstatic com.sun.marlin.OffHeapArray.SIZE_INT:I
            i2l
            ladd
            putstatic com.sun.marlin.DRenderer.OFF_BUMP_ERR:J
         9: .line 56
            getstatic com.sun.marlin.DRenderer.OFF_BUMP_ERR:J
            getstatic com.sun.marlin.OffHeapArray.SIZE_INT:I
            i2l
            ladd
            putstatic com.sun.marlin.DRenderer.OFF_NEXT:J
        10: .line 57
            getstatic com.sun.marlin.DRenderer.OFF_NEXT:J
            getstatic com.sun.marlin.OffHeapArray.SIZE_INT:I
            i2l
            ladd
            putstatic com.sun.marlin.DRenderer.OFF_YMAX:J
        11: .line 60
            getstatic com.sun.marlin.DRenderer.OFF_YMAX:J
            getstatic com.sun.marlin.OffHeapArray.SIZE_INT:I
            i2l
            ladd
            l2i
            putstatic com.sun.marlin.DRenderer.SIZEOF_EDGE_BYTES:I
        12: .line 65
            invokestatic com.sun.marlin.MarlinProperties.getCubicDecD2:()F
            f2d
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            i2d
            ldc 8.0
            ddiv
            dmul
        13: .line 64
            putstatic com.sun.marlin.DRenderer.CUB_DEC_ERR_SUBPIX:D
        14: .line 68
            invokestatic com.sun.marlin.MarlinProperties.getCubicIncD1:()F
            f2d
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            i2d
            ldc 8.0
            ddiv
            dmul
        15: .line 67
            putstatic com.sun.marlin.DRenderer.CUB_INC_ERR_SUBPIX:D
        16: .line 70
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            i2d
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_Y:I
            i2d
            ddiv
            putstatic com.sun.marlin.DRenderer.SCALE_DY:D
        17: .line 79
            ldc 8.0
            getstatic com.sun.marlin.DRenderer.CUB_DEC_ERR_SUBPIX:D
            dmul
        18: .line 78
            putstatic com.sun.marlin.DRenderer.CUB_DEC_BND:D
        19: .line 82
            ldc 8.0
            getstatic com.sun.marlin.DRenderer.CUB_INC_ERR_SUBPIX:D
            dmul
        20: .line 81
            putstatic com.sun.marlin.DRenderer.CUB_INC_BND:D
        21: .line 102
            invokestatic com.sun.marlin.MarlinProperties.getQuadDecD2:()F
            f2d
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            i2d
            ldc 8.0
            ddiv
            dmul
        22: .line 101
            putstatic com.sun.marlin.DRenderer.QUAD_DEC_ERR_SUBPIX:D
        23: .line 111
            ldc 8.0
            getstatic com.sun.marlin.DRenderer.QUAD_DEC_ERR_SUBPIX:D
            dmul
        24: .line 110
            putstatic com.sun.marlin.DRenderer.QUAD_DEC_BND:D
        25: .line 111
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void quadBreakIntoLinesAndAdd(double, double, com.sun.marlin.DCurve, double, double);
    descriptor: (DDLcom/sun/marlin/DCurve;DD)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=32, args_size=6
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double x0
        start local 3 // double y0
        start local 5 // com.sun.marlin.DCurve c
        start local 6 // double x2
        start local 8 // double y2
         0: .line 173
            iconst_1
            istore 10 /* count */
        start local 10 // int count
         1: .line 176
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dbx:D
            invokestatic java.lang.Math.abs:(D)D
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dby:D
            invokestatic java.lang.Math.abs:(D)D
            getstatic com.sun.marlin.DRenderer.SCALE_DY:D
            dmul
            dadd
            dstore 11 /* maxDD */
        start local 11 // double maxDD
         2: .line 178
            getstatic com.sun.marlin.DRenderer.QUAD_DEC_BND:D
            dstore 13 /* _DEC_BND */
        start local 13 // double _DEC_BND
         3: .line 180
            goto 8
         4: .line 182
      StackMap locals: int double double
      StackMap stack:
            dload 11 /* maxDD */
            ldc 4.0
            ddiv
            dstore 11 /* maxDD */
         5: .line 184
            iload 10 /* count */
            iconst_1
            ishl
            istore 10 /* count */
         6: .line 185
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 8
         7: .line 186
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_quadBreak_dec:Lcom/sun/marlin/stats/StatLong;
            iload 10 /* count */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
         8: .line 180
      StackMap locals:
      StackMap stack:
            dload 11 /* maxDD */
            dload 13 /* _DEC_BND */
            dcmpl
            ifge 4
         9: .line 190
            iload 10 /* count */
            istore 15 /* nL */
        start local 15 // int nL
        10: .line 192
            iload 10 /* count */
            iconst_1
            if_icmple 27
        11: .line 193
            dconst_1
            iload 10 /* count */
            i2d
            ddiv
            dstore 16 /* icount */
        start local 16 // double icount
        12: .line 194
            dload 16 /* icount */
            dload 16 /* icount */
            dmul
            dstore 18 /* icount2 */
        start local 18 // double icount2
        13: .line 196
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dbx:D
            dload 18 /* icount2 */
            dmul
            dstore 20 /* ddx */
        start local 20 // double ddx
        14: .line 197
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dby:D
            dload 18 /* icount2 */
            dmul
            dstore 22 /* ddy */
        start local 22 // double ddy
        15: .line 198
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.bx:D
            dload 18 /* icount2 */
            dmul
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.cx:D
            dload 16 /* icount */
            dmul
            dadd
            dstore 24 /* dx */
        start local 24 // double dx
        16: .line 199
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.by:D
            dload 18 /* icount2 */
            dmul
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.cy:D
            dload 16 /* icount */
            dmul
            dadd
            dstore 26 /* dy */
        start local 26 // double dy
        17: .line 202
            dload 1 /* x0 */
            dstore 28 /* x1 */
        start local 28 // double x1
        18: dload 3 /* y0 */
            dstore 30 /* y1 */
        start local 30 // double y1
        19: goto 26
        20: .line 203
      StackMap locals: com.sun.marlin.DRenderer double double com.sun.marlin.DCurve double double int double double int double double double double double double double double
      StackMap stack:
            dload 28 /* x1 */
            dload 24 /* dx */
            dadd
            dstore 28 /* x1 */
        21: .line 204
            dload 30 /* y1 */
            dload 26 /* dy */
            dadd
            dstore 30 /* y1 */
        22: .line 206
            aload 0 /* this */
            dload 1 /* x0 */
            dload 3 /* y0 */
            dload 28 /* x1 */
            dload 30 /* y1 */
            invokevirtual com.sun.marlin.DRenderer.addLine:(DDDD)V
        23: .line 207
            dload 28 /* x1 */
            dstore 1 /* x0 */
        24: .line 208
            dload 30 /* y1 */
            dstore 3 /* y0 */
        25: .line 202
            dload 24 /* dx */
            dload 20 /* ddx */
            dadd
            dstore 24 /* dx */
            dload 26 /* dy */
            dload 22 /* ddy */
            dadd
            dstore 26 /* dy */
      StackMap locals:
      StackMap stack:
        26: iinc 10 /* count */ -1
            iload 10 /* count */
            ifgt 20
        end local 30 // double y1
        end local 28 // double x1
        end local 26 // double dy
        end local 24 // double dx
        end local 22 // double ddy
        end local 20 // double ddx
        end local 18 // double icount2
        end local 16 // double icount
        27: .line 211
      StackMap locals: com.sun.marlin.DRenderer double double com.sun.marlin.DCurve double double int double double int
      StackMap stack:
            aload 0 /* this */
            dload 1 /* x0 */
            dload 3 /* y0 */
            dload 6 /* x2 */
            dload 8 /* y2 */
            invokevirtual com.sun.marlin.DRenderer.addLine:(DDDD)V
        28: .line 213
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 30
        29: .line 214
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_quadBreak:Lcom/sun/marlin/stats/StatLong;
            iload 15 /* nL */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        30: .line 216
      StackMap locals:
      StackMap stack:
            return
        end local 15 // int nL
        end local 13 // double _DEC_BND
        end local 11 // double maxDD
        end local 10 // int count
        end local 8 // double y2
        end local 6 // double x2
        end local 5 // com.sun.marlin.DCurve c
        end local 3 // double y0
        end local 1 // double x0
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   31     0      this  Lcom/sun/marlin/DRenderer;
            0   31     1        x0  D
            0   31     3        y0  D
            0   31     5         c  Lcom/sun/marlin/DCurve;
            0   31     6        x2  D
            0   31     8        y2  D
            1   31    10     count  I
            2   31    11     maxDD  D
            3   31    13  _DEC_BND  D
           10   31    15        nL  I
           12   27    16    icount  D
           13   27    18   icount2  D
           14   27    20       ddx  D
           15   27    22       ddy  D
           16   27    24        dx  D
           17   27    26        dy  D
           18   27    28        x1  D
           19   27    30        y1  D
    MethodParameters:
      Name  Flags
      x0    
      y0    
      c     final
      x2    final
      y2    final

  private void curveBreakIntoLinesAndAdd(double, double, com.sun.marlin.DCurve, double, double);
    descriptor: (DDLcom/sun/marlin/DCurve;DD)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=34, args_size=6
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double x0
        start local 3 // double y0
        start local 5 // com.sun.marlin.DCurve c
        start local 6 // double x3
        start local 8 // double y3
         0: .line 227
            iconst_4
            istore 10 /* count */
        start local 10 // int count
         1: .line 235
            ldc 2.0
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dax:D
            dmul
            ldc 0.015625
            dmul
            dstore 11 /* dddx */
        start local 11 // double dddx
         2: .line 236
            ldc 2.0
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.day:D
            dmul
            ldc 0.015625
            dmul
            dstore 13 /* dddy */
        start local 13 // double dddy
         3: .line 237
            dload 11 /* dddx */
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dbx:D
            ldc 0.0625
            dmul
            dadd
            dstore 15 /* ddx */
        start local 15 // double ddx
         4: .line 238
            dload 13 /* dddy */
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.dby:D
            ldc 0.0625
            dmul
            dadd
            dstore 17 /* ddy */
        start local 17 // double ddy
         5: .line 239
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.ax:D
            ldc 0.015625
            dmul
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.bx:D
            ldc 0.0625
            dmul
            dadd
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.cx:D
            ldc 0.25
            dmul
            dadd
            dstore 19 /* dx */
        start local 19 // double dx
         6: .line 240
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.ay:D
            ldc 0.015625
            dmul
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.by:D
            ldc 0.0625
            dmul
            dadd
            aload 5 /* c */
            getfield com.sun.marlin.DCurve.cy:D
            ldc 0.25
            dmul
            dadd
            dstore 21 /* dy */
        start local 21 // double dy
         7: .line 242
            iconst_0
            istore 23 /* nL */
        start local 23 // int nL
         8: .line 244
            getstatic com.sun.marlin.DRenderer.CUB_DEC_BND:D
            dstore 24 /* _DEC_BND */
        start local 24 // double _DEC_BND
         9: .line 245
            getstatic com.sun.marlin.DRenderer.CUB_INC_BND:D
            dstore 26 /* _INC_BND */
        start local 26 // double _INC_BND
        10: .line 246
            getstatic com.sun.marlin.DRenderer.SCALE_DY:D
            dstore 28 /* _SCALE_DY */
        start local 28 // double _SCALE_DY
        11: .line 249
            dload 1 /* x0 */
            dstore 30 /* x1 */
        start local 30 // double x1
        12: dload 3 /* y0 */
            dstore 32 /* y1 */
        start local 32 // double y1
        13: goto 48
        14: .line 256
      StackMap locals: com.sun.marlin.DRenderer double double com.sun.marlin.DCurve double double int double double double double double double int double double double double double
      StackMap stack:
            ldc 2.0
            dload 19 /* dx */
            dmul
            dload 15 /* ddx */
            dadd
            dstore 19 /* dx */
        15: .line 257
            ldc 2.0
            dload 21 /* dy */
            dmul
            dload 17 /* ddy */
            dadd
            dstore 21 /* dy */
        16: .line 258
            ldc 4.0
            dload 15 /* ddx */
            dload 11 /* dddx */
            dadd
            dmul
            dstore 15 /* ddx */
        17: .line 259
            ldc 4.0
            dload 17 /* ddy */
            dload 13 /* dddy */
            dadd
            dmul
            dstore 17 /* ddy */
        18: .line 260
            dload 11 /* dddx */
            ldc 8.0
            dmul
            dstore 11 /* dddx */
        19: .line 261
            dload 13 /* dddy */
            ldc 8.0
            dmul
            dstore 13 /* dddy */
        20: .line 263
            iload 10 /* count */
            iconst_1
            ishr
            istore 10 /* count */
        21: .line 264
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 23
        22: .line 265
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_curveBreak_inc:Lcom/sun/marlin/stats/StatLong;
            iload 10 /* count */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        23: .line 254
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            iconst_2
            irem
            ifne 36
        24: .line 255
            dload 15 /* ddx */
            invokestatic java.lang.Math.abs:(D)D
            dload 17 /* ddy */
            invokestatic java.lang.Math.abs:(D)D
            dload 28 /* _SCALE_DY */
            dmul
            dadd
            dload 26 /* _INC_BND */
        25: .line 254
            dcmpg
            ifle 14
        26: .line 270
            goto 36
        27: .line 271
      StackMap locals:
      StackMap stack:
            dload 11 /* dddx */
            ldc 8.0
            ddiv
            dstore 11 /* dddx */
        28: .line 272
            dload 13 /* dddy */
            ldc 8.0
            ddiv
            dstore 13 /* dddy */
        29: .line 273
            dload 15 /* ddx */
            ldc 4.0
            ddiv
            dload 11 /* dddx */
            dsub
            dstore 15 /* ddx */
        30: .line 274
            dload 17 /* ddy */
            ldc 4.0
            ddiv
            dload 13 /* dddy */
            dsub
            dstore 17 /* ddy */
        31: .line 275
            dload 19 /* dx */
            dload 15 /* ddx */
            dsub
            ldc 2.0
            ddiv
            dstore 19 /* dx */
        32: .line 276
            dload 21 /* dy */
            dload 17 /* ddy */
            dsub
            ldc 2.0
            ddiv
            dstore 21 /* dy */
        33: .line 278
            iload 10 /* count */
            iconst_1
            ishl
            istore 10 /* count */
        34: .line 279
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 36
        35: .line 280
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_curveBreak_dec:Lcom/sun/marlin/stats/StatLong;
            iload 10 /* count */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        36: .line 270
      StackMap locals:
      StackMap stack:
            dload 15 /* ddx */
            invokestatic java.lang.Math.abs:(D)D
            dload 17 /* ddy */
            invokestatic java.lang.Math.abs:(D)D
            dload 28 /* _SCALE_DY */
            dmul
            dadd
            dload 24 /* _DEC_BND */
            dcmpl
            ifge 27
        37: .line 283
            iinc 10 /* count */ -1
            iload 10 /* count */
            ifne 39
        38: .line 284
            goto 49
        39: .line 287
      StackMap locals:
      StackMap stack:
            dload 30 /* x1 */
            dload 19 /* dx */
            dadd
            dstore 30 /* x1 */
        40: .line 288
            dload 32 /* y1 */
            dload 21 /* dy */
            dadd
            dstore 32 /* y1 */
        41: .line 289
            dload 19 /* dx */
            dload 15 /* ddx */
            dadd
            dstore 19 /* dx */
        42: .line 290
            dload 21 /* dy */
            dload 17 /* ddy */
            dadd
            dstore 21 /* dy */
        43: .line 291
            dload 15 /* ddx */
            dload 11 /* dddx */
            dadd
            dstore 15 /* ddx */
        44: .line 292
            dload 17 /* ddy */
            dload 13 /* dddy */
            dadd
            dstore 17 /* ddy */
        45: .line 294
            aload 0 /* this */
            dload 1 /* x0 */
            dload 3 /* y0 */
            dload 30 /* x1 */
            dload 32 /* y1 */
            invokevirtual com.sun.marlin.DRenderer.addLine:(DDDD)V
        46: .line 295
            dload 30 /* x1 */
            dstore 1 /* x0 */
        47: .line 296
            dload 32 /* y1 */
            dstore 3 /* y0 */
        48: .line 249
      StackMap locals:
      StackMap stack:
            iload 10 /* count */
            ifgt 23
        end local 32 // double y1
        end local 30 // double x1
        49: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 1 /* x0 */
            dload 3 /* y0 */
            dload 6 /* x3 */
            dload 8 /* y3 */
            invokevirtual com.sun.marlin.DRenderer.addLine:(DDDD)V
        50: .line 300
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 52
        51: .line 301
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_curveBreak:Lcom/sun/marlin/stats/StatLong;
            iload 23 /* nL */
            iconst_1
            iadd
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        52: .line 303
      StackMap locals:
      StackMap stack:
            return
        end local 28 // double _SCALE_DY
        end local 26 // double _INC_BND
        end local 24 // double _DEC_BND
        end local 23 // int nL
        end local 21 // double dy
        end local 19 // double dx
        end local 17 // double ddy
        end local 15 // double ddx
        end local 13 // double dddy
        end local 11 // double dddx
        end local 10 // int count
        end local 8 // double y3
        end local 6 // double x3
        end local 5 // com.sun.marlin.DCurve c
        end local 3 // double y0
        end local 1 // double x0
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   53     0       this  Lcom/sun/marlin/DRenderer;
            0   53     1         x0  D
            0   53     3         y0  D
            0   53     5          c  Lcom/sun/marlin/DCurve;
            0   53     6         x3  D
            0   53     8         y3  D
            1   53    10      count  I
            2   53    11       dddx  D
            3   53    13       dddy  D
            4   53    15        ddx  D
            5   53    17        ddy  D
            6   53    19         dx  D
            7   53    21         dy  D
            8   53    23         nL  I
            9   53    24   _DEC_BND  D
           10   53    26   _INC_BND  D
           11   53    28  _SCALE_DY  D
           12   49    30         x1  D
           13   49    32         y1  D
    MethodParameters:
      Name  Flags
      x0    
      y0    
      c     final
      x3    final
      y3    final

  private void addLine(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=30, args_size=5
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double x1
        start local 3 // double y1
        start local 5 // double x2
        start local 7 // double y2
         0: .line 309
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 2
         1: .line 310
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_addLine:Lcom/sun/marlin/stats/StatLong;
            iconst_1
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
         2: .line 312
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 9 /* or */
        start local 9 // int or
         3: .line 313
            dload 7 /* y2 */
            dload 3 /* y1 */
            dcmpg
            ifge 11
         4: .line 314
            iconst_0
            istore 9 /* or */
         5: .line 315
            dload 7 /* y2 */
            dstore 10 /* tmp */
        start local 10 // double tmp
         6: .line 316
            dload 3 /* y1 */
            dstore 7 /* y2 */
         7: .line 317
            dload 10 /* tmp */
            dstore 3 /* y1 */
         8: .line 318
            dload 5 /* x2 */
            dstore 10 /* tmp */
         9: .line 319
            dload 1 /* x1 */
            dstore 5 /* x2 */
        10: .line 320
            dload 10 /* tmp */
            dstore 1 /* x1 */
        end local 10 // double tmp
        11: .line 329
      StackMap locals: int
      StackMap stack:
            dload 3 /* y1 */
            invokestatic com.sun.marlin.FloatMath.ceil_int:(D)I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            invokestatic com.sun.marlin.FloatMath.max:(II)I
            istore 10 /* firstCrossing */
        start local 10 // int firstCrossing
        12: .line 333
            dload 7 /* y2 */
            invokestatic com.sun.marlin.FloatMath.ceil_int:(D)I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMaxY:I
            invokestatic com.sun.marlin.FloatMath.min:(II)I
            istore 11 /* lastCrossing */
        start local 11 // int lastCrossing
        13: .line 337
            iload 10 /* firstCrossing */
            iload 11 /* lastCrossing */
            if_icmplt 17
        14: .line 341
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 16
        15: .line 342
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_addLine_skip:Lcom/sun/marlin/stats/StatLong;
            iconst_1
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        16: .line 344
      StackMap locals: int int
      StackMap stack:
            return
        17: .line 350
      StackMap locals:
      StackMap stack:
            iload 10 /* firstCrossing */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinY:I
            if_icmpge 19
        18: .line 351
            aload 0 /* this */
            iload 10 /* firstCrossing */
            putfield com.sun.marlin.DRenderer.edgeMinY:I
        19: .line 353
      StackMap locals:
      StackMap stack:
            iload 11 /* lastCrossing */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxY:I
            if_icmple 21
        20: .line 354
            aload 0 /* this */
            iload 11 /* lastCrossing */
            putfield com.sun.marlin.DRenderer.edgeMaxY:I
        21: .line 357
      StackMap locals:
      StackMap stack:
            dload 1 /* x1 */
            dload 5 /* x2 */
            dsub
            dload 3 /* y1 */
            dload 7 /* y2 */
            dsub
            ddiv
            dstore 12 /* slope */
        start local 12 // double slope
        22: .line 359
            dload 12 /* slope */
            dconst_0
            dcmpl
            iflt 28
        23: .line 360
            dload 1 /* x1 */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinX:D
            dcmpg
            ifge 25
        24: .line 361
            aload 0 /* this */
            dload 1 /* x1 */
            putfield com.sun.marlin.DRenderer.edgeMinX:D
        25: .line 363
      StackMap locals: double
      StackMap stack:
            dload 5 /* x2 */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxX:D
            dcmpl
            ifle 32
        26: .line 364
            aload 0 /* this */
            dload 5 /* x2 */
            putfield com.sun.marlin.DRenderer.edgeMaxX:D
        27: .line 366
            goto 32
        28: .line 367
      StackMap locals:
      StackMap stack:
            dload 5 /* x2 */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinX:D
            dcmpg
            ifge 30
        29: .line 368
            aload 0 /* this */
            dload 5 /* x2 */
            putfield com.sun.marlin.DRenderer.edgeMinX:D
        30: .line 370
      StackMap locals:
      StackMap stack:
            dload 1 /* x1 */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxX:D
            dcmpl
            ifle 32
        31: .line 371
            aload 0 /* this */
            dload 1 /* x1 */
            putfield com.sun.marlin.DRenderer.edgeMaxX:D
        32: .line 376
      StackMap locals:
      StackMap stack:
            getstatic com.sun.marlin.DRenderer.SIZEOF_EDGE_BYTES:I
            istore 14 /* _SIZEOF_EDGE_BYTES */
        start local 14 // int _SIZEOF_EDGE_BYTES
        33: .line 378
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            astore 15 /* _edges */
        start local 15 // com.sun.marlin.OffHeapArray _edges
        34: .line 381
            aload 15 /* _edges */
            getfield com.sun.marlin.OffHeapArray.used:I
            istore 16 /* edgePtr */
        start local 16 // int edgePtr
        35: .line 384
            aload 15 /* _edges */
            getfield com.sun.marlin.OffHeapArray.length:J
            iload 16 /* edgePtr */
            i2l
            lsub
            iload 14 /* _SIZEOF_EDGE_BYTES */
            i2l
            lcmp
            ifge 42
        36: .line 389
            aload 15 /* _edges */
            getfield com.sun.marlin.OffHeapArray.length:J
        37: .line 390
            iload 16 /* edgePtr */
            iload 14 /* _SIZEOF_EDGE_BYTES */
            iadd
            i2l
        38: .line 388
            invokestatic com.sun.marlin.ArrayCacheConst.getNewLargeSize:(JJ)J
            lstore 17 /* edgeNewSize */
        start local 17 // long edgeNewSize
        39: .line 392
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 41
        40: .line 393
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_edges_resizes:Lcom/sun/marlin/stats/StatLong;
            lload 17 /* edgeNewSize */
            invokevirtual com.sun.marlin.stats.StatLong.add:(J)V
        41: .line 395
      StackMap locals: com.sun.marlin.DRenderer double double double double int int int double int com.sun.marlin.OffHeapArray int long
      StackMap stack:
            aload 15 /* _edges */
            lload 17 /* edgeNewSize */
            invokevirtual com.sun.marlin.OffHeapArray.resize:(J)V
        end local 17 // long edgeNewSize
        42: .line 399
      StackMap locals:
      StackMap stack:
            getstatic com.sun.marlin.OffHeapArray.UNSAFE:Lsun/misc/Unsafe;
            astore 17 /* _unsafe */
        start local 17 // sun.misc.Unsafe _unsafe
        43: .line 401
            aload 15 /* _edges */
            getfield com.sun.marlin.OffHeapArray.address:J
            iload 16 /* edgePtr */
            i2l
            ladd
            lstore 18 /* addr */
        start local 18 // long addr
        44: .line 424
            dload 1 /* x1 */
            iload 10 /* firstCrossing */
            i2d
            dload 3 /* y1 */
            dsub
            dload 12 /* slope */
            dmul
            dadd
            dstore 20 /* x1_intercept */
        start local 20 // double x1_intercept
        45: .line 427
            ldc 4.294967296E9
            dload 20 /* x1_intercept */
            dmul
            d2l
        46: .line 428
            ldc 2147483647
        47: .line 427
            ladd
            lstore 22 /* x1_fixed_biased */
        start local 22 // long x1_fixed_biased
        48: .line 431
            aload 17 /* _unsafe */
            lload 18 /* addr */
            lload 22 /* x1_fixed_biased */
            bipush 31
            lshr
            l2i
            bipush -2
            iand
            iload 9 /* or */
            ior
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        49: .line 432
            lload 18 /* addr */
            ldc 4
            ladd
            lstore 18 /* addr */
        50: .line 433
            aload 17 /* _unsafe */
            lload 18 /* addr */
            lload 22 /* x1_fixed_biased */
            l2i
            iconst_1
            iushr
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        51: .line 434
            lload 18 /* addr */
            ldc 4
            ladd
            lstore 18 /* addr */
        52: .line 437
            ldc 4.294967296E9
            dload 12 /* slope */
            dmul
            d2l
            lstore 24 /* slope_fixed */
        start local 24 // long slope_fixed
        53: .line 440
            aload 17 /* _unsafe */
            lload 18 /* addr */
            lload 24 /* slope_fixed */
            bipush 31
            lshr
            l2i
            bipush -2
            iand
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        54: .line 441
            lload 18 /* addr */
            ldc 4
            ladd
            lstore 18 /* addr */
        55: .line 442
            aload 17 /* _unsafe */
            lload 18 /* addr */
            lload 24 /* slope_fixed */
            l2i
            iconst_1
            iushr
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        56: .line 443
            lload 18 /* addr */
            ldc 4
            ladd
            lstore 18 /* addr */
        57: .line 445
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets:[I
            astore 26 /* _edgeBuckets */
        start local 26 // int[] _edgeBuckets
        58: .line 446
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
            astore 27 /* _edgeBucketCounts */
        start local 27 // int[] _edgeBucketCounts
        59: .line 448
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            istore 28 /* _boundsMinY */
        start local 28 // int _boundsMinY
        60: .line 452
            iload 10 /* firstCrossing */
            iload 28 /* _boundsMinY */
            isub
            istore 29 /* bucketIdx */
        start local 29 // int bucketIdx
        61: .line 455
            aload 17 /* _unsafe */
            lload 18 /* addr */
            aload 26 /* _edgeBuckets */
            iload 29 /* bucketIdx */
            iaload
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        62: .line 456
            lload 18 /* addr */
            ldc 4
            ladd
            lstore 18 /* addr */
        63: .line 458
            aload 17 /* _unsafe */
            lload 18 /* addr */
            iload 11 /* lastCrossing */
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
        64: .line 462
            aload 26 /* _edgeBuckets */
            iload 29 /* bucketIdx */
            iload 16 /* edgePtr */
            iastore
        65: .line 463
            aload 27 /* _edgeBucketCounts */
            iload 29 /* bucketIdx */
            dup2
            iaload
            iconst_2
            iadd
            iastore
        66: .line 465
            aload 27 /* _edgeBucketCounts */
            iload 11 /* lastCrossing */
            iload 28 /* _boundsMinY */
            isub
            dup2
            iaload
            iconst_1
            ior
            iastore
        67: .line 468
            aload 15 /* _edges */
            dup
            getfield com.sun.marlin.OffHeapArray.used:I
            iload 14 /* _SIZEOF_EDGE_BYTES */
            iadd
            putfield com.sun.marlin.OffHeapArray.used:I
        68: .line 473
            return
        end local 29 // int bucketIdx
        end local 28 // int _boundsMinY
        end local 27 // int[] _edgeBucketCounts
        end local 26 // int[] _edgeBuckets
        end local 24 // long slope_fixed
        end local 22 // long x1_fixed_biased
        end local 20 // double x1_intercept
        end local 18 // long addr
        end local 17 // sun.misc.Unsafe _unsafe
        end local 16 // int edgePtr
        end local 15 // com.sun.marlin.OffHeapArray _edges
        end local 14 // int _SIZEOF_EDGE_BYTES
        end local 12 // double slope
        end local 11 // int lastCrossing
        end local 10 // int firstCrossing
        end local 9 // int or
        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.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   69     0                this  Lcom/sun/marlin/DRenderer;
            0   69     1                  x1  D
            0   69     3                  y1  D
            0   69     5                  x2  D
            0   69     7                  y2  D
            3   69     9                  or  I
            6   11    10                 tmp  D
           12   69    10       firstCrossing  I
           13   69    11        lastCrossing  I
           22   69    12               slope  D
           33   69    14  _SIZEOF_EDGE_BYTES  I
           34   69    15              _edges  Lcom/sun/marlin/OffHeapArray;
           35   69    16             edgePtr  I
           39   42    17         edgeNewSize  J
           43   69    17             _unsafe  Lsun/misc/Unsafe;
           44   69    18                addr  J
           45   69    20        x1_intercept  D
           48   69    22     x1_fixed_biased  J
           53   69    24         slope_fixed  J
           58   69    26        _edgeBuckets  [I
           59   69    27   _edgeBucketCounts  [I
           60   69    28         _boundsMinY  I
           61   69    29           bucketIdx  I
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    

  void <init>(com.sun.marlin.DRendererContext);
    descriptor: (Lcom/sun/marlin/DRendererContext;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // com.sun.marlin.DRendererContext rdrCtx
         0: .line 510
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 145
            aload 0 /* this */
            ldc 2147483647
            putfield com.sun.marlin.DRenderer.edgeMinY:I
         2: .line 146
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.marlin.DRenderer.edgeMaxY:I
         3: .line 147
            aload 0 /* this */
            ldc Infinity
            putfield com.sun.marlin.DRenderer.edgeMinX:D
         4: .line 148
            aload 0 /* this */
            ldc -Infinity
            putfield com.sun.marlin.DRenderer.edgeMaxX:D
         5: .line 164
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.useRLE:Z
         6: .line 501
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.enableBlkFlags:Z
         7: .line 502
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.prevUseBlkFlags:Z
         8: .line 511
            aload 0 /* this */
            aload 1 /* rdrCtx */
            putfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
         9: .line 512
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.curve:Lcom/sun/marlin/DCurve;
            putfield com.sun.marlin.DRenderer.curve:Lcom/sun/marlin/DCurve;
        10: .line 514
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.edges:Lcom/sun/marlin/OffHeapArray;
            putfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
        11: .line 516
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.edgeBuckets_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.edgeBuckets_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        12: .line 517
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.edgeBucketCounts_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.edgeBucketCounts_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        13: .line 519
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.edgeBuckets:[I
        14: .line 520
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
        15: .line 522
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.alphaLine_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.alphaLine_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        16: .line 523
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.alphaLine_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.alphaLine:[I
        17: .line 525
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        18: .line 526
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.aux_crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.aux_crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        19: .line 527
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        20: .line 528
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.aux_edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.aux_edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        21: .line 530
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.crossings:[I
        22: .line 531
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.aux_crossings:[I
        23: .line 532
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.edgePtrs:[I
        24: .line 533
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.aux_edgePtrs:[I
        25: .line 535
            aload 0 /* this */
            aload 1 /* rdrCtx */
            getfield com.sun.marlin.DRendererContext.rdrMem:Lcom/sun/marlin/DRendererContext$DRendererSharedMemory;
            getfield com.sun.marlin.DRendererContext$DRendererSharedMemory.blkFlags_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            putfield com.sun.marlin.DRenderer.blkFlags_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        26: .line 536
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.blkFlags_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            getfield com.sun.marlin.IntArrayCache$Reference.initial:[I
            putfield com.sun.marlin.DRenderer.blkFlags:[I
        27: .line 537
            return
        end local 1 // com.sun.marlin.DRendererContext rdrCtx
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Lcom/sun/marlin/DRenderer;
            0   28     1  rdrCtx  Lcom/sun/marlin/DRendererContext;
    MethodParameters:
        Name  Flags
      rdrCtx  final

  public com.sun.marlin.DRenderer init(int, int, int, int, int);
    descriptor: (IIIII)Lcom/sun/marlin/DRenderer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // int pix_boundsX
        start local 2 // int pix_boundsY
        start local 3 // int pix_boundsWidth
        start local 4 // int pix_boundsHeight
        start local 5 // int windingRule
         0: .line 543
            aload 0 /* this */
            iload 5 /* windingRule */
            putfield com.sun.marlin.DRenderer.windingRule:I
         1: .line 546
            aload 0 /* this */
            iload 1 /* pix_boundsX */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            ishl
            putfield com.sun.marlin.DRenderer.boundsMinX:I
         2: .line 547
            aload 0 /* this */
         3: .line 548
            iload 1 /* pix_boundsX */
            iload 3 /* pix_boundsWidth */
            iadd
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            ishl
         4: .line 547
            putfield com.sun.marlin.DRenderer.boundsMaxX:I
         5: .line 549
            aload 0 /* this */
            iload 2 /* pix_boundsY */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_Y:I
            ishl
            putfield com.sun.marlin.DRenderer.boundsMinY:I
         6: .line 550
            aload 0 /* this */
         7: .line 551
            iload 2 /* pix_boundsY */
            iload 4 /* pix_boundsHeight */
            iadd
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_Y:I
            ishl
         8: .line 550
            putfield com.sun.marlin.DRenderer.boundsMaxY:I
         9: .line 553
            getstatic com.sun.marlin.DRenderer.DO_LOG_BOUNDS:Z
            ifeq 14
        10: .line 554
            new java.lang.StringBuilder
            dup
            ldc "boundsXY = ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 555
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMaxX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "[ ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        12: .line 556
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMaxY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        13: .line 554
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.marlin.MarlinUtils.logInfo:(Ljava/lang/String;)V
        14: .line 561
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMaxY:I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            isub
            iconst_1
            iadd
            istore 6 /* edgeBucketsLength */
        start local 6 // int edgeBucketsLength
        15: .line 563
            iload 6 /* edgeBucketsLength */
            getstatic com.sun.marlin.DRenderer.INITIAL_BUCKET_ARRAY:I
            if_icmple 23
        16: .line 564
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 21
        17: .line 565
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_edgeBuckets:Lcom/sun/marlin/stats/StatLong;
        18: .line 566
            iload 6 /* edgeBucketsLength */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        19: .line 567
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_edgeBucketCounts:Lcom/sun/marlin/stats/StatLong;
        20: .line 568
            iload 6 /* edgeBucketsLength */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        21: .line 570
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            iload 6 /* edgeBucketsLength */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
            putfield com.sun.marlin.DRenderer.edgeBuckets:[I
        22: .line 571
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            iload 6 /* edgeBucketsLength */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
            putfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
        23: .line 574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc 2147483647
            putfield com.sun.marlin.DRenderer.edgeMinY:I
        24: .line 575
            aload 0 /* this */
            ldc -2147483648
            putfield com.sun.marlin.DRenderer.edgeMaxY:I
        25: .line 576
            aload 0 /* this */
            ldc Infinity
            putfield com.sun.marlin.DRenderer.edgeMinX:D
        26: .line 577
            aload 0 /* this */
            ldc -Infinity
            putfield com.sun.marlin.DRenderer.edgeMaxX:D
        27: .line 580
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.edgeCount:I
        28: .line 581
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.activeEdgeMaxUsed:I
        29: .line 582
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            iconst_0
            putfield com.sun.marlin.OffHeapArray.used:I
        30: .line 585
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.bboxX0:I
        31: .line 586
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.bboxX1:I
        32: .line 588
            aload 0 /* this */
            areturn
        end local 6 // int edgeBucketsLength
        end local 5 // int windingRule
        end local 4 // int pix_boundsHeight
        end local 3 // int pix_boundsWidth
        end local 2 // int pix_boundsY
        end local 1 // int pix_boundsX
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   33     0               this  Lcom/sun/marlin/DRenderer;
            0   33     1        pix_boundsX  I
            0   33     2        pix_boundsY  I
            0   33     3    pix_boundsWidth  I
            0   33     4   pix_boundsHeight  I
            0   33     5        windingRule  I
           15   33     6  edgeBucketsLength  I
    MethodParameters:
                  Name  Flags
      pix_boundsX       final
      pix_boundsY       final
      pix_boundsWidth   final
      pix_boundsHeight  final
      windingRule       final

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 595
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 6
         1: .line 596
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_activeEdges:Lcom/sun/marlin/stats/StatLong;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.activeEdgeMaxUsed:I
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
         2: .line 597
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_edges:Lcom/sun/marlin/stats/StatLong;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            getfield com.sun.marlin.OffHeapArray.used:I
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
         3: .line 598
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_edges_count:Lcom/sun/marlin/stats/StatLong;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            getfield com.sun.marlin.OffHeapArray.used:I
            getstatic com.sun.marlin.DRenderer.SIZEOF_EDGE_BYTES:I
            idiv
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
         4: .line 599
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_rdr_edges_count:Lcom/sun/marlin/stats/Histogram;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            getfield com.sun.marlin.OffHeapArray.used:I
            getstatic com.sun.marlin.DRenderer.SIZEOF_EDGE_BYTES:I
            idiv
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
         5: .line 600
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            dup
            getfield com.sun.marlin.RendererStats.totalOffHeap:J
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            getfield com.sun.marlin.OffHeapArray.length:J
            ladd
            putfield com.sun.marlin.RendererStats.totalOffHeap:J
         6: .line 603
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.crossings:[I
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            putfield com.sun.marlin.DRenderer.crossings:[I
         7: .line 604
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_crossings:[I
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            putfield com.sun.marlin.DRenderer.aux_crossings:[I
         8: .line 606
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgePtrs:[I
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            putfield com.sun.marlin.DRenderer.edgePtrs:[I
         9: .line 607
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_edgePtrs:[I
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            putfield com.sun.marlin.DRenderer.aux_edgePtrs:[I
        10: .line 609
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.alphaLine_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.alphaLine:[I
            iconst_0
            iconst_0
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([III)[I
            putfield com.sun.marlin.DRenderer.alphaLine:[I
        11: .line 610
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.blkFlags_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.blkFlags:[I
            iconst_0
            iconst_0
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([III)[I
            putfield com.sun.marlin.DRenderer.blkFlags:[I
        12: .line 612
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinY:I
            ldc 2147483647
            if_icmpeq 24
        13: .line 614
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.dirty:Z
            ifeq 16
        14: .line 617
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.buckets_minY:I
        15: .line 618
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMaxY:I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            isub
            putfield com.sun.marlin.DRenderer.buckets_maxY:I
        16: .line 621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets:[I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.buckets_minY:I
        17: .line 622
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.buckets_maxY:I
        18: .line 621
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([III)[I
            putfield com.sun.marlin.DRenderer.edgeBuckets:[I
        19: .line 623
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
        20: .line 624
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.buckets_minY:I
        21: .line 625
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.buckets_maxY:I
            iconst_1
            iadd
        22: .line 623
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([III)[I
            putfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
        23: .line 626
            goto 26
        24: .line 628
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets:[I
            iconst_0
            iconst_0
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([III)[I
            putfield com.sun.marlin.DRenderer.edgeBuckets:[I
        25: .line 629
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
            iconst_0
            iconst_0
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([III)[I
            putfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
        26: .line 633
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            getfield com.sun.marlin.OffHeapArray.length:J
            getstatic com.sun.marlin.DRenderer.INITIAL_EDGES_CAPACITY:I
            i2l
            lcmp
            ifeq 28
        27: .line 635
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            getstatic com.sun.marlin.DRenderer.INITIAL_EDGES_CAPACITY:I
            i2l
            invokevirtual com.sun.marlin.OffHeapArray.resize:(J)V
        28: .line 644
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   29     0  this  Lcom/sun/marlin/DRenderer;

  private static double tosubpixx(double);
    descriptor: (D)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double pix_x
         0: .line 647
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_SCALE_X:D
            dload 0 /* pix_x */
            dmul
            dreturn
        end local 0 // double pix_x
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  pix_x  D
    MethodParameters:
       Name  Flags
      pix_x  final

  private static double tosubpixy(double);
    descriptor: (D)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // double pix_y
         0: .line 652
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_SCALE_Y:D
            dload 0 /* pix_y */
            dmul
            ldc 0.5
            dsub
            dreturn
        end local 0 // double pix_y
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  pix_y  D
    MethodParameters:
       Name  Flags
      pix_y  final

  public void moveTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double pix_x0
        start local 3 // double pix_y0
         0: .line 657
            aload 0 /* this */
            invokevirtual com.sun.marlin.DRenderer.closePath:()V
         1: .line 658
            dload 1 /* pix_x0 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dstore 5 /* sx */
        start local 5 // double sx
         2: .line 659
            dload 3 /* pix_y0 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
            dstore 7 /* sy */
        start local 7 // double sy
         3: .line 660
            aload 0 /* this */
            dload 5 /* sx */
            putfield com.sun.marlin.DRenderer.sx0:D
         4: .line 661
            aload 0 /* this */
            dload 7 /* sy */
            putfield com.sun.marlin.DRenderer.sy0:D
         5: .line 662
            aload 0 /* this */
            dload 5 /* sx */
            putfield com.sun.marlin.DRenderer.x0:D
         6: .line 663
            aload 0 /* this */
            dload 7 /* sy */
            putfield com.sun.marlin.DRenderer.y0:D
         7: .line 664
            return
        end local 7 // double sy
        end local 5 // double sx
        end local 3 // double pix_y0
        end local 1 // double pix_x0
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/sun/marlin/DRenderer;
            0    8     1  pix_x0  D
            0    8     3  pix_y0  D
            2    8     5      sx  D
            3    8     7      sy  D
    MethodParameters:
        Name  Flags
      pix_x0  final
      pix_y0  final

  public void lineTo(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=9, args_size=3
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double pix_x1
        start local 3 // double pix_y1
         0: .line 668
            dload 1 /* pix_x1 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dstore 5 /* x1 */
        start local 5 // double x1
         1: .line 669
            dload 3 /* pix_y1 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
            dstore 7 /* y1 */
        start local 7 // double y1
         2: .line 670
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
            dload 5 /* x1 */
            dload 7 /* y1 */
            invokevirtual com.sun.marlin.DRenderer.addLine:(DDDD)V
         3: .line 671
            aload 0 /* this */
            dload 5 /* x1 */
            putfield com.sun.marlin.DRenderer.x0:D
         4: .line 672
            aload 0 /* this */
            dload 7 /* y1 */
            putfield com.sun.marlin.DRenderer.y0:D
         5: .line 673
            return
        end local 7 // double y1
        end local 5 // double x1
        end local 3 // double pix_y1
        end local 1 // double pix_x1
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lcom/sun/marlin/DRenderer;
            0    6     1  pix_x1  D
            0    6     3  pix_y1  D
            1    6     5      x1  D
            2    6     7      y1  D
    MethodParameters:
        Name  Flags
      pix_x1  final
      pix_y1  final

  public void curveTo(double, double, double, double, double, double);
    descriptor: (DDDDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=17, locals=17, args_size=7
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double pix_x1
        start local 3 // double pix_y1
        start local 5 // double pix_x2
        start local 7 // double pix_y2
        start local 9 // double pix_x3
        start local 11 // double pix_y3
         0: .line 680
            dload 9 /* pix_x3 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dstore 13 /* xe */
        start local 13 // double xe
         1: .line 681
            dload 11 /* pix_y3 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
            dstore 15 /* ye */
        start local 15 // double ye
         2: .line 682
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.curve:Lcom/sun/marlin/DCurve;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
         3: .line 683
            dload 1 /* pix_x1 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dload 3 /* pix_y1 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
         4: .line 684
            dload 5 /* pix_x2 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dload 7 /* pix_y2 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
         5: .line 685
            dload 13 /* xe */
            dload 15 /* ye */
         6: .line 682
            invokevirtual com.sun.marlin.DCurve.set:(DDDDDDDD)V
         7: .line 686
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.curve:Lcom/sun/marlin/DCurve;
            dload 13 /* xe */
            dload 15 /* ye */
            invokevirtual com.sun.marlin.DRenderer.curveBreakIntoLinesAndAdd:(DDLcom/sun/marlin/DCurve;DD)V
         8: .line 687
            aload 0 /* this */
            dload 13 /* xe */
            putfield com.sun.marlin.DRenderer.x0:D
         9: .line 688
            aload 0 /* this */
            dload 15 /* ye */
            putfield com.sun.marlin.DRenderer.y0:D
        10: .line 689
            return
        end local 15 // double ye
        end local 13 // double xe
        end local 11 // double pix_y3
        end local 9 // double pix_x3
        end local 7 // double pix_y2
        end local 5 // double pix_x2
        end local 3 // double pix_y1
        end local 1 // double pix_x1
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/marlin/DRenderer;
            0   11     1  pix_x1  D
            0   11     3  pix_y1  D
            0   11     5  pix_x2  D
            0   11     7  pix_y2  D
            0   11     9  pix_x3  D
            0   11    11  pix_y3  D
            1   11    13      xe  D
            2   11    15      ye  D
    MethodParameters:
        Name  Flags
      pix_x1  final
      pix_y1  final
      pix_x2  final
      pix_y2  final
      pix_x3  final
      pix_y3  final

  public void quadTo(double, double, double, double);
    descriptor: (DDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=13, args_size=5
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // double pix_x1
        start local 3 // double pix_y1
        start local 5 // double pix_x2
        start local 7 // double pix_y2
         0: .line 695
            dload 5 /* pix_x2 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dstore 9 /* xe */
        start local 9 // double xe
         1: .line 696
            dload 7 /* pix_y2 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
            dstore 11 /* ye */
        start local 11 // double ye
         2: .line 697
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.curve:Lcom/sun/marlin/DCurve;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
         3: .line 698
            dload 1 /* pix_x1 */
            invokestatic com.sun.marlin.DRenderer.tosubpixx:(D)D
            dload 3 /* pix_y1 */
            invokestatic com.sun.marlin.DRenderer.tosubpixy:(D)D
         4: .line 699
            dload 9 /* xe */
            dload 11 /* ye */
         5: .line 697
            invokevirtual com.sun.marlin.DCurve.set:(DDDDDD)V
         6: .line 700
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.curve:Lcom/sun/marlin/DCurve;
            dload 9 /* xe */
            dload 11 /* ye */
            invokevirtual com.sun.marlin.DRenderer.quadBreakIntoLinesAndAdd:(DDLcom/sun/marlin/DCurve;DD)V
         7: .line 701
            aload 0 /* this */
            dload 9 /* xe */
            putfield com.sun.marlin.DRenderer.x0:D
         8: .line 702
            aload 0 /* this */
            dload 11 /* ye */
            putfield com.sun.marlin.DRenderer.y0:D
         9: .line 703
            return
        end local 11 // double ye
        end local 9 // double xe
        end local 7 // double pix_y2
        end local 5 // double pix_x2
        end local 3 // double pix_y1
        end local 1 // double pix_x1
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/marlin/DRenderer;
            0   10     1  pix_x1  D
            0   10     3  pix_y1  D
            0   10     5  pix_x2  D
            0   10     7  pix_y2  D
            1   10     9      xe  D
            2   10    11      ye  D
    MethodParameters:
        Name  Flags
      pix_x1  final
      pix_y1  final
      pix_x2  final
      pix_y2  final

  public void closePath();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 707
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.sx0:D
            dcmpl
            ifne 1
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.sy0:D
            dcmpl
            ifeq 4
         1: .line 708
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.x0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.y0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.sx0:D
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.sy0:D
            invokevirtual com.sun.marlin.DRenderer.addLine:(DDDD)V
         2: .line 709
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.sx0:D
            putfield com.sun.marlin.DRenderer.x0:D
         3: .line 710
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.sy0:D
            putfield com.sun.marlin.DRenderer.y0:D
         4: .line 712
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/marlin/DRenderer;

  public void pathDone();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 716
            aload 0 /* this */
            invokevirtual com.sun.marlin.DRenderer.closePath:()V
         1: .line 719
            aload 0 /* this */
            invokevirtual com.sun.marlin.DRenderer.endRendering:()V
         2: .line 720
            return
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/marlin/DRenderer;

  private void _endRendering(int, int, com.sun.marlin.MarlinAlphaConsumer);
    descriptor: (IILcom/sun/marlin/MarlinAlphaConsumer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=76, args_size=4
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // int ymin
        start local 2 // int ymax
        start local 3 // com.sun.marlin.MarlinAlphaConsumer ac
         0: .line 730
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spminX:I
            istore 4 /* bboxx0 */
        start local 4 // int bboxx0
         1: .line 731
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spmaxX:I
            istore 5 /* bboxx1 */
        start local 5 // int bboxx1
         2: .line 733
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.windingRule:I
            ifne 3
            iconst_1
            goto 4
      StackMap locals: int int
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: istore 6 /* windingRuleEvenOdd */
        start local 6 // boolean windingRuleEvenOdd
         5: .line 736
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.alphaLine:[I
            astore 7 /* _alpha */
        start local 7 // int[] _alpha
         6: .line 739
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edges:Lcom/sun/marlin/OffHeapArray;
            astore 8 /* _edges */
        start local 8 // com.sun.marlin.OffHeapArray _edges
         7: .line 740
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBuckets:[I
            astore 9 /* _edgeBuckets */
        start local 9 // int[] _edgeBuckets
         8: .line 741
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeBucketCounts:[I
            astore 10 /* _edgeBucketCounts */
        start local 10 // int[] _edgeBucketCounts
         9: .line 743
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.crossings:[I
            astore 11 /* _crossings */
        start local 11 // int[] _crossings
        10: .line 744
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgePtrs:[I
            astore 12 /* _edgePtrs */
        start local 12 // int[] _edgePtrs
        11: .line 747
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_crossings:[I
            astore 13 /* _aux_crossings */
        start local 13 // int[] _aux_crossings
        12: .line 748
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_edgePtrs:[I
            astore 14 /* _aux_edgePtrs */
        start local 14 // int[] _aux_edgePtrs
        13: .line 751
            getstatic com.sun.marlin.DRenderer.OFF_ERROR:J
            lstore 15 /* _OFF_ERROR */
        start local 15 // long _OFF_ERROR
        14: .line 752
            getstatic com.sun.marlin.DRenderer.OFF_BUMP_X:J
            lstore 17 /* _OFF_BUMP_X */
        start local 17 // long _OFF_BUMP_X
        15: .line 753
            getstatic com.sun.marlin.DRenderer.OFF_BUMP_ERR:J
            lstore 19 /* _OFF_BUMP_ERR */
        start local 19 // long _OFF_BUMP_ERR
        16: .line 755
            getstatic com.sun.marlin.DRenderer.OFF_NEXT:J
            lstore 21 /* _OFF_NEXT */
        start local 21 // long _OFF_NEXT
        17: .line 756
            getstatic com.sun.marlin.DRenderer.OFF_YMAX:J
            lstore 23 /* _OFF_YMAX */
        start local 23 // long _OFF_YMAX
        18: .line 762
            getstatic com.sun.marlin.OffHeapArray.UNSAFE:Lsun/misc/Unsafe;
            astore 25 /* _unsafe */
        start local 25 // sun.misc.Unsafe _unsafe
        19: .line 763
            aload 8 /* _edges */
            getfield com.sun.marlin.OffHeapArray.address:J
            lstore 26 /* addr0 */
        start local 26 // long addr0
        20: .line 765
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            istore 30 /* _SUBPIXEL_LG_POSITIONS_X */
        start local 30 // int _SUBPIXEL_LG_POSITIONS_X
        21: .line 766
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_Y:I
            istore 31 /* _SUBPIXEL_LG_POSITIONS_Y */
        start local 31 // int _SUBPIXEL_LG_POSITIONS_Y
        22: .line 767
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_MASK_X:I
            istore 32 /* _SUBPIXEL_MASK_X */
        start local 32 // int _SUBPIXEL_MASK_X
        23: .line 768
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_MASK_Y:I
            istore 33 /* _SUBPIXEL_MASK_Y */
        start local 33 // int _SUBPIXEL_MASK_Y
        24: .line 769
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_POSITIONS_X:I
            istore 34 /* _SUBPIXEL_POSITIONS_X */
        start local 34 // int _SUBPIXEL_POSITIONS_X
        25: .line 780
            ldc 2147483647
            istore 35 /* minX */
        start local 35 // int minX
        26: .line 781
            ldc -2147483648
            istore 36 /* maxX */
        start local 36 // int maxX
        27: .line 783
            iload 1 /* ymin */
            istore 37 /* y */
        start local 37 // int y
        28: .line 784
            iload 37 /* y */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            isub
            istore 38 /* bucket */
        start local 38 // int bucket
        29: .line 786
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeCount:I
            istore 39 /* numCrossings */
        start local 39 // int numCrossings
        30: .line 787
            aload 12 /* _edgePtrs */
            arraylength
            istore 40 /* edgePtrsLen */
        start local 40 // int edgePtrsLen
        31: .line 788
            aload 11 /* _crossings */
            arraylength
            istore 41 /* crossingsLen */
        start local 41 // int crossingsLen
        32: .line 789
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.activeEdgeMaxUsed:I
            istore 42 /* _arrayMaxUsed */
        start local 42 // int _arrayMaxUsed
        33: .line 790
            iconst_0
            istore 43 /* ptrLen */
        start local 43 // int ptrLen
        34: .line 800
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.blkFlags:[I
            astore 69 /* _blkFlags */
        start local 69 // int[] _blkFlags
        35: .line 801
            getstatic com.sun.marlin.DRenderer.BLOCK_SIZE_LG:I
            istore 70 /* _BLK_SIZE_LG */
        start local 70 // int _BLK_SIZE_LG
        36: .line 802
            getstatic com.sun.marlin.DRenderer.BLOCK_SIZE:I
            istore 71 /* _BLK_SIZE */
        start local 71 // int _BLK_SIZE
        37: .line 804
            getstatic com.sun.marlin.DRenderer.ENABLE_BLOCK_FLAGS_HEURISTICS:Z
            ifeq 38
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.enableBlkFlags:Z
            ifeq 38
            iconst_1
            goto 39
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top top top top top top top top top top top top top top top top top top top top top top top top int[] int int
      StackMap stack:
        38: iconst_0
      StackMap locals:
      StackMap stack: int
        39: istore 72 /* _enableBlkFlagsHeuristics */
        start local 72 // boolean _enableBlkFlagsHeuristics
        40: .line 808
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.prevUseBlkFlags:Z
            istore 73 /* useBlkFlags */
        start local 73 // boolean useBlkFlags
        41: .line 810
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stroking:I
            istore 74 /* stroking */
        start local 74 // int stroking
        42: .line 812
            iconst_m1
            istore 75 /* lastY */
        start local 75 // int lastY
        43: .line 816
            goto 353
        44: .line 818
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top top top top top top top top top top top top top top top top top top top top top top top top int[] int int int int int int
      StackMap stack:
            aload 10 /* _edgeBucketCounts */
            iload 38 /* bucket */
            iaload
            istore 46 /* bucketcount */
        start local 46 // int bucketcount
        45: .line 821
            iload 39 /* numCrossings */
            istore 67 /* prevNumCrossings */
        start local 67 // int prevNumCrossings
        46: .line 824
            iload 46 /* bucketcount */
            ifeq 111
        47: .line 825
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 49
        48: .line 826
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_activeEdges_updates:Lcom/sun/marlin/stats/StatLong;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        49: .line 830
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int top top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 46 /* bucketcount */
            iconst_1
            iand
            ifeq 60
        50: .line 833
            lload 26 /* addr0 */
            lload 23 /* _OFF_YMAX */
            ladd
            lstore 28 /* addr */
        start local 28 // long addr
        51: .line 835
            iconst_0
            istore 47 /* i */
        start local 47 // int i
        52: iconst_0
            istore 44 /* newCount */
        start local 44 // int newCount
        53: goto 58
        54: .line 837
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int int top int int top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 12 /* _edgePtrs */
            iload 47 /* i */
            iaload
            istore 49 /* ecur */
        start local 49 // int ecur
        55: .line 839
            aload 25 /* _unsafe */
            lload 28 /* addr */
            iload 49 /* ecur */
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            iload 37 /* y */
            if_icmple 57
        56: .line 840
            aload 12 /* _edgePtrs */
            iload 44 /* newCount */
            iinc 44 /* newCount */ 1
            iload 49 /* ecur */
            iastore
        57: .line 835
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int int top int int top int top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iinc 47 /* i */ 1
        end local 49 // int ecur
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int int top int int top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
        58: iload 47 /* i */
            iload 39 /* numCrossings */
            if_icmplt 54
        59: .line 844
            iload 44 /* newCount */
            dup
            istore 39 /* numCrossings */
            istore 67 /* prevNumCrossings */
        end local 47 // int i
        end local 44 // int newCount
        end local 28 // long addr
        60: .line 847
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int top top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 46 /* bucketcount */
            iconst_1
            ishr
            istore 43 /* ptrLen */
        61: .line 849
            iload 43 /* ptrLen */
            ifeq 111
        62: .line 850
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 66
        63: .line 851
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_activeEdges_adds:Lcom/sun/marlin/stats/StatLong;
            iload 43 /* ptrLen */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        64: .line 852
            iload 43 /* ptrLen */
            bipush 10
            if_icmple 66
        65: .line 853
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_activeEdges_adds_high:Lcom/sun/marlin/stats/StatLong;
            iload 43 /* ptrLen */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        66: .line 856
      StackMap locals:
      StackMap stack:
            iload 39 /* numCrossings */
            iload 43 /* ptrLen */
            iadd
            istore 45 /* ptrEnd */
        start local 45 // int ptrEnd
        67: .line 858
            iload 40 /* edgePtrsLen */
            iload 45 /* ptrEnd */
            if_icmpge 84
        68: .line 859
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 70
        69: .line 860
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_edgePtrs:Lcom/sun/marlin/stats/StatLong;
            iload 45 /* ptrEnd */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        70: .line 862
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top int int top top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 0 /* this */
        71: .line 863
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 12 /* _edgePtrs */
            iload 39 /* numCrossings */
        72: .line 864
            iload 45 /* ptrEnd */
        73: .line 863
            invokevirtual com.sun.marlin.IntArrayCache$Reference.widenArray:([III)[I
        74: .line 862
            dup
            astore 12 /* _edgePtrs */
            putfield com.sun.marlin.DRenderer.edgePtrs:[I
        75: .line 866
            aload 12 /* _edgePtrs */
            arraylength
            istore 40 /* edgePtrsLen */
        76: .line 868
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 14 /* _aux_edgePtrs */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            pop
        77: .line 872
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 79
        78: .line 873
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_aux_edgePtrs:Lcom/sun/marlin/stats/StatLong;
            iload 45 /* ptrEnd */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        79: .line 875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        80: .line 876
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_edgePtrs_ref:Lcom/sun/marlin/IntArrayCache$Reference;
        81: .line 877
            iload 39 /* numCrossings */
            iload 45 /* ptrEnd */
            invokestatic com.sun.marlin.ArrayCacheConst.getNewSize:(II)I
        82: .line 876
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
        83: .line 875
            dup
            astore 14 /* _aux_edgePtrs */
            putfield com.sun.marlin.DRenderer.aux_edgePtrs:[I
        84: .line 882
      StackMap locals:
      StackMap stack:
            lload 26 /* addr0 */
            lload 21 /* _OFF_NEXT */
            ladd
            lstore 28 /* addr */
        start local 28 // long addr
        85: .line 885
            aload 9 /* _edgeBuckets */
            iload 38 /* bucket */
            iaload
            istore 49 /* ecur */
        start local 49 // int ecur
        86: .line 886
            goto 90
        87: .line 889
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top int int top top int top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 12 /* _edgePtrs */
            iload 39 /* numCrossings */
            iload 49 /* ecur */
            iastore
        88: .line 891
            aload 25 /* _unsafe */
            lload 28 /* addr */
            iload 49 /* ecur */
            i2l
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 49 /* ecur */
        89: .line 886
            iinc 39 /* numCrossings */ 1
      StackMap locals:
      StackMap stack:
        90: iload 39 /* numCrossings */
            iload 45 /* ptrEnd */
        91: .line 885
            if_icmplt 87
        92: .line 894
            iload 41 /* crossingsLen */
            iload 39 /* numCrossings */
            if_icmpge 108
        93: .line 896
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 11 /* _crossings */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            pop
        94: .line 898
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 97
        95: .line 899
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_crossings:Lcom/sun/marlin/stats/StatLong;
        96: .line 900
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        97: .line 902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
        98: .line 903
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
        99: .line 902
            dup
            astore 11 /* _crossings */
            putfield com.sun.marlin.DRenderer.crossings:[I
       100: .line 906
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            aload 13 /* _aux_crossings */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.putArray:([I)[I
            pop
       101: .line 908
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 104
       102: .line 909
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_aux_crossings:Lcom/sun/marlin/stats/StatLong;
       103: .line 910
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       104: .line 912
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
       105: .line 913
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.aux_crossings_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
       106: .line 912
            dup
            astore 13 /* _aux_crossings */
            putfield com.sun.marlin.DRenderer.aux_crossings:[I
       107: .line 915
            aload 11 /* _crossings */
            arraylength
            istore 41 /* crossingsLen */
       108: .line 917
      StackMap locals:
      StackMap stack:
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 111
       109: .line 919
            iload 39 /* numCrossings */
            iload 42 /* _arrayMaxUsed */
            if_icmple 111
       110: .line 920
            iload 39 /* numCrossings */
            istore 42 /* _arrayMaxUsed */
        end local 49 // int ecur
        end local 45 // int ptrEnd
        end local 28 // long addr
       111: .line 927
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int top top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 39 /* numCrossings */
            ifeq 329
       112: .line 932
            iload 43 /* ptrLen */
            bipush 10
            if_icmplt 113
            iload 39 /* numCrossings */
            bipush 40
            if_icmpge 172
       113: .line 933
      StackMap locals:
      StackMap stack:
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 116
       114: .line 934
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_rdr_crossings:Lcom/sun/marlin/stats/Histogram;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
       115: .line 935
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_rdr_crossings_adds:Lcom/sun/marlin/stats/Histogram;
            iload 43 /* ptrLen */
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
       116: .line 942
      StackMap locals:
      StackMap stack:
            iload 39 /* numCrossings */
            bipush 20
            if_icmplt 117
            iconst_1
            goto 118
      StackMap locals:
      StackMap stack:
       117: iconst_0
      StackMap locals:
      StackMap stack: int
       118: istore 68 /* useBinarySearch */
        start local 68 // boolean useBinarySearch
       119: .line 945
            ldc -2147483648
            istore 51 /* lastCross */
        start local 51 // int lastCross
       120: .line 947
            iconst_0
            istore 47 /* i */
        start local 47 // int i
       121: goto 170
       122: .line 949
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int top top top top top top top top top top top top top top top int int int[] int int int int int int
      StackMap stack:
            aload 12 /* _edgePtrs */
            iload 47 /* i */
            iaload
            istore 49 /* ecur */
        start local 49 // int ecur
       123: .line 957
            lload 26 /* addr0 */
            iload 49 /* ecur */
            i2l
            ladd
            lstore 28 /* addr */
        start local 28 // long addr
       124: .line 960
            aload 25 /* _unsafe */
            lload 28 /* addr */
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 57 /* curx */
        start local 57 // int curx
       125: .line 963
            iload 57 /* curx */
            istore 50 /* cross */
        start local 50 // int cross
       126: .line 966
            iload 57 /* curx */
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 17 /* _OFF_BUMP_X */
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            iadd
            istore 57 /* curx */
       127: .line 969
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 15 /* _OFF_ERROR */
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
       128: .line 970
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 19 /* _OFF_BUMP_ERR */
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
       129: .line 969
            iadd
            istore 60 /* err */
        start local 60 // int err
       130: .line 974
            aload 25 /* _unsafe */
            lload 28 /* addr */
            iload 57 /* curx */
            iload 60 /* err */
            bipush 30
            ishr
            bipush -2
            iand
            isub
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
       131: .line 975
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 15 /* _OFF_ERROR */
            ladd
            iload 60 /* err */
            ldc 2147483647
            iand
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
       132: .line 977
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 134
       133: .line 978
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_crossings_updates:Lcom/sun/marlin/stats/StatLong;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       134: .line 982
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top top top top int int int[] int int int int int int
      StackMap stack:
            iload 50 /* cross */
            iload 51 /* lastCross */
            if_icmpge 168
       135: .line 983
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 137
       136: .line 984
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_crossings_sorts:Lcom/sun/marlin/stats/StatLong;
            iload 47 /* i */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       137: .line 989
      StackMap locals:
      StackMap stack:
            iload 68 /* useBinarySearch */
            ifeq 158
            iload 47 /* i */
            iload 67 /* prevNumCrossings */
            if_icmplt 158
       138: .line 990
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 140
       139: .line 991
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_crossings_bsearch:Lcom/sun/marlin/stats/StatLong;
            iload 47 /* i */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       140: .line 993
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 64 /* low */
        start local 64 // int low
       141: .line 994
            iload 47 /* i */
            iconst_1
            isub
            istore 65 /* high */
        start local 65 // int high
       142: .line 999
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top int int top int int int[] int int int int int int
      StackMap stack:
            iload 64 /* low */
            iload 65 /* high */
            iadd
            iconst_1
            ishr
            istore 66 /* mid */
        start local 66 // int mid
       143: .line 1001
            aload 11 /* _crossings */
            iload 66 /* mid */
            iaload
            iload 50 /* cross */
            if_icmpge 146
       144: .line 1002
            iload 66 /* mid */
            iconst_1
            iadd
            istore 64 /* low */
       145: .line 1003
            goto 147
       146: .line 1004
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top int int int int int int[] int int int int int int
      StackMap stack:
            iload 66 /* mid */
            iconst_1
            isub
            istore 65 /* high */
       147: .line 1006
      StackMap locals:
      StackMap stack:
            iload 64 /* low */
            iload 65 /* high */
       148: .line 996
            if_icmple 142
       149: .line 1008
            iload 47 /* i */
            iconst_1
            isub
            istore 48 /* j */
        start local 48 // int j
       150: goto 154
       151: .line 1009
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int int int int int top top top top top int top top int top top top int int int int int int[] int int int int int int
      StackMap stack:
            aload 11 /* _crossings */
            iload 48 /* j */
            iconst_1
            iadd
            aload 11 /* _crossings */
            iload 48 /* j */
            iaload
            iastore
       152: .line 1010
            aload 12 /* _edgePtrs */
            iload 48 /* j */
            iconst_1
            iadd
            aload 12 /* _edgePtrs */
            iload 48 /* j */
            iaload
            iastore
       153: .line 1008
            iinc 48 /* j */ -1
      StackMap locals:
      StackMap stack:
       154: iload 48 /* j */
            iload 64 /* low */
            if_icmpge 151
       155: .line 1012
            aload 11 /* _crossings */
            iload 64 /* low */
            iload 50 /* cross */
            iastore
       156: .line 1013
            aload 12 /* _edgePtrs */
            iload 64 /* low */
            iload 49 /* ecur */
            iastore
       157: .line 1015
            goto 169
        end local 66 // int mid
        end local 65 // int high
        end local 64 // int low
        end local 48 // int j
       158: .line 1016
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top top top top int int int[] int int int int int int
      StackMap stack:
            iload 47 /* i */
            iconst_1
            isub
            istore 48 /* j */
        start local 48 // int j
       159: .line 1017
            aload 11 /* _crossings */
            iload 47 /* i */
            aload 11 /* _crossings */
            iload 48 /* j */
            iaload
            iastore
       160: .line 1018
            aload 12 /* _edgePtrs */
            iload 47 /* i */
            aload 12 /* _edgePtrs */
            iload 48 /* j */
            iaload
            iastore
       161: .line 1020
            goto 164
       162: .line 1021
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int int int int int top top top top top int top top int top top top top top top int int int[] int int int int int int
      StackMap stack:
            aload 11 /* _crossings */
            iload 48 /* j */
            iconst_1
            iadd
            aload 11 /* _crossings */
            iload 48 /* j */
            iaload
            iastore
       163: .line 1022
            aload 12 /* _edgePtrs */
            iload 48 /* j */
            iconst_1
            iadd
            aload 12 /* _edgePtrs */
            iload 48 /* j */
            iaload
            iastore
       164: .line 1020
      StackMap locals:
      StackMap stack:
            iinc 48 /* j */ -1
            iload 48 /* j */
            iflt 165
            aload 11 /* _crossings */
            iload 48 /* j */
            iaload
            iload 50 /* cross */
            if_icmpgt 162
       165: .line 1024
      StackMap locals:
      StackMap stack:
            aload 11 /* _crossings */
            iload 48 /* j */
            iconst_1
            iadd
            iload 50 /* cross */
            iastore
       166: .line 1025
            aload 12 /* _edgePtrs */
            iload 48 /* j */
            iconst_1
            iadd
            iload 49 /* ecur */
            iastore
       167: .line 1028
            goto 169
        end local 48 // int j
       168: .line 1029
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top top top top int int int[] int int int int int int
      StackMap stack:
            aload 11 /* _crossings */
            iload 47 /* i */
            iload 50 /* cross */
            dup
            istore 51 /* lastCross */
            iastore
       169: .line 947
      StackMap locals:
      StackMap stack:
            iinc 47 /* i */ 1
        end local 60 // int err
        end local 57 // int curx
        end local 50 // int cross
        end local 49 // int ecur
        end local 28 // long addr
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int top top top top top top top top top top top top top top top int int int[] int int int int int int
      StackMap stack:
       170: iload 47 /* i */
            iload 39 /* numCrossings */
            if_icmplt 122
       171: .line 1032
            goto 217
        end local 68 // boolean useBinarySearch
        end local 51 // int lastCross
        end local 47 // int i
       172: .line 1033
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int top top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 178
       173: .line 1034
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_crossings_msorts:Lcom/sun/marlin/stats/StatLong;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       174: .line 1035
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_rdr_crossings_ratio:Lcom/sun/marlin/stats/Histogram;
       175: .line 1036
            sipush 1000
            iload 43 /* ptrLen */
            imul
            iload 39 /* numCrossings */
            idiv
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
       176: .line 1037
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_rdr_crossings_msorts:Lcom/sun/marlin/stats/Histogram;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
       177: .line 1038
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_rdr_crossings_msorts_adds:Lcom/sun/marlin/stats/Histogram;
            iload 43 /* ptrLen */
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
       178: .line 1045
      StackMap locals:
      StackMap stack:
            ldc -2147483648
            istore 51 /* lastCross */
        start local 51 // int lastCross
       179: .line 1047
            iconst_0
            istore 47 /* i */
        start local 47 // int i
       180: goto 212
       181: .line 1049
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 12 /* _edgePtrs */
            iload 47 /* i */
            iaload
            istore 49 /* ecur */
        start local 49 // int ecur
       182: .line 1057
            lload 26 /* addr0 */
            iload 49 /* ecur */
            i2l
            ladd
            lstore 28 /* addr */
        start local 28 // long addr
       183: .line 1060
            aload 25 /* _unsafe */
            lload 28 /* addr */
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            istore 57 /* curx */
        start local 57 // int curx
       184: .line 1063
            iload 57 /* curx */
            istore 50 /* cross */
        start local 50 // int cross
       185: .line 1066
            iload 57 /* curx */
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 17 /* _OFF_BUMP_X */
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
            iadd
            istore 57 /* curx */
       186: .line 1069
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 15 /* _OFF_ERROR */
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
       187: .line 1070
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 19 /* _OFF_BUMP_ERR */
            ladd
            invokevirtual sun.misc.Unsafe.getInt:(J)I
       188: .line 1069
            iadd
            istore 60 /* err */
        start local 60 // int err
       189: .line 1074
            aload 25 /* _unsafe */
            lload 28 /* addr */
            iload 57 /* curx */
            iload 60 /* err */
            bipush 30
            ishr
            bipush -2
            iand
            isub
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
       190: .line 1075
            aload 25 /* _unsafe */
            lload 28 /* addr */
            lload 15 /* _OFF_ERROR */
            ladd
            iload 60 /* err */
            ldc 2147483647
            iand
            invokevirtual sun.misc.Unsafe.putInt:(JI)V
       191: .line 1077
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 193
       192: .line 1078
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_crossings_updates:Lcom/sun/marlin/stats/StatLong;
            iload 39 /* numCrossings */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       193: .line 1081
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 47 /* i */
            iload 67 /* prevNumCrossings */
            if_icmplt 196
       194: .line 1084
            aload 11 /* _crossings */
            iload 47 /* i */
            iload 50 /* cross */
            iastore
       195: .line 1086
            goto 211
      StackMap locals:
      StackMap stack:
       196: iload 50 /* cross */
            iload 51 /* lastCross */
            if_icmpge 209
       197: .line 1087
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 199
       198: .line 1088
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_rdr_crossings_sorts:Lcom/sun/marlin/stats/StatLong;
            iload 47 /* i */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
       199: .line 1092
      StackMap locals:
      StackMap stack:
            iload 47 /* i */
            iconst_1
            isub
            istore 48 /* j */
        start local 48 // int j
       200: .line 1093
            aload 13 /* _aux_crossings */
            iload 47 /* i */
            aload 13 /* _aux_crossings */
            iload 48 /* j */
            iaload
            iastore
       201: .line 1094
            aload 14 /* _aux_edgePtrs */
            iload 47 /* i */
            aload 14 /* _aux_edgePtrs */
            iload 48 /* j */
            iaload
            iastore
       202: .line 1096
            goto 205
       203: .line 1097
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int int int int int top top top top top int top top int top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 13 /* _aux_crossings */
            iload 48 /* j */
            iconst_1
            iadd
            aload 13 /* _aux_crossings */
            iload 48 /* j */
            iaload
            iastore
       204: .line 1098
            aload 14 /* _aux_edgePtrs */
            iload 48 /* j */
            iconst_1
            iadd
            aload 14 /* _aux_edgePtrs */
            iload 48 /* j */
            iaload
            iastore
       205: .line 1096
      StackMap locals:
      StackMap stack:
            iinc 48 /* j */ -1
            iload 48 /* j */
            iflt 206
            aload 13 /* _aux_crossings */
            iload 48 /* j */
            iaload
            iload 50 /* cross */
            if_icmpgt 203
       206: .line 1100
      StackMap locals:
      StackMap stack:
            aload 13 /* _aux_crossings */
            iload 48 /* j */
            iconst_1
            iadd
            iload 50 /* cross */
            iastore
       207: .line 1101
            aload 14 /* _aux_edgePtrs */
            iload 48 /* j */
            iconst_1
            iadd
            iload 49 /* ecur */
            iastore
       208: .line 1103
            goto 211
        end local 48 // int j
       209: .line 1105
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long long int int int int int int int int int int int int int int top top int int top int int int top top top top top int top top int top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 13 /* _aux_crossings */
            iload 47 /* i */
            iload 50 /* cross */
            dup
            istore 51 /* lastCross */
            iastore
       210: .line 1106
            aload 14 /* _aux_edgePtrs */
            iload 47 /* i */
            iload 49 /* ecur */
            iastore
       211: .line 1047
      StackMap locals:
      StackMap stack:
            iinc 47 /* i */ 1
        end local 60 // int err
        end local 57 // int curx
        end local 50 // int cross
        end local 49 // int ecur
        end local 28 // long addr
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
       212: iload 47 /* i */
            iload 39 /* numCrossings */
            if_icmplt 181
       213: .line 1111
            aload 11 /* _crossings */
            aload 12 /* _edgePtrs */
       214: .line 1112
            aload 13 /* _aux_crossings */
            aload 14 /* _aux_edgePtrs */
       215: .line 1113
            iload 39 /* numCrossings */
            iload 67 /* prevNumCrossings */
       216: .line 1111
            invokestatic com.sun.marlin.MergeSort.mergeSortNoCopy:([I[I[I[III)V
       217: .line 1117
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 43 /* ptrLen */
       218: .line 1125
            aload 11 /* _crossings */
            iconst_0
            iaload
            istore 58 /* curxo */
        start local 58 // int curxo
       219: .line 1126
            iload 58 /* curxo */
            iconst_1
            ishr
            istore 52 /* x0 */
        start local 52 // int x0
       220: .line 1127
            iload 52 /* x0 */
            iload 35 /* minX */
            if_icmpge 222
       221: .line 1128
            iload 52 /* x0 */
            istore 35 /* minX */
       222: .line 1131
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int top top top top top int top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 11 /* _crossings */
            iload 39 /* numCrossings */
            iconst_1
            isub
            iaload
            iconst_1
            ishr
            istore 53 /* x1 */
        start local 53 // int x1
       223: .line 1132
            iload 53 /* x1 */
            iload 36 /* maxX */
            if_icmple 225
       224: .line 1133
            iload 53 /* x1 */
            istore 36 /* maxX */
       225: .line 1138
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top top top top int top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 52 /* x0 */
            dup
            istore 57 /* curx */
        start local 57 // int curx
       226: istore 56 /* prev */
        start local 56 // int prev
       227: .line 1141
            iload 58 /* curxo */
            iconst_1
            iand
            iconst_1
            ishl
            iconst_1
            isub
            istore 59 /* crorientation */
        start local 59 // int crorientation
       228: .line 1143
            iload 6 /* windingRuleEvenOdd */
            ifeq 278
       229: .line 1144
            iload 59 /* crorientation */
            istore 55 /* sum */
        start local 55 // int sum
       230: .line 1147
            iconst_1
            istore 47 /* i */
            goto 276
       231: .line 1148
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top int int int int int top top top top top top top int top int[] int int int int int int
      StackMap stack:
            aload 11 /* _crossings */
            iload 47 /* i */
            iaload
            istore 58 /* curxo */
       232: .line 1149
            iload 58 /* curxo */
            iconst_1
            ishr
            istore 57 /* curx */
       233: .line 1152
            iload 58 /* curxo */
            iconst_1
            iand
            iconst_1
            ishl
            iconst_1
            isub
            istore 59 /* crorientation */
       234: .line 1154
            iload 55 /* sum */
            iconst_1
            iand
            ifeq 273
       235: .line 1157
            iload 56 /* prev */
            iload 4 /* bboxx0 */
            if_icmple 236
            iload 56 /* prev */
            goto 237
      StackMap locals:
      StackMap stack:
       236: iload 4 /* bboxx0 */
      StackMap locals:
      StackMap stack: int
       237: istore 52 /* x0 */
       238: .line 1159
            iload 57 /* curx */
            iload 5 /* bboxx1 */
            if_icmpge 241
       239: .line 1160
            iload 57 /* curx */
            istore 53 /* x1 */
       240: .line 1161
            goto 243
       241: .line 1162
      StackMap locals:
      StackMap stack:
            iload 5 /* bboxx1 */
            istore 53 /* x1 */
       242: .line 1164
            iload 39 /* numCrossings */
            istore 47 /* i */
       243: .line 1167
      StackMap locals:
      StackMap stack:
            iload 52 /* x0 */
            iload 53 /* x1 */
            if_icmpge 273
       244: .line 1168
            iload 52 /* x0 */
            iload 4 /* bboxx0 */
            isub
            istore 52 /* x0 */
       245: .line 1169
            iload 53 /* x1 */
            iload 4 /* bboxx0 */
            isub
            istore 53 /* x1 */
       246: .line 1171
            iload 52 /* x0 */
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 61 /* pix_x */
        start local 61 // int pix_x
       247: .line 1172
            iload 53 /* x1 */
            iconst_1
            isub
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 62 /* pix_xmaxm1 */
        start local 62 // int pix_xmaxm1
       248: .line 1174
            iload 61 /* pix_x */
            iload 62 /* pix_xmaxm1 */
            if_icmpne 255
       249: .line 1176
            iload 53 /* x1 */
            iload 52 /* x0 */
            isub
            istore 54 /* tmp */
        start local 54 // int tmp
       250: .line 1177
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            dup2
            iaload
            iload 54 /* tmp */
            iadd
            iastore
       251: .line 1178
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            iconst_1
            iadd
            dup2
            iaload
            iload 54 /* tmp */
            isub
            iastore
       252: .line 1180
            iload 73 /* useBlkFlags */
            ifeq 273
       253: .line 1183
            aload 69 /* _blkFlags */
            iload 61 /* pix_x */
            iload 70 /* _BLK_SIZE_LG */
            ishr
            iconst_1
            iastore
       254: .line 1185
            goto 273
        end local 54 // int tmp
       255: .line 1186
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top int int int int int top int int top top top top int top int[] int int int int int int
      StackMap stack:
            iload 52 /* x0 */
            iload 32 /* _SUBPIXEL_MASK_X */
            iand
            istore 54 /* tmp */
        start local 54 // int tmp
       256: .line 1187
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            dup2
            iaload
       257: .line 1188
            iload 34 /* _SUBPIXEL_POSITIONS_X */
            iload 54 /* tmp */
            isub
       258: .line 1187
            iadd
            iastore
       259: .line 1189
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            iconst_1
            iadd
            dup2
            iaload
       260: .line 1190
            iload 54 /* tmp */
       261: .line 1189
            iadd
            iastore
       262: .line 1192
            iload 53 /* x1 */
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 63 /* pix_xmax */
        start local 63 // int pix_xmax
       263: .line 1194
            iload 53 /* x1 */
            iload 32 /* _SUBPIXEL_MASK_X */
            iand
            istore 54 /* tmp */
       264: .line 1195
            aload 7 /* _alpha */
            iload 63 /* pix_xmax */
            dup2
            iaload
       265: .line 1196
            iload 34 /* _SUBPIXEL_POSITIONS_X */
            iload 54 /* tmp */
            isub
       266: .line 1195
            isub
            iastore
       267: .line 1197
            aload 7 /* _alpha */
            iload 63 /* pix_xmax */
            iconst_1
            iadd
            dup2
            iaload
       268: .line 1198
            iload 54 /* tmp */
       269: .line 1197
            isub
            iastore
       270: .line 1200
            iload 73 /* useBlkFlags */
            ifeq 273
       271: .line 1203
            aload 69 /* _blkFlags */
            iload 61 /* pix_x */
            iload 70 /* _BLK_SIZE_LG */
            ishr
            iconst_1
            iastore
       272: .line 1204
            aload 69 /* _blkFlags */
            iload 63 /* pix_xmax */
            iload 70 /* _BLK_SIZE_LG */
            ishr
            iconst_1
            iastore
        end local 63 // int pix_xmax
        end local 62 // int pix_xmaxm1
        end local 61 // int pix_x
        end local 54 // int tmp
       273: .line 1210
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top int int int int int top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 55 /* sum */
            iload 59 /* crorientation */
            iadd
            istore 55 /* sum */
       274: .line 1211
            iload 57 /* curx */
            istore 56 /* prev */
       275: .line 1147
            iinc 47 /* i */ 1
      StackMap locals:
      StackMap stack:
       276: iload 47 /* i */
            iload 39 /* numCrossings */
            if_icmplt 231
       277: .line 1213
            goto 329
        end local 55 // int sum
       278: .line 1216
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top top int int int int top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iconst_1
            istore 47 /* i */
            iconst_0
            istore 55 /* sum */
        start local 55 // int sum
       279: .line 1217
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top int int int int int top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 55 /* sum */
            iload 59 /* crorientation */
            iadd
            istore 55 /* sum */
       280: .line 1219
            iload 55 /* sum */
            ifeq 284
       281: .line 1221
            iload 56 /* prev */
            iload 57 /* curx */
            if_icmple 323
       282: .line 1222
            iload 57 /* curx */
            istore 56 /* prev */
       283: .line 1224
            goto 323
       284: .line 1227
      StackMap locals:
      StackMap stack:
            iload 56 /* prev */
            iload 4 /* bboxx0 */
            if_icmple 285
            iload 56 /* prev */
            goto 286
      StackMap locals:
      StackMap stack:
       285: iload 4 /* bboxx0 */
      StackMap locals:
      StackMap stack: int
       286: istore 52 /* x0 */
       287: .line 1229
            iload 57 /* curx */
            iload 5 /* bboxx1 */
            if_icmpge 290
       288: .line 1230
            iload 57 /* curx */
            istore 53 /* x1 */
       289: .line 1231
            goto 292
       290: .line 1232
      StackMap locals:
      StackMap stack:
            iload 5 /* bboxx1 */
            istore 53 /* x1 */
       291: .line 1234
            iload 39 /* numCrossings */
            istore 47 /* i */
       292: .line 1237
      StackMap locals:
      StackMap stack:
            iload 52 /* x0 */
            iload 53 /* x1 */
            if_icmpge 322
       293: .line 1238
            iload 52 /* x0 */
            iload 4 /* bboxx0 */
            isub
            istore 52 /* x0 */
       294: .line 1239
            iload 53 /* x1 */
            iload 4 /* bboxx0 */
            isub
            istore 53 /* x1 */
       295: .line 1241
            iload 52 /* x0 */
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 61 /* pix_x */
        start local 61 // int pix_x
       296: .line 1242
            iload 53 /* x1 */
            iconst_1
            isub
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 62 /* pix_xmaxm1 */
        start local 62 // int pix_xmaxm1
       297: .line 1244
            iload 61 /* pix_x */
            iload 62 /* pix_xmaxm1 */
            if_icmpne 304
       298: .line 1246
            iload 53 /* x1 */
            iload 52 /* x0 */
            isub
            istore 54 /* tmp */
        start local 54 // int tmp
       299: .line 1247
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            dup2
            iaload
            iload 54 /* tmp */
            iadd
            iastore
       300: .line 1248
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            iconst_1
            iadd
            dup2
            iaload
            iload 54 /* tmp */
            isub
            iastore
       301: .line 1250
            iload 73 /* useBlkFlags */
            ifeq 322
       302: .line 1253
            aload 69 /* _blkFlags */
            iload 61 /* pix_x */
            iload 70 /* _BLK_SIZE_LG */
            ishr
            iconst_1
            iastore
       303: .line 1255
            goto 322
        end local 54 // int tmp
       304: .line 1256
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top int int int int int top int int top top top top int top int[] int int int int int int
      StackMap stack:
            iload 52 /* x0 */
            iload 32 /* _SUBPIXEL_MASK_X */
            iand
            istore 54 /* tmp */
        start local 54 // int tmp
       305: .line 1257
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            dup2
            iaload
       306: .line 1258
            iload 34 /* _SUBPIXEL_POSITIONS_X */
            iload 54 /* tmp */
            isub
       307: .line 1257
            iadd
            iastore
       308: .line 1259
            aload 7 /* _alpha */
            iload 61 /* pix_x */
            iconst_1
            iadd
            dup2
            iaload
       309: .line 1260
            iload 54 /* tmp */
       310: .line 1259
            iadd
            iastore
       311: .line 1262
            iload 53 /* x1 */
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 63 /* pix_xmax */
        start local 63 // int pix_xmax
       312: .line 1264
            iload 53 /* x1 */
            iload 32 /* _SUBPIXEL_MASK_X */
            iand
            istore 54 /* tmp */
       313: .line 1265
            aload 7 /* _alpha */
            iload 63 /* pix_xmax */
            dup2
            iaload
       314: .line 1266
            iload 34 /* _SUBPIXEL_POSITIONS_X */
            iload 54 /* tmp */
            isub
       315: .line 1265
            isub
            iastore
       316: .line 1267
            aload 7 /* _alpha */
            iload 63 /* pix_xmax */
            iconst_1
            iadd
            dup2
            iaload
       317: .line 1268
            iload 54 /* tmp */
       318: .line 1267
            isub
            iastore
       319: .line 1270
            iload 73 /* useBlkFlags */
            ifeq 322
       320: .line 1273
            aload 69 /* _blkFlags */
            iload 61 /* pix_x */
            iload 70 /* _BLK_SIZE_LG */
            ishr
            iconst_1
            iastore
       321: .line 1274
            aload 69 /* _blkFlags */
            iload 63 /* pix_xmax */
            iload 70 /* _BLK_SIZE_LG */
            ishr
            iconst_1
            iastore
        end local 63 // int pix_xmax
        end local 62 // int pix_xmaxm1
        end local 61 // int pix_x
        end local 54 // int tmp
       322: .line 1278
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int int top top top int int int top int int int int int top top top top top top top int top int[] int int int int int int
      StackMap stack:
            ldc 2147483647
            istore 56 /* prev */
       323: .line 1281
      StackMap locals:
      StackMap stack:
            iload 47 /* i */
            iload 39 /* numCrossings */
            if_icmpne 325
       324: .line 1282
            goto 329
       325: .line 1285
      StackMap locals:
      StackMap stack:
            aload 11 /* _crossings */
            iload 47 /* i */
            iaload
            istore 58 /* curxo */
       326: .line 1286
            iload 58 /* curxo */
            iconst_1
            ishr
            istore 57 /* curx */
       327: .line 1289
            iload 58 /* curxo */
            iconst_1
            iand
            iconst_1
            ishl
            iconst_1
            isub
            istore 59 /* crorientation */
       328: .line 1216
            iinc 47 /* i */ 1
            goto 279
        end local 59 // int crorientation
        end local 58 // int curxo
        end local 57 // int curx
        end local 56 // int prev
        end local 55 // int sum
        end local 53 // int x1
        end local 52 // int x0
        end local 51 // int lastCross
        end local 47 // int i
       329: .line 1297
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top int top top top top top top top top top top top top top top top top top top top top int top int[] int int int int int int
      StackMap stack:
            iload 37 /* y */
            iload 33 /* _SUBPIXEL_MASK_Y */
            iand
            iload 33 /* _SUBPIXEL_MASK_Y */
            if_icmpne 352
       330: .line 1298
            iload 37 /* y */
            iload 31 /* _SUBPIXEL_LG_POSITIONS_Y */
            ishr
            istore 75 /* lastY */
       331: .line 1301
            iload 35 /* minX */
            iload 4 /* bboxx0 */
            invokestatic com.sun.marlin.FloatMath.max:(II)I
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 35 /* minX */
       332: .line 1302
            iload 36 /* maxX */
            iload 5 /* bboxx1 */
            invokestatic com.sun.marlin.FloatMath.min:(II)I
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 36 /* maxX */
       333: .line 1304
            iload 36 /* maxX */
            iload 35 /* minX */
            if_icmplt 349
       334: .line 1311
            aload 0 /* this */
            aload 7 /* _alpha */
            iload 75 /* lastY */
            iload 35 /* minX */
            iload 36 /* maxX */
            iconst_1
            iadd
            iload 73 /* useBlkFlags */
            aload 3 /* ac */
            invokevirtual com.sun.marlin.DRenderer.copyAARow:([IIIIZLcom/sun/marlin/MarlinAlphaConsumer;)V
       335: .line 1314
            iload 72 /* _enableBlkFlagsHeuristics */
            ifeq 350
       336: .line 1320
            iload 36 /* maxX */
            iload 35 /* minX */
            isub
            istore 36 /* maxX */
       337: .line 1325
            iload 36 /* maxX */
            iload 71 /* _BLK_SIZE */
            if_icmple 340
            iload 36 /* maxX */
       338: .line 1326
            iload 39 /* numCrossings */
            iload 74 /* stroking */
            ishr
            iconst_1
            isub
            iload 70 /* _BLK_SIZE_LG */
            ishl
       339: .line 1325
            if_icmple 340
            iconst_1
            goto 341
      StackMap locals:
      StackMap stack:
       340: iconst_0
      StackMap locals:
      StackMap stack: int
       341: istore 73 /* useBlkFlags */
       342: .line 1328
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 350
       343: .line 1329
            iconst_1
       344: .line 1330
            iload 39 /* numCrossings */
            iload 74 /* stroking */
            ishr
            iconst_1
            isub
       345: .line 1329
            invokestatic com.sun.marlin.FloatMath.max:(II)I
            istore 54 /* tmp */
        start local 54 // int tmp
       346: .line 1331
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_tile_generator_encoding_dist:Lcom/sun/marlin/stats/Histogram;
       347: .line 1332
            iload 36 /* maxX */
            iload 54 /* tmp */
            idiv
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
        end local 54 // int tmp
       348: .line 1335
            goto 350
       349: .line 1336
      StackMap locals:
      StackMap stack:
            aload 3 /* ac */
            iload 75 /* lastY */
            invokeinterface com.sun.marlin.MarlinAlphaConsumer.clearAlphas:(I)V
       350: .line 1338
      StackMap locals:
      StackMap stack:
            ldc 2147483647
            istore 35 /* minX */
       351: .line 1339
            ldc -2147483648
            istore 36 /* maxX */
       352: .line 816
      StackMap locals:
      StackMap stack:
            iinc 37 /* y */ 1
            iinc 38 /* bucket */ 1
        end local 67 // int prevNumCrossings
        end local 46 // int bucketcount
      StackMap locals: com.sun.marlin.DRenderer int int com.sun.marlin.MarlinAlphaConsumer int int int int[] com.sun.marlin.OffHeapArray int[] int[] int[] int[] int[] int[] long long long long long sun.misc.Unsafe long top top int int int int int int int int int int int int int int top top top top top top top top top top top top top top top top top top top top top top top top top int[] int int int int int int
      StackMap stack:
       353: iload 37 /* y */
            iload 2 /* ymax */
            if_icmplt 44
       354: .line 1344
            iinc 37 /* y */ -1
       355: .line 1345
            iload 37 /* y */
            iload 31 /* _SUBPIXEL_LG_POSITIONS_Y */
            ishr
            istore 37 /* y */
       356: .line 1348
            iload 35 /* minX */
            iload 4 /* bboxx0 */
            invokestatic com.sun.marlin.FloatMath.max:(II)I
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 35 /* minX */
       357: .line 1349
            iload 36 /* maxX */
            iload 5 /* bboxx1 */
            invokestatic com.sun.marlin.FloatMath.min:(II)I
            iload 30 /* _SUBPIXEL_LG_POSITIONS_X */
            ishr
            istore 36 /* maxX */
       358: .line 1351
            iload 36 /* maxX */
            iload 35 /* minX */
            if_icmplt 361
       359: .line 1358
            aload 0 /* this */
            aload 7 /* _alpha */
            iload 37 /* y */
            iload 35 /* minX */
            iload 36 /* maxX */
            iconst_1
            iadd
            iload 73 /* useBlkFlags */
            aload 3 /* ac */
            invokevirtual com.sun.marlin.DRenderer.copyAARow:([IIIIZLcom/sun/marlin/MarlinAlphaConsumer;)V
       360: .line 1359
            goto 363
      StackMap locals:
      StackMap stack:
       361: iload 37 /* y */
            iload 75 /* lastY */
            if_icmpeq 363
       362: .line 1360
            aload 3 /* ac */
            iload 37 /* y */
            invokeinterface com.sun.marlin.MarlinAlphaConsumer.clearAlphas:(I)V
       363: .line 1364
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 39 /* numCrossings */
            putfield com.sun.marlin.DRenderer.edgeCount:I
       364: .line 1365
            aload 0 /* this */
            iload 73 /* useBlkFlags */
            putfield com.sun.marlin.DRenderer.prevUseBlkFlags:Z
       365: .line 1367
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 367
       366: .line 1369
            aload 0 /* this */
            iload 42 /* _arrayMaxUsed */
            putfield com.sun.marlin.DRenderer.activeEdgeMaxUsed:I
       367: .line 1371
      StackMap locals:
      StackMap stack:
            return
        end local 75 // int lastY
        end local 74 // int stroking
        end local 73 // boolean useBlkFlags
        end local 72 // boolean _enableBlkFlagsHeuristics
        end local 71 // int _BLK_SIZE
        end local 70 // int _BLK_SIZE_LG
        end local 69 // int[] _blkFlags
        end local 43 // int ptrLen
        end local 42 // int _arrayMaxUsed
        end local 41 // int crossingsLen
        end local 40 // int edgePtrsLen
        end local 39 // int numCrossings
        end local 38 // int bucket
        end local 37 // int y
        end local 36 // int maxX
        end local 35 // int minX
        end local 34 // int _SUBPIXEL_POSITIONS_X
        end local 33 // int _SUBPIXEL_MASK_Y
        end local 32 // int _SUBPIXEL_MASK_X
        end local 31 // int _SUBPIXEL_LG_POSITIONS_Y
        end local 30 // int _SUBPIXEL_LG_POSITIONS_X
        end local 26 // long addr0
        end local 25 // sun.misc.Unsafe _unsafe
        end local 23 // long _OFF_YMAX
        end local 21 // long _OFF_NEXT
        end local 19 // long _OFF_BUMP_ERR
        end local 17 // long _OFF_BUMP_X
        end local 15 // long _OFF_ERROR
        end local 14 // int[] _aux_edgePtrs
        end local 13 // int[] _aux_crossings
        end local 12 // int[] _edgePtrs
        end local 11 // int[] _crossings
        end local 10 // int[] _edgeBucketCounts
        end local 9 // int[] _edgeBuckets
        end local 8 // com.sun.marlin.OffHeapArray _edges
        end local 7 // int[] _alpha
        end local 6 // boolean windingRuleEvenOdd
        end local 5 // int bboxx1
        end local 4 // int bboxx0
        end local 3 // com.sun.marlin.MarlinAlphaConsumer ac
        end local 2 // int ymax
        end local 1 // int ymin
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0  368     0                       this  Lcom/sun/marlin/DRenderer;
            0  368     1                       ymin  I
            0  368     2                       ymax  I
            0  368     3                         ac  Lcom/sun/marlin/MarlinAlphaConsumer;
            1  368     4                     bboxx0  I
            2  368     5                     bboxx1  I
            5  368     6         windingRuleEvenOdd  Z
            6  368     7                     _alpha  [I
            7  368     8                     _edges  Lcom/sun/marlin/OffHeapArray;
            8  368     9               _edgeBuckets  [I
            9  368    10          _edgeBucketCounts  [I
           10  368    11                 _crossings  [I
           11  368    12                  _edgePtrs  [I
           12  368    13             _aux_crossings  [I
           13  368    14              _aux_edgePtrs  [I
           14  368    15                 _OFF_ERROR  J
           15  368    17                _OFF_BUMP_X  J
           16  368    19              _OFF_BUMP_ERR  J
           17  368    21                  _OFF_NEXT  J
           18  368    23                  _OFF_YMAX  J
           19  368    25                    _unsafe  Lsun/misc/Unsafe;
           20  368    26                      addr0  J
           51   60    28                       addr  J
           85  111    28                       addr  J
          124  170    28                       addr  J
          183  212    28                       addr  J
           21  368    30   _SUBPIXEL_LG_POSITIONS_X  I
           22  368    31   _SUBPIXEL_LG_POSITIONS_Y  I
           23  368    32           _SUBPIXEL_MASK_X  I
           24  368    33           _SUBPIXEL_MASK_Y  I
           25  368    34      _SUBPIXEL_POSITIONS_X  I
           26  368    35                       minX  I
           27  368    36                       maxX  I
           28  368    37                          y  I
           29  368    38                     bucket  I
           30  368    39               numCrossings  I
           31  368    40                edgePtrsLen  I
           32  368    41               crossingsLen  I
           33  368    42              _arrayMaxUsed  I
           34  368    43                     ptrLen  I
           53   60    44                   newCount  I
           67  111    45                     ptrEnd  I
           45  353    46                bucketcount  I
           52   60    47                          i  I
          121  172    47                          i  I
          180  329    47                          i  I
          150  158    48                          j  I
          159  168    48                          j  I
          200  209    48                          j  I
           55   58    49                       ecur  I
           86  111    49                       ecur  I
          123  170    49                       ecur  I
          182  212    49                       ecur  I
          126  170    50                      cross  I
          185  212    50                      cross  I
          120  172    51                  lastCross  I
          179  329    51                  lastCross  I
          220  329    52                         x0  I
          223  329    53                         x1  I
          250  255    54                        tmp  I
          256  273    54                        tmp  I
          299  304    54                        tmp  I
          305  322    54                        tmp  I
          346  348    54                        tmp  I
          230  278    55                        sum  I
          279  329    55                        sum  I
          227  329    56                       prev  I
          125  170    57                       curx  I
          184  212    57                       curx  I
          226  329    57                       curx  I
          219  329    58                      curxo  I
          228  329    59              crorientation  I
          130  170    60                        err  I
          189  212    60                        err  I
          247  273    61                      pix_x  I
          296  322    61                      pix_x  I
          248  273    62                 pix_xmaxm1  I
          297  322    62                 pix_xmaxm1  I
          263  273    63                   pix_xmax  I
          312  322    63                   pix_xmax  I
          141  158    64                        low  I
          142  158    65                       high  I
          143  158    66                        mid  I
           46  353    67           prevNumCrossings  I
          119  172    68            useBinarySearch  Z
           35  368    69                  _blkFlags  [I
           36  368    70               _BLK_SIZE_LG  I
           37  368    71                  _BLK_SIZE  I
           40  368    72  _enableBlkFlagsHeuristics  Z
           41  368    73                useBlkFlags  Z
           42  368    74                   stroking  I
           43  368    75                      lastY  I
    MethodParameters:
      Name  Flags
      ymin  final
      ymax  final
      ac    final

  void endRendering();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=10, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1377
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinY:I
            ldc 2147483647
            if_icmpne 2
         1: .line 1378
            return
         2: .line 1382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinX:D
            ldc 0.5
            dsub
            invokestatic com.sun.marlin.FloatMath.ceil_int:(D)I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinX:I
            invokestatic com.sun.marlin.FloatMath.max:(II)I
            istore 1 /* spminX */
        start local 1 // int spminX
         3: .line 1383
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxX:D
            ldc 0.5
            dsub
            invokestatic com.sun.marlin.FloatMath.ceil_int:(D)I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMaxX:I
            invokestatic com.sun.marlin.FloatMath.min:(II)I
            istore 2 /* spmaxX */
        start local 2 // int spmaxX
         4: .line 1386
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinY:I
            istore 3 /* spminY */
        start local 3 // int spminY
         5: .line 1387
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxY:I
            istore 4 /* spmaxY */
        start local 4 // int spmaxY
         6: .line 1389
            aload 0 /* this */
            iload 3 /* spminY */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            isub
            putfield com.sun.marlin.DRenderer.buckets_minY:I
         7: .line 1390
            aload 0 /* this */
            iload 4 /* spmaxY */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.boundsMinY:I
            isub
            putfield com.sun.marlin.DRenderer.buckets_maxY:I
         8: .line 1392
            getstatic com.sun.marlin.DRenderer.DO_LOG_BOUNDS:Z
            ifeq 15
         9: .line 1393
            new java.lang.StringBuilder
            dup
            ldc "edgesXY = ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinX:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxX:D
            invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
        10: .line 1394
            ldc "[ ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMinY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.edgeMaxY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        11: .line 1393
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.marlin.MarlinUtils.logInfo:(Ljava/lang/String;)V
        12: .line 1395
            new java.lang.StringBuilder
            dup
            ldc "spXY    = ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* spminX */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 2 /* spmaxX */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        13: .line 1396
            ldc "[ ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* spminY */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 4 /* spmaxY */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        14: .line 1395
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.marlin.MarlinUtils.logInfo:(Ljava/lang/String;)V
        15: .line 1400
      StackMap locals: com.sun.marlin.DRenderer int int int int
      StackMap stack:
            iload 1 /* spminX */
            iload 2 /* spmaxX */
            if_icmpge 16
            iload 3 /* spminY */
            iload 4 /* spmaxY */
            if_icmplt 17
        16: .line 1401
      StackMap locals:
      StackMap stack:
            return
        17: .line 1406
      StackMap locals:
      StackMap stack:
            iload 1 /* spminX */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            ishr
            istore 5 /* pminX */
        start local 5 // int pminX
        18: .line 1408
            iload 2 /* spmaxX */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_MASK_X:I
            iadd
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            ishr
            istore 6 /* pmaxX */
        start local 6 // int pmaxX
        19: .line 1410
            iload 3 /* spminY */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_Y:I
            ishr
            istore 7 /* pminY */
        start local 7 // int pminY
        20: .line 1412
            iload 4 /* spmaxY */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_MASK_Y:I
            iadd
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_Y:I
            ishr
            istore 8 /* pmaxY */
        start local 8 // int pmaxY
        21: .line 1415
            aload 0 /* this */
            iload 5 /* pminX */
            iload 7 /* pminY */
            iload 6 /* pmaxX */
            iload 8 /* pmaxY */
            invokevirtual com.sun.marlin.DRenderer.initConsumer:(IIII)V
        22: .line 1418
            getstatic com.sun.marlin.DRenderer.ENABLE_BLOCK_FLAGS:Z
            ifeq 31
        23: .line 1419
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.useRLE:Z
            putfield com.sun.marlin.DRenderer.enableBlkFlags:Z
        24: .line 1420
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.enableBlkFlags:Z
            ifeq 25
            getstatic com.sun.marlin.DRenderer.ENABLE_BLOCK_FLAGS_HEURISTICS:Z
            ifne 25
            iconst_1
            goto 26
      StackMap locals: com.sun.marlin.DRenderer int int int int int int int int
      StackMap stack: com.sun.marlin.DRenderer
        25: iconst_0
      StackMap locals: com.sun.marlin.DRenderer int int int int int int int int
      StackMap stack: com.sun.marlin.DRenderer int
        26: putfield com.sun.marlin.DRenderer.prevUseBlkFlags:Z
        27: .line 1422
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.enableBlkFlags:Z
            ifeq 31
        28: .line 1425
            iload 6 /* pmaxX */
            iload 5 /* pminX */
            isub
            getstatic com.sun.marlin.DRenderer.BLOCK_SIZE_LG:I
            ishr
            iconst_2
            iadd
            istore 9 /* blkLen */
        start local 9 // int blkLen
        29: .line 1426
            iload 9 /* blkLen */
            sipush 256
            if_icmple 31
        30: .line 1427
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.blkFlags_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            iload 9 /* blkLen */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
            putfield com.sun.marlin.DRenderer.blkFlags:[I
        end local 9 // int blkLen
        31: .line 1436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* pminX */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            ishl
            putfield com.sun.marlin.DRenderer.bbox_spminX:I
        32: .line 1438
            aload 0 /* this */
            iload 6 /* pmaxX */
            getstatic com.sun.marlin.DRenderer.SUBPIXEL_LG_POSITIONS_X:I
            ishl
            putfield com.sun.marlin.DRenderer.bbox_spmaxX:I
        33: .line 1440
            aload 0 /* this */
            iload 3 /* spminY */
            putfield com.sun.marlin.DRenderer.bbox_spminY:I
        34: .line 1442
            aload 0 /* this */
            iload 4 /* spmaxY */
            putfield com.sun.marlin.DRenderer.bbox_spmaxY:I
        35: .line 1444
            getstatic com.sun.marlin.DRenderer.DO_LOG_BOUNDS:Z
            ifeq 43
        36: .line 1445
            new java.lang.StringBuilder
            dup
            ldc "pXY       = ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* pminX */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 6 /* pmaxX */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        37: .line 1446
            ldc "[ ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 7 /* pminY */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 8 /* pmaxY */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        38: .line 1445
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.marlin.MarlinUtils.logInfo:(Ljava/lang/String;)V
        39: .line 1447
            new java.lang.StringBuilder
            dup
            ldc "bbox_spXY = ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spminX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        40: .line 1448
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spmaxX:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "[ ["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spminY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " ... "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        41: .line 1449
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spmaxY:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "["
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        42: .line 1447
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokestatic com.sun.marlin.MarlinUtils.logInfo:(Ljava/lang/String;)V
        43: .line 1454
      StackMap locals:
      StackMap stack:
            iload 6 /* pmaxX */
            iload 5 /* pminX */
            isub
            iconst_2
            iadd
            istore 9 /* width */
        start local 9 // int width
        44: .line 1457
            iload 9 /* width */
            getstatic com.sun.marlin.DRenderer.INITIAL_AA_ARRAY:I
            if_icmple 48
        45: .line 1458
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 47
        46: .line 1459
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_array_renderer_alphaline:Lcom/sun/marlin/stats/StatLong;
            iload 9 /* width */
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
        47: .line 1461
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.alphaLine_ref:Lcom/sun/marlin/IntArrayCache$Reference;
            iload 9 /* width */
            invokevirtual com.sun.marlin.IntArrayCache$Reference.getArray:(I)[I
            putfield com.sun.marlin.DRenderer.alphaLine:[I
        48: .line 1463
      StackMap locals:
      StackMap stack:
            return
        end local 9 // int width
        end local 8 // int pmaxY
        end local 7 // int pminY
        end local 6 // int pmaxX
        end local 5 // int pminX
        end local 4 // int spmaxY
        end local 3 // int spminY
        end local 2 // int spmaxX
        end local 1 // int spminX
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   49     0    this  Lcom/sun/marlin/DRenderer;
            3   49     1  spminX  I
            4   49     2  spmaxX  I
            5   49     3  spminY  I
            6   49     4  spmaxY  I
           18   49     5   pminX  I
           19   49     6   pmaxX  I
           20   49     7   pminY  I
           21   49     8   pmaxY  I
           29   31     9  blkLen  I
           44   49     9   width  I

  void initConsumer(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // int minx
        start local 2 // int miny
        start local 3 // int maxx
        start local 4 // int maxy
         0: .line 1468
            aload 0 /* this */
            iload 1 /* minx */
            putfield com.sun.marlin.DRenderer.bboxX0:I
         1: .line 1469
            aload 0 /* this */
            iload 3 /* maxx */
            putfield com.sun.marlin.DRenderer.bboxX1:I
         2: .line 1470
            aload 0 /* this */
            iload 2 /* miny */
            putfield com.sun.marlin.DRenderer.bboxY0:I
         3: .line 1471
            aload 0 /* this */
            iload 4 /* maxy */
            putfield com.sun.marlin.DRenderer.bboxY1:I
         4: .line 1473
            iload 3 /* maxx */
            iload 1 /* minx */
            isub
            istore 5 /* width */
        start local 5 // int width
         5: .line 1475
            getstatic com.sun.marlin.DRenderer.FORCE_NO_RLE:Z
            ifeq 8
         6: .line 1476
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.useRLE:Z
         7: .line 1477
            goto 14
      StackMap locals: int
      StackMap stack:
         8: getstatic com.sun.marlin.DRenderer.FORCE_RLE:Z
            ifeq 11
         9: .line 1478
            aload 0 /* this */
            iconst_1
            putfield com.sun.marlin.DRenderer.useRLE:Z
        10: .line 1479
            goto 14
        11: .line 1484
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* width */
            getstatic com.sun.marlin.DRenderer.RLE_MIN_WIDTH:I
            if_icmple 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: com.sun.marlin.DRenderer
        12: iconst_0
      StackMap locals: com.sun.marlin.DRenderer int int int int int
      StackMap stack: com.sun.marlin.DRenderer int
        13: putfield com.sun.marlin.DRenderer.useRLE:Z
        14: .line 1486
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int width
        end local 4 // int maxy
        end local 3 // int maxx
        end local 2 // int miny
        end local 1 // int minx
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lcom/sun/marlin/DRenderer;
            0   15     1   minx  I
            0   15     2   miny  I
            0   15     3   maxx  I
            0   15     4   maxy  I
            5   15     5  width  I
    MethodParameters:
      Name  Flags
      minx  
      miny  
      maxx  
      maxy  

  public void produceAlphas(com.sun.marlin.MarlinAlphaConsumer);
    descriptor: (Lcom/sun/marlin/MarlinAlphaConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // com.sun.marlin.MarlinAlphaConsumer ac
         0: .line 1491
            aload 1 /* ac */
            getstatic com.sun.marlin.DRenderer.MAX_AA_ALPHA:I
            invokeinterface com.sun.marlin.MarlinAlphaConsumer.setMaxAlpha:(I)V
         1: .line 1493
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.enableBlkFlags:Z
            ifeq 4
            aload 1 /* ac */
            invokeinterface com.sun.marlin.MarlinAlphaConsumer.supportBlockFlags:()Z
            ifne 4
         2: .line 1495
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.enableBlkFlags:Z
         3: .line 1496
            aload 0 /* this */
            iconst_0
            putfield com.sun.marlin.DRenderer.prevUseBlkFlags:Z
         4: .line 1504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spminY:I
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bbox_spmaxY:I
            aload 1 /* ac */
            invokevirtual com.sun.marlin.DRenderer._endRendering:(IILcom/sun/marlin/MarlinAlphaConsumer;)V
         5: .line 1509
            return
        end local 1 // com.sun.marlin.MarlinAlphaConsumer ac
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/marlin/DRenderer;
            0    6     1    ac  Lcom/sun/marlin/MarlinAlphaConsumer;
    MethodParameters:
      Name  Flags
      ac    final

  void copyAARow(int[], int, int, int, boolean, com.sun.marlin.MarlinAlphaConsumer);
    descriptor: ([IIIIZLcom/sun/marlin/MarlinAlphaConsumer;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.sun.marlin.DRenderer this
        start local 1 // int[] alphaRow
        start local 2 // int pix_y
        start local 3 // int pix_from
        start local 4 // int pix_to
        start local 5 // boolean useBlockFlags
        start local 6 // com.sun.marlin.MarlinAlphaConsumer ac
         0: .line 1519
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 2
         1: .line 1520
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.stat_cache_rowAA:Lcom/sun/marlin/stats/StatLong;
            iload 4 /* pix_to */
            iload 3 /* pix_from */
            isub
            invokevirtual com.sun.marlin.stats.StatLong.add:(I)V
         2: .line 1523
      StackMap locals:
      StackMap stack:
            iload 5 /* useBlockFlags */
            ifeq 7
         3: .line 1524
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 5
         4: .line 1525
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_tile_generator_encoding:Lcom/sun/marlin/stats/Histogram;
            iconst_1
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
         5: .line 1527
      StackMap locals:
      StackMap stack:
            aload 6 /* ac */
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.blkFlags:[I
            aload 1 /* alphaRow */
            iload 2 /* pix_y */
            iload 3 /* pix_from */
            iload 4 /* pix_to */
            invokeinterface com.sun.marlin.MarlinAlphaConsumer.setAndClearRelativeAlphas:([I[IIII)V
         6: .line 1528
            goto 10
         7: .line 1529
      StackMap locals:
      StackMap stack:
            getstatic com.sun.marlin.DRenderer.DO_STATS:Z
            ifeq 9
         8: .line 1530
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.rdrCtx:Lcom/sun/marlin/DRendererContext;
            getfield com.sun.marlin.DRendererContext.stats:Lcom/sun/marlin/RendererStats;
            getfield com.sun.marlin.RendererStats.hist_tile_generator_encoding:Lcom/sun/marlin/stats/Histogram;
            iconst_0
            invokevirtual com.sun.marlin.stats.Histogram.add:(I)V
         9: .line 1532
      StackMap locals:
      StackMap stack:
            aload 6 /* ac */
            aload 1 /* alphaRow */
            iload 2 /* pix_y */
            iload 3 /* pix_from */
            iload 4 /* pix_to */
            invokeinterface com.sun.marlin.MarlinAlphaConsumer.setAndClearRelativeAlphas:([IIII)V
        10: .line 1537
      StackMap locals:
      StackMap stack:
            return
        end local 6 // com.sun.marlin.MarlinAlphaConsumer ac
        end local 5 // boolean useBlockFlags
        end local 4 // int pix_to
        end local 3 // int pix_from
        end local 2 // int pix_y
        end local 1 // int[] alphaRow
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lcom/sun/marlin/DRenderer;
            0   11     1       alphaRow  [I
            0   11     2          pix_y  I
            0   11     3       pix_from  I
            0   11     4         pix_to  I
            0   11     5  useBlockFlags  Z
            0   11     6             ac  Lcom/sun/marlin/MarlinAlphaConsumer;
    MethodParameters:
               Name  Flags
      alphaRow       final
      pix_y          final
      pix_from       final
      pix_to         final
      useBlockFlags  final
      ac             final

  public int getOutpixMinX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1544
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bboxX0:I
            ireturn
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/marlin/DRenderer;

  public int getOutpixMaxX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1549
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bboxX1:I
            ireturn
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/marlin/DRenderer;

  public int getOutpixMinY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1554
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bboxY0:I
            ireturn
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/marlin/DRenderer;

  public int getOutpixMaxY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1559
            aload 0 /* this */
            getfield com.sun.marlin.DRenderer.bboxY1:I
            ireturn
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/marlin/DRenderer;

  public double getOffsetX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1564
            getstatic com.sun.marlin.DRenderer.RDR_OFFSET_X:D
            dreturn
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/marlin/DRenderer;

  public double getOffsetY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.marlin.DRenderer this
         0: .line 1569
            getstatic com.sun.marlin.DRenderer.RDR_OFFSET_Y:D
            dreturn
        end local 0 // com.sun.marlin.DRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/marlin/DRenderer;

  public com.sun.marlin.DMarlinRenderer init(int, int, int, int, int);
    descriptor: (IIIII)Lcom/sun/marlin/DMarlinRenderer;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            iload 1
            iload 2
            iload 3
            iload 4
            iload 5
            invokevirtual com.sun.marlin.DRenderer.init:(IIIII)Lcom/sun/marlin/DRenderer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DRenderer.java"
InnerClasses:
  final DRendererSharedMemory = com.sun.marlin.DRendererContext$DRendererSharedMemory of com.sun.marlin.DRendererContext
  final Reference = com.sun.marlin.IntArrayCache$Reference of com.sun.marlin.IntArrayCache