public final class sun.java2d.SunGraphics2D extends java.awt.Graphics2D implements sun.awt.ConstrainableGraphics, java.lang.Cloneable, sun.java2d.DestSurfaceProvider
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.java2d.SunGraphics2D
  super_class: java.awt.Graphics2D
{
  public static final int PAINT_CUSTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public int eargb;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int pixel;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.SurfaceData surfaceData;
    descriptor: Lsun/java2d/SurfaceData;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.PixelDrawPipe drawpipe;
    descriptor: Lsun/java2d/pipe/PixelDrawPipe;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.PixelFillPipe fillpipe;
    descriptor: Lsun/java2d/pipe/PixelFillPipe;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.DrawImagePipe imagepipe;
    descriptor: Lsun/java2d/pipe/DrawImagePipe;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.ShapeDrawPipe shapepipe;
    descriptor: Lsun/java2d/pipe/ShapeDrawPipe;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.TextPipe textpipe;
    descriptor: Lsun/java2d/pipe/TextPipe;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.loops.MaskFill alphafill;
    descriptor: Lsun/java2d/loops/MaskFill;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.loops.RenderLoops loops;
    descriptor: Lsun/java2d/loops/RenderLoops;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.loops.CompositeType imageComp;
    descriptor: Lsun/java2d/loops/CompositeType;
    flags: (0x0001) ACC_PUBLIC

  public int paintState;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int compositeState;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int strokeState;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int transformState;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int clipState;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.awt.Color foregroundColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC

  public java.awt.Color backgroundColor;
    descriptor: Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC

  public java.awt.geom.AffineTransform transform;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC

  public int transX;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int transY;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  protected static final java.awt.Stroke defaultStroke;
    descriptor: Ljava/awt/Stroke;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final java.awt.Composite defaultComposite;
    descriptor: Ljava/awt/Composite;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  private static final java.awt.Font defaultFont;
    descriptor: Ljava/awt/Font;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  public java.awt.Paint paint;
    descriptor: Ljava/awt/Paint;
    flags: (0x0001) ACC_PUBLIC

  public java.awt.Stroke stroke;
    descriptor: Ljava/awt/Stroke;
    flags: (0x0001) ACC_PUBLIC

  public java.awt.Composite composite;
    descriptor: Ljava/awt/Composite;
    flags: (0x0001) ACC_PUBLIC

  protected java.awt.Font font;
    descriptor: Ljava/awt/Font;
    flags: (0x0004) ACC_PROTECTED

  protected java.awt.FontMetrics fontMetrics;
    descriptor: Ljava/awt/FontMetrics;
    flags: (0x0004) ACC_PROTECTED

  public int renderHint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int antialiasHint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int textAntialiasHint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

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

  public int lcdTextContrast;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  private static int lcdTextContrastDefaultValue;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  public int strokeHint;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int interpolationType;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.awt.RenderingHints hints;
    descriptor: Ljava/awt/RenderingHints;
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.Region constrainClip;
    descriptor: Lsun/java2d/pipe/Region;
    flags: (0x0001) ACC_PUBLIC

  public int constrainX;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public int constrainY;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public sun.java2d.pipe.Region clipRegion;
    descriptor: Lsun/java2d/pipe/Region;
    flags: (0x0001) ACC_PUBLIC

  public java.awt.Shape usrClip;
    descriptor: Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC

  protected sun.java2d.pipe.Region devClip;
    descriptor: Lsun/java2d/pipe/Region;
    flags: (0x0004) ACC_PROTECTED

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

  private sun.java2d.loops.FontInfo fontInfo;
    descriptor: Lsun/java2d/loops/FontInfo;
    flags: (0x0002) ACC_PRIVATE

  private sun.java2d.loops.FontInfo glyphVectorFontInfo;
    descriptor: Lsun/java2d/loops/FontInfo;
    flags: (0x0002) ACC_PRIVATE

  private java.awt.font.FontRenderContext glyphVectorFRC;
    descriptor: Ljava/awt/font/FontRenderContext;
    flags: (0x0002) ACC_PRIVATE

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

  protected static sun.java2d.pipe.ValidatePipe invalidpipe;
    descriptor: Lsun/java2d/pipe/ValidatePipe;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC

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

  private static final java.awt.geom.AffineTransform IDENT_ATX;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

  private static double[][] textTxArr;
    descriptor: [[D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.awt.geom.AffineTransform[] textAtArr;
    descriptor: [Ljava/awt/geom/AffineTransform;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static final int NON_UNIFORM_SCALE_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 36

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

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

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

  static final int NON_RECTILINEAR_TRANSFORM_MASK;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 48

  sun.java2d.loops.Blit lastCAblit;
    descriptor: Lsun/java2d/loops/Blit;
    flags: (0x0000) 

  java.awt.Composite lastCAcomp;
    descriptor: Ljava/awt/Composite;
    flags: (0x0000) 

  private java.awt.font.FontRenderContext cachedFRC;
    descriptor: Ljava/awt/font/FontRenderContext;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 177
            new java.awt.BasicStroke
            dup
            invokespecial java.awt.BasicStroke.<init>:()V
            putstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
         1: .line 178
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            putstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
         2: .line 180
            new java.awt.Font
            dup
            ldc "Dialog"
            iconst_0
            bipush 12
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
         3: .line 179
            putstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
         4: .line 195
            sipush 140
            putstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
         5: .line 225
            invokestatic sun.misc.PerformanceLogger.loggingEnabled:()Z
            ifeq 7
         6: .line 226
            ldc "SunGraphics2D static initialization"
            invokestatic sun.misc.PerformanceLogger.setTime:(Ljava/lang/String;)I
            pop
         7: .line 358
      StackMap locals:
      StackMap stack:
            new sun.java2d.pipe.ValidatePipe
            dup
            invokespecial sun.java2d.pipe.ValidatePipe.<init>:()V
            putstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
         8: .line 508
            iconst_4
            newarray 7
            dup
            iconst_0
            dconst_1
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            dconst_1
            dastore
            putstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
         9: .line 510
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
        10: .line 509
            putstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
        11: .line 514
            bipush 17
            anewarray double[]
            putstatic sun.java2d.SunGraphics2D.textTxArr:[[D
        12: .line 516
            bipush 17
            anewarray java.awt.geom.AffineTransform
        13: .line 515
            putstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
        14: .line 519
            bipush 8
            istore 0 /* i */
        start local 0 // int i
        15: goto 19
        16: .line 520
      StackMap locals: int
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 0 /* i */
            iconst_4
            newarray 7
            dup
            iconst_0
            iload 0 /* i */
            i2d
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            iload 0 /* i */
            i2d
            dastore
            aastore
        17: .line 521
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 0 /* i */
            new java.awt.geom.AffineTransform
            dup
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 0 /* i */
            aaload
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            aastore
        18: .line 519
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 0 /* i */
            bipush 17
            if_icmplt 16
        end local 0 // int i
        20: .line 973
            invokestatic sun.java2d.pipe.RenderingEngine.getInstance:()Lsun/java2d/pipe/RenderingEngine;
            invokevirtual sun.java2d.pipe.RenderingEngine.getMinimumAAPenSize:()F
            f2d
        21: .line 972
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
        22: .line 975
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dmul
        23: .line 974
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAASquared:D
        24: .line 1866
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
           15   20     0     i  I

  public void <init>(sun.java2d.SurfaceData, java.awt.Color, java.awt.Color, java.awt.Font);
    descriptor: (Lsun/java2d/SurfaceData;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // sun.java2d.SurfaceData sd
        start local 2 // java.awt.Color fg
        start local 3 // java.awt.Color bg
        start local 4 // java.awt.Font f
         0: .line 230
            aload 0 /* this */
            invokespecial java.awt.Graphics2D.<init>:()V
         1: .line 231
            aload 0 /* this */
            aload 1 /* sd */
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         2: .line 232
            aload 0 /* this */
            aload 2 /* fg */
            putfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
         3: .line 233
            aload 0 /* this */
            aload 3 /* bg */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         4: .line 235
            aload 0 /* this */
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            putfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
         5: .line 236
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         6: .line 237
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
         7: .line 238
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         8: .line 240
            aload 0 /* this */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
         9: .line 242
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
        10: .line 243
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 244
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        12: .line 245
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        13: .line 246
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        14: .line 247
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        15: .line 248
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        16: .line 250
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        17: .line 252
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        18: .line 254
            aload 0 /* this */
            aload 4 /* f */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        19: .line 255
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 21
        20: .line 256
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        21: .line 259
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.SurfaceData java.awt.Color java.awt.Color java.awt.Font
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sd */
            aload 0 /* this */
            invokevirtual sun.java2d.SurfaceData.getRenderLoops:(Lsun/java2d/SunGraphics2D;)Lsun/java2d/loops/RenderLoops;
            putfield sun.java2d.SunGraphics2D.loops:Lsun/java2d/loops/RenderLoops;
        22: .line 260
            aload 0 /* this */
            aload 1 /* sd */
            invokevirtual sun.java2d.SurfaceData.getBounds:()Ljava/awt/Rectangle;
            invokevirtual sun.java2d.SunGraphics2D.setDevClip:(Ljava/awt/Rectangle;)V
        23: .line 261
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        24: .line 262
            return
        end local 4 // java.awt.Font f
        end local 3 // java.awt.Color bg
        end local 2 // java.awt.Color fg
        end local 1 // sun.java2d.SurfaceData sd
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lsun/java2d/SunGraphics2D;
            0   25     1    sd  Lsun/java2d/SurfaceData;
            0   25     2    fg  Ljava/awt/Color;
            0   25     3    bg  Ljava/awt/Color;
            0   25     4     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      sd    
      fg    
      bg    
      f     

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 266
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast sun.java2d.SunGraphics2D
            astore 1 /* g */
        start local 1 // sun.java2d.SunGraphics2D g
         1: .line 267
            aload 1 /* g */
            new java.awt.geom.AffineTransform
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            putfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
         2: .line 268
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 4
         3: .line 269
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            invokevirtual java.awt.RenderingHints.clone:()Ljava/lang/Object;
            checkcast java.awt.RenderingHints
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         4: .line 277
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 9
         5: .line 278
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifeq 8
         6: .line 279
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            invokevirtual sun.java2d.loops.FontInfo.clone:()Ljava/lang/Object;
            checkcast sun.java2d.loops.FontInfo
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         7: .line 280
            goto 9
         8: .line 281
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         9: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 14
        10: .line 285
            aload 1 /* g */
        11: .line 286
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            invokevirtual sun.java2d.loops.FontInfo.clone:()Ljava/lang/Object;
            checkcast sun.java2d.loops.FontInfo
        12: .line 285
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        13: .line 287
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
        14: .line 290
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
        15: areturn
        end local 1 // sun.java2d.SunGraphics2D g
        16: .line 291
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack: java.lang.CloneNotSupportedException
            pop
        17: .line 293
            aconst_null
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/java2d/SunGraphics2D;
            1   16     1     g  Lsun/java2d/SunGraphics2D;
      Exception table:
        from    to  target  type
           0    15      16  Class java.lang.CloneNotSupportedException

  public java.awt.Graphics create();
    descriptor: ()Ljava/awt/Graphics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 300
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.clone:()Ljava/lang/Object;
            checkcast java.awt.Graphics
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public void setDevClip(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 304
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            astore 5 /* c */
        start local 5 // sun.java2d.pipe.Region c
         1: .line 305
            aload 5 /* c */
            ifnonnull 4
         2: .line 306
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokestatic sun.java2d.pipe.Region.getInstanceXYWH:(IIII)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
         3: .line 307
            goto 5
         4: .line 308
      StackMap locals: sun.java2d.pipe.Region
      StackMap stack:
            aload 0 /* this */
            aload 5 /* c */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.pipe.Region.getIntersectionXYWH:(IIII)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
         5: .line 310
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         6: .line 311
            return
        end local 5 // sun.java2d.pipe.Region c
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/SunGraphics2D;
            0    7     1     x  I
            0    7     2     y  I
            0    7     3     w  I
            0    7     4     h  I
            1    7     5     c  Lsun/java2d/pipe/Region;
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void setDevClip(java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Rectangle r
         0: .line 314
            aload 0 /* this */
            aload 1 /* r */
            getfield java.awt.Rectangle.x:I
            aload 1 /* r */
            getfield java.awt.Rectangle.y:I
            aload 1 /* r */
            getfield java.awt.Rectangle.width:I
            aload 1 /* r */
            getfield java.awt.Rectangle.height:I
            invokevirtual sun.java2d.SunGraphics2D.setDevClip:(IIII)V
         1: .line 315
            return
        end local 1 // java.awt.Rectangle r
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/SunGraphics2D;
            0    2     1     r  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      r     

  public void constrain(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 330
            iload 1 /* x */
            iload 2 /* y */
            ior
            ifeq 2
         1: .line 331
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.java2d.SunGraphics2D.translate:(II)V
         2: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 5
         3: .line 334
            aload 0 /* this */
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.clipRect:(IIII)V
         4: .line 335
            return
         5: .line 337
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            dup_x1
            putfield sun.java2d.SunGraphics2D.constrainX:I
            istore 1 /* x */
         6: .line 338
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            dup_x1
            putfield sun.java2d.SunGraphics2D.constrainY:I
            istore 2 /* y */
         7: .line 339
            iload 1 /* x */
            iload 3 /* w */
            invokestatic sun.java2d.pipe.Region.dimAdd:(II)I
            istore 3 /* w */
         8: .line 340
            iload 2 /* y */
            iload 4 /* h */
            invokestatic sun.java2d.pipe.Region.dimAdd:(II)I
            istore 4 /* h */
         9: .line 341
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            astore 5 /* c */
        start local 5 // sun.java2d.pipe.Region c
        10: .line 342
            aload 5 /* c */
            ifnonnull 13
        11: .line 343
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokestatic sun.java2d.pipe.Region.getInstanceXYXY:(IIII)Lsun/java2d/pipe/Region;
            astore 5 /* c */
        12: .line 344
            goto 16
        13: .line 345
      StackMap locals: sun.java2d.pipe.Region
      StackMap stack:
            aload 5 /* c */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.pipe.Region.getIntersectionXYXY:(IIII)Lsun/java2d/pipe/Region;
            astore 5 /* c */
        14: .line 346
            aload 5 /* c */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            if_acmpne 16
        15: .line 348
            return
        16: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* c */
            putfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
        17: .line 352
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 5 /* c */
            invokevirtual sun.java2d.pipe.Region.isInsideQuickCheck:(Lsun/java2d/pipe/Region;)Z
            ifne 20
        18: .line 353
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 5 /* c */
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Lsun/java2d/pipe/Region;)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
        19: .line 354
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
        20: .line 356
      StackMap locals:
      StackMap stack:
            return
        end local 5 // sun.java2d.pipe.Region c
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lsun/java2d/SunGraphics2D;
            0   21     1     x  I
            0   21     2     y  I
            0   21     3     w  I
            0   21     4     h  I
           10   21     5     c  Lsun/java2d/pipe/Region;
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  protected void invalidatePipe();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 364
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
         1: .line 365
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
         2: .line 366
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
         3: .line 367
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
         4: .line 368
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
         5: .line 369
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/java2d/SunGraphics2D;

  public void validatePipe();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 379
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.isValid:()Z
            ifne 2
         1: .line 380
            new sun.java2d.InvalidPipeException
            dup
            ldc "attempt to validate Pipe with invalid SurfaceData"
            invokespecial sun.java2d.InvalidPipeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            aload 0 /* this */
            invokevirtual sun.java2d.SurfaceData.validatePipe:(Lsun/java2d/SunGraphics2D;)V
         3: .line 384
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/java2d/SunGraphics2D;

  java.awt.Shape intersectShapes(java.awt.Shape, java.awt.Shape, boolean, boolean);
    descriptor: (Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s1
        start local 2 // java.awt.Shape s2
        start local 3 // boolean keep1
        start local 4 // boolean keep2
         0: .line 394
            aload 1 /* s1 */
            instanceof java.awt.Rectangle
            ifeq 2
            aload 2 /* s2 */
            instanceof java.awt.Rectangle
            ifeq 2
         1: .line 395
            aload 1 /* s1 */
            checkcast java.awt.Rectangle
            aload 2 /* s2 */
            checkcast java.awt.Rectangle
            invokevirtual java.awt.Rectangle.intersection:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
         2: .line 397
      StackMap locals:
      StackMap stack:
            aload 1 /* s1 */
            instanceof java.awt.geom.Rectangle2D
            ifeq 4
         3: .line 398
            aload 0 /* this */
            aload 1 /* s1 */
            checkcast java.awt.geom.Rectangle2D
            aload 2 /* s2 */
            iload 3 /* keep1 */
            iload 4 /* keep2 */
            invokevirtual sun.java2d.SunGraphics2D.intersectRectShape:(Ljava/awt/geom/Rectangle2D;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
            areturn
         4: .line 399
      StackMap locals:
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Rectangle2D
            ifeq 6
         5: .line 400
            aload 0 /* this */
            aload 2 /* s2 */
            checkcast java.awt.geom.Rectangle2D
            aload 1 /* s1 */
            iload 4 /* keep2 */
            iload 3 /* keep1 */
            invokevirtual sun.java2d.SunGraphics2D.intersectRectShape:(Ljava/awt/geom/Rectangle2D;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
            areturn
         6: .line 402
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s1 */
            aload 2 /* s2 */
            iload 3 /* keep1 */
            iload 4 /* keep2 */
            invokevirtual sun.java2d.SunGraphics2D.intersectByArea:(Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
            areturn
        end local 4 // boolean keep2
        end local 3 // boolean keep1
        end local 2 // java.awt.Shape s2
        end local 1 // java.awt.Shape s1
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lsun/java2d/SunGraphics2D;
            0    7     1     s1  Ljava/awt/Shape;
            0    7     2     s2  Ljava/awt/Shape;
            0    7     3  keep1  Z
            0    7     4  keep2  Z
    MethodParameters:
       Name  Flags
      s1     
      s2     
      keep1  
      keep2  

  java.awt.Shape intersectRectShape(java.awt.geom.Rectangle2D, java.awt.Shape, boolean, boolean);
    descriptor: (Ljava/awt/geom/Rectangle2D;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
    flags: (0x0000) 
    Code:
      stack=9, locals=15, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.geom.Rectangle2D r
        start local 2 // java.awt.Shape s
        start local 3 // boolean keep1
        start local 4 // boolean keep2
         0: .line 414
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 21
         1: .line 415
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 5 /* r2 */
        start local 5 // java.awt.geom.Rectangle2D r2
         2: .line 417
            iload 3 /* keep1 */
            ifne 5
         3: .line 418
            aload 1 /* r */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         4: .line 419
            goto 9
        end local 6 // java.awt.geom.Rectangle2D outrect
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
         5: iload 4 /* keep2 */
            ifne 8
         6: .line 420
            aload 5 /* r2 */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         7: .line 421
            goto 9
        end local 6 // java.awt.geom.Rectangle2D outrect
         8: .line 422
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:()V
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         9: .line 424
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 7 /* x1 */
        start local 7 // double x1
        10: .line 425
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        11: .line 426
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        12: .line 425
            invokestatic java.lang.Math.min:(DD)D
            dstore 9 /* x2 */
        start local 9 // double x2
        13: .line 427
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 11 /* y1 */
        start local 11 // double y1
        14: .line 428
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        15: .line 429
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        16: .line 428
            invokestatic java.lang.Math.min:(DD)D
            dstore 13 /* y2 */
        start local 13 // double y2
        17: .line 431
            dload 9 /* x2 */
            dload 7 /* x1 */
            dsub
            dconst_0
            dcmpg
            iflt 18
            dload 13 /* y2 */
            dload 11 /* y1 */
            dsub
            dconst_0
            dcmpg
            ifge 19
        18: .line 433
      StackMap locals: sun.java2d.SunGraphics2D java.awt.geom.Rectangle2D java.awt.Shape int int java.awt.geom.Rectangle2D java.awt.geom.Rectangle2D double double double double
      StackMap stack:
            aload 6 /* outrect */
            dconst_0
            dconst_0
            dconst_0
            dconst_0
            invokevirtual java.awt.geom.Rectangle2D.setFrameFromDiagonal:(DDDD)V
            goto 20
        19: .line 435
      StackMap locals:
      StackMap stack:
            aload 6 /* outrect */
            dload 7 /* x1 */
            dload 11 /* y1 */
            dload 9 /* x2 */
            dload 13 /* y2 */
            invokevirtual java.awt.geom.Rectangle2D.setFrameFromDiagonal:(DDDD)V
        20: .line 436
      StackMap locals:
      StackMap stack:
            aload 6 /* outrect */
            areturn
        end local 13 // double y2
        end local 11 // double y1
        end local 9 // double x2
        end local 7 // double x1
        end local 6 // java.awt.geom.Rectangle2D outrect
        end local 5 // java.awt.geom.Rectangle2D r2
        21: .line 438
      StackMap locals: sun.java2d.SunGraphics2D java.awt.geom.Rectangle2D java.awt.Shape int int
      StackMap stack:
            aload 1 /* r */
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.contains:(Ljava/awt/geom/Rectangle2D;)Z
            ifeq 25
        22: .line 439
            iload 4 /* keep2 */
            ifeq 24
        23: .line 440
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 2 /* s */
        24: .line 442
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            areturn
        25: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            aload 2 /* s */
            iload 3 /* keep1 */
            iload 4 /* keep2 */
            invokevirtual sun.java2d.SunGraphics2D.intersectByArea:(Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
            areturn
        end local 4 // boolean keep2
        end local 3 // boolean keep1
        end local 2 // java.awt.Shape s
        end local 1 // java.awt.geom.Rectangle2D r
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/java2d/SunGraphics2D;
            0   26     1        r  Ljava/awt/geom/Rectangle2D;
            0   26     2        s  Ljava/awt/Shape;
            0   26     3    keep1  Z
            0   26     4    keep2  Z
            2   21     5       r2  Ljava/awt/geom/Rectangle2D;
            4    5     6  outrect  Ljava/awt/geom/Rectangle2D;
            7    8     6  outrect  Ljava/awt/geom/Rectangle2D;
            9   21     6  outrect  Ljava/awt/geom/Rectangle2D;
           10   21     7       x1  D
           13   21     9       x2  D
           14   21    11       y1  D
           17   21    13       y2  D
    MethodParameters:
       Name  Flags
      r      
      s      
      keep1  
      keep2  

  protected static java.awt.Shape cloneShape(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)Ljava/awt/Shape;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.awt.Shape s
         0: .line 448
            new java.awt.geom.GeneralPath
            dup
            aload 0 /* s */
            invokespecial java.awt.geom.GeneralPath.<init>:(Ljava/awt/Shape;)V
            areturn
        end local 0 // java.awt.Shape s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     s  Ljava/awt/Shape;
    MethodParameters:
      Name  Flags
      s     

  java.awt.Shape intersectByArea(java.awt.Shape, java.awt.Shape, boolean, boolean);
    descriptor: (Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s1
        start local 2 // java.awt.Shape s2
        start local 3 // boolean keep1
        start local 4 // boolean keep2
         0: .line 465
            iload 3 /* keep1 */
            ifne 3
            aload 1 /* s1 */
            instanceof java.awt.geom.Area
            ifeq 3
         1: .line 466
            aload 1 /* s1 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         2: .line 467
            goto 8
        end local 5 // java.awt.geom.Area a1
      StackMap locals:
      StackMap stack:
         3: iload 4 /* keep2 */
            ifne 7
            aload 2 /* s2 */
            instanceof java.awt.geom.Area
            ifeq 7
         4: .line 468
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         5: .line 469
            aload 1 /* s1 */
            astore 2 /* s2 */
         6: .line 470
            goto 8
        end local 5 // java.awt.geom.Area a1
         7: .line 471
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Area
            dup
            aload 1 /* s1 */
            invokespecial java.awt.geom.Area.<init>:(Ljava/awt/Shape;)V
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         8: .line 474
      StackMap locals: java.awt.geom.Area
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Area
            ifeq 11
         9: .line 475
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 6 /* a2 */
        start local 6 // java.awt.geom.Area a2
        10: .line 476
            goto 12
        end local 6 // java.awt.geom.Area a2
        11: .line 477
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Area
            dup
            aload 2 /* s2 */
            invokespecial java.awt.geom.Area.<init>:(Ljava/awt/Shape;)V
            astore 6 /* a2 */
        start local 6 // java.awt.geom.Area a2
        12: .line 480
      StackMap locals: java.awt.geom.Area
      StackMap stack:
            aload 5 /* a1 */
            aload 6 /* a2 */
            invokevirtual java.awt.geom.Area.intersect:(Ljava/awt/geom/Area;)V
        13: .line 481
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.isRectangular:()Z
            ifeq 15
        14: .line 482
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.getBounds:()Ljava/awt/Rectangle;
            areturn
        15: .line 485
      StackMap locals:
      StackMap stack:
            aload 5 /* a1 */
            areturn
        end local 6 // java.awt.geom.Area a2
        end local 5 // java.awt.geom.Area a1
        end local 4 // boolean keep2
        end local 3 // boolean keep1
        end local 2 // java.awt.Shape s2
        end local 1 // java.awt.Shape s1
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lsun/java2d/SunGraphics2D;
            0   16     1     s1  Ljava/awt/Shape;
            0   16     2     s2  Ljava/awt/Shape;
            0   16     3  keep1  Z
            0   16     4  keep2  Z
            2    3     5     a1  Ljava/awt/geom/Area;
            5    7     5     a1  Ljava/awt/geom/Area;
            8   16     5     a1  Ljava/awt/geom/Area;
           10   11     6     a2  Ljava/awt/geom/Area;
           12   16     6     a2  Ljava/awt/geom/Area;
    MethodParameters:
       Name  Flags
      s1     
      s2     
      keep1  
      keep2  

  public sun.java2d.pipe.Region getCompClip();
    descriptor: ()Lsun/java2d/pipe/Region;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 493
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.isValid:()Z
            ifne 2
         1: .line 495
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         2: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.Font getFont();
    descriptor: ()Ljava/awt/Font;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 502
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 2
         1: .line 503
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
         2: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;

  public sun.java2d.loops.FontInfo checkFontInfo(sun.java2d.loops.FontInfo, java.awt.Font, java.awt.font.FontRenderContext);
    descriptor: (Lsun/java2d/loops/FontInfo;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/java2d/loops/FontInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // sun.java2d.loops.FontInfo info
        start local 2 // java.awt.Font font
        start local 3 // java.awt.font.FontRenderContext frc
         0: .line 532
            aload 1 /* info */
            ifnonnull 2
         1: .line 533
            new sun.java2d.loops.FontInfo
            dup
            invokespecial sun.java2d.loops.FontInfo.<init>:()V
            astore 1 /* info */
         2: .line 536
      StackMap locals:
      StackMap stack:
            aload 2 /* font */
            invokevirtual java.awt.Font.getSize2D:()F
            fstore 4 /* ptSize */
        start local 4 // float ptSize
         3: .line 538
            aconst_null
            astore 6 /* textAt */
        start local 6 // java.awt.geom.AffineTransform textAt
         4: .line 539
            aload 2 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifeq 25
         5: .line 540
            aload 2 /* font */
            invokevirtual java.awt.Font.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 6 /* textAt */
         6: .line 541
            aload 6 /* textAt */
            fload 4 /* ptSize */
            f2d
            fload 4 /* ptSize */
            f2d
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
         7: .line 542
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            pop
         8: .line 543
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originX:F
         9: .line 544
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originY:F
        10: .line 545
            aload 6 /* textAt */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.originX:F
            fneg
            f2d
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.originY:F
            fneg
            f2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        11: .line 546
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 16
        12: .line 547
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.devTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        13: .line 548
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        14: .line 549
            aload 6 /* textAt */
            aload 5 /* devAt */
            invokevirtual java.awt.geom.AffineTransform.preConcatenate:(Ljava/awt/geom/AffineTransform;)V
        15: .line 550
            goto 18
        end local 5 // java.awt.geom.AffineTransform devAt
        16: .line 551
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        17: .line 552
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        18: .line 554
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack:
            aload 6 /* textAt */
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        19: .line 555
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        20: .line 556
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        21: .line 557
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 23
        22: .line 558
            dload 7 /* shearx */
            dload 7 /* shearx */
            dmul
            dload 9 /* scaley */
            dload 9 /* scaley */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 9 /* scaley */
        23: .line 560
      StackMap locals: double double
      StackMap stack:
            aload 1 /* info */
            dload 9 /* scaley */
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        end local 9 // double scaley
        end local 7 // double shearx
        24: .line 561
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        25: .line 563
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            aload 1 /* info */
            fconst_0
            dup_x1
            putfield sun.java2d.loops.FontInfo.originY:F
            putfield sun.java2d.loops.FontInfo.originX:F
        26: .line 564
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 42
        27: .line 565
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.devTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        28: .line 566
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        29: .line 567
            aload 1 /* info */
            iconst_4
            newarray 7
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        30: .line 568
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 34
        32: .line 569
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform int
      StackMap stack:
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            iload 7 /* i */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            iload 7 /* i */
            daload
            fload 4 /* ptSize */
            f2d
            dmul
            dastore
        33: .line 568
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 7 /* i */
            iconst_4
            if_icmplt 32
        end local 7 // int i
        35: .line 571
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 6 /* textAt */
        36: .line 572
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        37: .line 573
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        38: .line 574
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 40
        39: .line 575
            dload 7 /* shearx */
            dload 7 /* shearx */
            dmul
            dload 9 /* scaley */
            dload 9 /* scaley */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 9 /* scaley */
        40: .line 577
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform double double
      StackMap stack:
            aload 1 /* info */
            dload 9 /* scaley */
            fload 4 /* ptSize */
            f2d
            dmul
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        end local 9 // double scaley
        end local 7 // double shearx
        41: .line 578
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        42: .line 587
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            fload 4 /* ptSize */
            f2i
            istore 7 /* pszInt */
        start local 7 // int pszInt
        43: .line 588
            fload 4 /* ptSize */
            iload 7 /* pszInt */
            i2f
            fcmpl
            ifne 49
        44: .line 589
            iload 7 /* pszInt */
            bipush 8
            if_icmplt 49
            iload 7 /* pszInt */
            bipush 17
            if_icmpge 49
        45: .line 590
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 7 /* pszInt */
            aaload
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        46: .line 591
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 7 /* pszInt */
            aaload
            astore 6 /* textAt */
        47: .line 592
            aload 1 /* info */
            iload 7 /* pszInt */
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        48: .line 593
            goto 50
        49: .line 594
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            fload 4 /* ptSize */
            f2d
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        50: .line 596
      StackMap locals:
      StackMap stack:
            aload 6 /* textAt */
            ifnonnull 53
        51: .line 597
            aload 1 /* info */
            iconst_4
            newarray 7
            dup
            iconst_0
            fload 4 /* ptSize */
            f2d
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            fload 4 /* ptSize */
            f2d
            dastore
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        52: .line 598
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 6 /* textAt */
        53: .line 601
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        54: .line 602
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        end local 7 // int pszInt
        start local 5 // java.awt.geom.AffineTransform devAt
        55: .line 606
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            aload 2 /* font */
            invokestatic sun.font.FontManager.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
            putfield sun.java2d.loops.FontInfo.font2D:Lsun/font/Font2D;
        56: .line 608
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
            istore 7 /* fmhint */
        start local 7 // int fmhint
        57: .line 609
            iload 7 /* fmhint */
            ifne 59
        58: .line 610
            iconst_1
            istore 7 /* fmhint */
        59: .line 612
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdSubPixPos:Z
        60: .line 637
            aload 3 /* frc */
            ifnonnull 63
        61: .line 638
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 8 /* aahint */
        start local 8 // int aahint
        62: .line 639
            goto 64
        end local 8 // int aahint
        63: .line 640
      StackMap locals:
      StackMap stack:
            aload 3 /* frc */
            invokevirtual java.awt.font.FontRenderContext.getAntiAliasingHint:()Ljava/lang/Object;
            checkcast sun.awt.SunHints$Value
            invokevirtual sun.awt.SunHints$Value.getIndex:()I
            istore 8 /* aahint */
        start local 8 // int aahint
        64: .line 642
      StackMap locals: int
      StackMap stack:
            iload 8 /* aahint */
            ifne 70
        65: .line 643
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 68
        66: .line 644
            iconst_2
            istore 8 /* aahint */
        67: .line 645
            goto 93
        68: .line 646
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        69: .line 648
            goto 93
        70: .line 655
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            iconst_3
            if_icmpne 76
        71: .line 656
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.font2D:Lsun/font/Font2D;
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.pixelHeight:I
            invokevirtual sun.font.Font2D.useAAForPtSize:(I)Z
            ifeq 74
        72: .line 657
            iconst_2
            istore 8 /* aahint */
        73: .line 658
            goto 93
        74: .line 659
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        75: .line 661
            goto 93
      StackMap locals:
      StackMap stack:
        76: iload 8 /* aahint */
            iconst_4
            if_icmplt 93
        77: .line 678
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            aload 0 /* this */
            invokevirtual sun.java2d.SurfaceData.canRenderLCDText:(Lsun/java2d/SunGraphics2D;)Z
            ifne 80
        78: .line 683
            iconst_2
            istore 8 /* aahint */
        79: .line 684
            goto 93
        80: .line 685
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_1
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        81: .line 693
            iload 8 /* aahint */
            iconst_5
            if_icmpne 85
        82: .line 694
            iconst_4
            istore 8 /* aahint */
        83: .line 695
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        84: .line 696
            goto 88
        85: .line 697
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            bipush 7
            if_icmpne 88
        86: .line 698
            bipush 6
            istore 8 /* aahint */
        87: .line 699
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        88: .line 704
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
        89: .line 705
            iload 7 /* fmhint */
            iconst_2
            if_icmpne 91
        90: .line 706
            iload 8 /* aahint */
            iconst_4
            if_icmpne 91
            iconst_1
            goto 92
      StackMap locals:
      StackMap stack: sun.java2d.loops.FontInfo
        91: iconst_0
        92: .line 704
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int
      StackMap stack: sun.java2d.loops.FontInfo int
            putfield sun.java2d.loops.FontInfo.lcdSubPixPos:Z
        93: .line 710
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iload 8 /* aahint */
            putfield sun.java2d.loops.FontInfo.aaHint:I
        94: .line 711
            aload 1 /* info */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.font2D:Lsun/font/Font2D;
            aload 2 /* font */
            aload 5 /* devAt */
            aload 6 /* textAt */
        95: .line 712
            iload 8 /* aahint */
            iload 7 /* fmhint */
        96: .line 711
            invokevirtual sun.font.Font2D.getStrike:(Ljava/awt/Font;Ljava/awt/geom/AffineTransform;Ljava/awt/geom/AffineTransform;II)Lsun/font/FontStrike;
            putfield sun.java2d.loops.FontInfo.fontStrike:Lsun/font/FontStrike;
        97: .line 713
            aload 1 /* info */
            areturn
        end local 8 // int aahint
        end local 7 // int fmhint
        end local 6 // java.awt.geom.AffineTransform textAt
        end local 5 // java.awt.geom.AffineTransform devAt
        end local 4 // float ptSize
        end local 3 // java.awt.font.FontRenderContext frc
        end local 2 // java.awt.Font font
        end local 1 // sun.java2d.loops.FontInfo info
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   98     0    this  Lsun/java2d/SunGraphics2D;
            0   98     1    info  Lsun/java2d/loops/FontInfo;
            0   98     2    font  Ljava/awt/Font;
            0   98     3     frc  Ljava/awt/font/FontRenderContext;
            3   98     4  ptSize  F
           14   16     5   devAt  Ljava/awt/geom/AffineTransform;
           18   25     5   devAt  Ljava/awt/geom/AffineTransform;
           29   42     5   devAt  Ljava/awt/geom/AffineTransform;
           55   98     5   devAt  Ljava/awt/geom/AffineTransform;
            4   98     6  textAt  Ljava/awt/geom/AffineTransform;
           20   24     7  shearx  D
           21   24     9  scaley  D
           31   35     7       i  I
           37   41     7  shearx  D
           38   41     9  scaley  D
           43   55     7  pszInt  I
           57   98     7  fmhint  I
           62   63     8  aahint  I
           64   98     8  aahint  I
    MethodParameters:
      Name  Flags
      info  
      font  
      frc   

  public static boolean isRotated(double[]);
    descriptor: ([D)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // double[] mtx
         0: .line 717
            aload 0 /* mtx */
            iconst_0
            daload
            aload 0 /* mtx */
            iconst_3
            daload
            dcmpl
            ifne 5
         1: .line 718
            aload 0 /* mtx */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 5
         2: .line 719
            aload 0 /* mtx */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 5
         3: .line 720
            aload 0 /* mtx */
            iconst_0
            daload
            dconst_0
            dcmpl
            ifle 5
         4: .line 722
            iconst_0
            ireturn
         5: .line 725
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // double[] mtx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0   mtx  [D
    MethodParameters:
      Name  Flags
      mtx   

  public void setFont(java.awt.Font);
    descriptor: (Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Font font
         0: .line 734
            aload 1 /* font */
            ifnull 13
            aload 1 /* font */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            if_acmpeq 13
         1: .line 749
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            iconst_3
            if_icmpne 10
         2: .line 750
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            if_acmpeq 10
         3: .line 751
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 9
         4: .line 752
            aload 1 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifne 9
         5: .line 753
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 9
         6: .line 754
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            getfield sun.java2d.loops.FontInfo.aaHint:I
            iconst_2
            if_icmpne 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack:
         7: iconst_0
         8: .line 755
      StackMap locals:
      StackMap stack: int
            aload 1 /* font */
            invokestatic sun.font.FontManager.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
            aload 1 /* font */
            invokevirtual java.awt.Font.getSize:()I
            invokevirtual sun.font.Font2D.useAAForPtSize:(I)Z
            if_icmpeq 10
         9: .line 756
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
        10: .line 758
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        11: .line 759
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        12: .line 760
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        13: .line 762
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Font font
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lsun/java2d/SunGraphics2D;
            0   14     1  font  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      font  

  public sun.java2d.loops.FontInfo getFontInfo();
    descriptor: ()Lsun/java2d/loops/FontInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 765
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifne 3
         1: .line 766
            aload 0 /* this */
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.checkFontInfo:(Lsun/java2d/loops/FontInfo;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/java2d/loops/FontInfo;
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         2: .line 767
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
         3: .line 769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/java2d/SunGraphics2D;

  public sun.java2d.loops.FontInfo getGVFontInfo(java.awt.Font, java.awt.font.FontRenderContext);
    descriptor: (Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/java2d/loops/FontInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Font font
        start local 2 // java.awt.font.FontRenderContext frc
         0: .line 774
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 4
         1: .line 775
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            getfield sun.java2d.loops.FontInfo.font:Ljava/awt/Font;
            aload 1 /* font */
            if_acmpne 4
         2: .line 776
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            aload 2 /* frc */
            if_acmpne 4
         3: .line 777
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            areturn
         4: .line 779
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* frc */
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
         5: .line 780
            aload 0 /* this */
         6: .line 781
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            aload 1 /* font */
            aload 2 /* frc */
            invokevirtual sun.java2d.SunGraphics2D.checkFontInfo:(Lsun/java2d/loops/FontInfo;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/java2d/loops/FontInfo;
         7: .line 780
            dup_x1
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            areturn
        end local 2 // java.awt.font.FontRenderContext frc
        end local 1 // java.awt.Font font
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/java2d/SunGraphics2D;
            0    8     1  font  Ljava/awt/Font;
            0    8     2   frc  Ljava/awt/font/FontRenderContext;
    MethodParameters:
      Name  Flags
      font  
      frc   

  public java.awt.FontMetrics getFontMetrics();
    descriptor: ()Ljava/awt/FontMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 786
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            ifnull 2
         1: .line 787
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 790
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 791
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
            invokestatic sun.font.FontDesignMetrics.getMetrics:(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/font/FontDesignMetrics;
         4: .line 790
            dup_x1
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.FontMetrics getFontMetrics(java.awt.Font);
    descriptor: (Ljava/awt/Font;)Ljava/awt/FontMetrics;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Font font
         0: .line 795
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            ifnull 2
            aload 1 /* font */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            if_acmpne 2
         1: .line 796
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 799
      StackMap locals:
      StackMap stack:
            aload 1 /* font */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
            invokestatic sun.font.FontDesignMetrics.getMetrics:(Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/font/FontDesignMetrics;
         3: .line 798
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         4: .line 801
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 1 /* font */
            if_acmpne 6
         5: .line 802
            aload 0 /* this */
            aload 2 /* fm */
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
         6: .line 804
      StackMap locals: java.awt.FontMetrics
      StackMap stack:
            aload 2 /* fm */
            areturn
        end local 2 // java.awt.FontMetrics fm
        end local 1 // java.awt.Font font
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/SunGraphics2D;
            0    7     1  font  Ljava/awt/Font;
            4    7     2    fm  Ljava/awt/FontMetrics;
    MethodParameters:
      Name  Flags
      font  

  public boolean hit(java.awt.Rectangle, java.awt.Shape, boolean);
    descriptor: (Ljava/awt/Rectangle;Ljava/awt/Shape;Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Rectangle rect
        start local 2 // java.awt.Shape s
        start local 3 // boolean onStroke
         0: .line 825
            iload 3 /* onStroke */
            ifeq 2
         1: .line 826
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
            aload 2 /* s */
            invokeinterface java.awt.Stroke.createStrokedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 2 /* s */
         2: .line 829
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* s */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 2 /* s */
         3: .line 830
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifeq 6
         4: .line 831
            new java.awt.Rectangle
            dup
            aload 1 /* rect */
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 1 /* rect */
         5: .line 832
            aload 1 /* rect */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            invokevirtual java.awt.Rectangle.translate:(II)V
         6: .line 835
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            aload 1 /* rect */
            invokeinterface java.awt.Shape.intersects:(Ljava/awt/geom/Rectangle2D;)Z
            ireturn
        end local 3 // boolean onStroke
        end local 2 // java.awt.Shape s
        end local 1 // java.awt.Rectangle rect
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lsun/java2d/SunGraphics2D;
            0    7     1      rect  Ljava/awt/Rectangle;
            0    7     2         s  Ljava/awt/Shape;
            0    7     3  onStroke  Z
    MethodParameters:
          Name  Flags
      rect      
      s         
      onStroke  

  public java.awt.image.ColorModel getDeviceColorModel();
    descriptor: ()Ljava/awt/image/ColorModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 842
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.getColorModel:()Ljava/awt/image/ColorModel;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.GraphicsConfiguration getDeviceConfiguration();
    descriptor: ()Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 849
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.getDeviceConfiguration:()Ljava/awt/GraphicsConfiguration;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public final sun.java2d.SurfaceData getSurfaceData();
    descriptor: ()Lsun/java2d/SurfaceData;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 857
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public void setComposite(java.awt.Composite);
    descriptor: (Ljava/awt/Composite;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Composite comp
         0: .line 871
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            aload 1 /* comp */
            if_acmpne 2
         1: .line 872
            return
         2: .line 876
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            instanceof java.awt.AlphaComposite
            ifeq 24
         3: .line 877
            aload 1 /* comp */
            checkcast java.awt.AlphaComposite
            astore 4 /* alphacomp */
        start local 4 // java.awt.AlphaComposite alphacomp
         4: .line 878
            aload 4 /* alphacomp */
            invokestatic sun.java2d.loops.CompositeType.forAlphaComposite:(Ljava/awt/AlphaComposite;)Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
         5: .line 879
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 13
         6: .line 880
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifeq 9
         7: .line 881
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmple 11
         8: .line 882
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         9: .line 884
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Composite top sun.java2d.loops.CompositeType java.awt.AlphaComposite
      StackMap stack:
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        10: .line 885
            goto 33
        end local 2 // int newCompState
        11: .line 886
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        start local 2 // int newCompState
        12: .line 888
            goto 33
        end local 2 // int newCompState
      StackMap locals:
      StackMap stack:
        13: aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpeq 16
        14: .line 889
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Src:Lsun/java2d/loops/CompositeType;
            if_acmpeq 16
        15: .line 890
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Clear:Lsun/java2d/loops/CompositeType;
            if_acmpne 18
        16: .line 892
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        17: .line 893
            goto 33
        end local 2 // int newCompState
      StackMap locals:
      StackMap stack:
        18: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.getTransparency:()I
            iconst_1
            if_icmpne 22
        19: .line 894
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcIn:Lsun/java2d/loops/CompositeType;
            if_acmpne 22
        20: .line 896
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        21: .line 897
            goto 33
        end local 2 // int newCompState
        22: .line 898
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        end local 4 // java.awt.AlphaComposite alphacomp
        start local 2 // int newCompState
        23: .line 900
            goto 33
        end local 3 // sun.java2d.loops.CompositeType newCompType
        end local 2 // int newCompState
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Composite
      StackMap stack:
        24: aload 1 /* comp */
            instanceof sun.java2d.loops.XORComposite
            ifeq 28
        25: .line 901
            iconst_2
            istore 2 /* newCompState */
        start local 2 // int newCompState
        26: .line 902
            getstatic sun.java2d.loops.CompositeType.Xor:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        27: .line 903
            goto 33
        end local 3 // sun.java2d.loops.CompositeType newCompType
        end local 2 // int newCompState
      StackMap locals:
      StackMap stack:
        28: aload 1 /* comp */
            ifnonnull 30
        29: .line 904
            new java.lang.IllegalArgumentException
            dup
            ldc "null Composite"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 906
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.checkCustomComposite:()V
        31: .line 907
            iconst_3
            istore 2 /* newCompState */
        start local 2 // int newCompState
        32: .line 908
            getstatic sun.java2d.loops.CompositeType.General:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        33: .line 910
      StackMap locals: int sun.java2d.loops.CompositeType
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            iload 2 /* newCompState */
            if_icmpne 35
        34: .line 911
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            aload 3 /* newCompType */
            if_acmpeq 39
        35: .line 913
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newCompState */
            putfield sun.java2d.SunGraphics2D.compositeState:I
        36: .line 914
            aload 0 /* this */
            aload 3 /* newCompType */
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
        37: .line 915
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        38: .line 916
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        39: .line 918
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
        40: .line 919
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 42
        41: .line 920
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        42: .line 922
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.java2d.loops.CompositeType newCompType
        end local 2 // int newCompState
        end local 1 // java.awt.Composite comp
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   43     0          this  Lsun/java2d/SunGraphics2D;
            0   43     1          comp  Ljava/awt/Composite;
           10   11     2  newCompState  I
           12   13     2  newCompState  I
           17   18     2  newCompState  I
           21   22     2  newCompState  I
           23   24     2  newCompState  I
           26   28     2  newCompState  I
           32   43     2  newCompState  I
            5   24     3   newCompType  Lsun/java2d/loops/CompositeType;
           27   28     3   newCompType  Lsun/java2d/loops/CompositeType;
           33   43     3   newCompType  Lsun/java2d/loops/CompositeType;
            4   23     4     alphacomp  Ljava/awt/AlphaComposite;
    MethodParameters:
      Name  Flags
      comp  

  public void setPaint(java.awt.Paint);
    descriptor: (Ljava/awt/Paint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Paint paint
         0: .line 933
            aload 1 /* paint */
            instanceof java.awt.Color
            ifeq 3
         1: .line 934
            aload 0 /* this */
            aload 1 /* paint */
            checkcast java.awt.Color
            invokevirtual sun.java2d.SunGraphics2D.setColor:(Ljava/awt/Color;)V
         2: .line 935
            return
         3: .line 937
      StackMap locals:
      StackMap stack:
            aload 1 /* paint */
            ifnull 4
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            aload 1 /* paint */
            if_acmpne 5
         4: .line 938
      StackMap locals:
      StackMap stack:
            return
         5: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* paint */
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         6: .line 941
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 13
         7: .line 943
            aload 1 /* paint */
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         8: .line 944
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifeq 13
         9: .line 945
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 947
            goto 13
        11: .line 948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifne 13
        12: .line 949
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        13: .line 953
      StackMap locals:
      StackMap stack:
            aload 1 /* paint */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            astore 2 /* paintClass */
        start local 2 // java.lang.Class paintClass
        14: .line 954
            aload 2 /* paintClass */
            ldc Ljava/awt/GradientPaint;
            if_acmpne 17
        15: .line 955
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.paintState:I
        16: .line 956
            goto 27
      StackMap locals: java.lang.Class
      StackMap stack:
        17: aload 2 /* paintClass */
            ldc Ljava/awt/LinearGradientPaint;
            if_acmpne 20
        18: .line 957
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.paintState:I
        19: .line 958
            goto 27
      StackMap locals:
      StackMap stack:
        20: aload 2 /* paintClass */
            ldc Ljava/awt/RadialGradientPaint;
            if_acmpne 23
        21: .line 959
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.paintState:I
        22: .line 960
            goto 27
      StackMap locals:
      StackMap stack:
        23: aload 2 /* paintClass */
            ldc Ljava/awt/TexturePaint;
            if_acmpne 26
        24: .line 961
            aload 0 /* this */
            iconst_5
            putfield sun.java2d.SunGraphics2D.paintState:I
        25: .line 962
            goto 27
        26: .line 963
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield sun.java2d.SunGraphics2D.paintState:I
        27: .line 965
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        28: .line 966
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        29: .line 967
            return
        end local 2 // java.lang.Class paintClass
        end local 1 // java.awt.Paint paint
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   30     0        this  Lsun/java2d/SunGraphics2D;
            0   30     1       paint  Ljava/awt/Paint;
           14   30     2  paintClass  Ljava/lang/Class;
    MethodParameters:
       Name  Flags
      paint  

  private void validateBasicStroke(java.awt.BasicStroke);
    descriptor: (Ljava/awt/BasicStroke;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=8, locals=21, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.BasicStroke bs
         0: .line 984
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* aa */
        start local 2 // boolean aa
         3: .line 985
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
         4: .line 986
            iload 2 /* aa */
            ifeq 13
         5: .line 987
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            f2d
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dcmpg
            ifgt 11
         6: .line 988
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 9
         7: .line 989
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 990
            goto 48
         9: .line 991
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        10: .line 993
            goto 48
        11: .line 994
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        12: .line 996
            goto 48
        13: .line 997
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpne 16
        14: .line 998
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        15: .line 999
            goto 48
      StackMap locals:
      StackMap stack:
        16: aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            fconst_1
            fcmpg
            ifgt 22
        17: .line 1000
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 20
        18: .line 1001
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        19: .line 1002
            goto 48
        20: .line 1003
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        21: .line 1005
            goto 48
        22: .line 1006
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        23: .line 1009
            goto 48
        24: .line 1011
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 36
            iand
            ifne 27
        25: .line 1013
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getDeterminant:()D
            invokestatic java.lang.Math.abs:(D)D
            dstore 3 /* widthsquared */
        start local 3 // double widthsquared
        26: .line 1014
            goto 36
        end local 3 // double widthsquared
        27: .line 1016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dstore 5 /* A */
        start local 5 // double A
        28: .line 1017
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* C */
        start local 7 // double C
        29: .line 1018
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
            dstore 9 /* B */
        start local 9 // double B
        30: .line 1019
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 11 /* D */
        start local 11 // double D
        31: .line 1035
            dload 5 /* A */
            dload 5 /* A */
            dmul
            dload 9 /* B */
            dload 9 /* B */
            dmul
            dadd
            dstore 13 /* EA */
        start local 13 // double EA
        32: .line 1036
            ldc 2.0
            dload 5 /* A */
            dload 7 /* C */
            dmul
            dload 9 /* B */
            dload 11 /* D */
            dmul
            dadd
            dmul
            dstore 15 /* EB */
        start local 15 // double EB
        33: .line 1037
            dload 7 /* C */
            dload 7 /* C */
            dmul
            dload 11 /* D */
            dload 11 /* D */
            dmul
            dadd
            dstore 17 /* EC */
        start local 17 // double EC
        34: .line 1061
            dload 15 /* EB */
            dload 15 /* EB */
            dmul
            dload 13 /* EA */
            dload 17 /* EC */
            dsub
            dload 13 /* EA */
            dload 17 /* EC */
            dsub
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 19 /* hypot */
        start local 19 // double hypot
        35: .line 1064
            dload 13 /* EA */
            dload 17 /* EC */
            dadd
            dload 19 /* hypot */
            dadd
            ldc 2.0
            ddiv
            dstore 3 /* widthsquared */
        end local 19 // double hypot
        end local 17 // double EC
        end local 15 // double EB
        end local 13 // double EA
        end local 11 // double D
        end local 9 // double B
        end local 7 // double C
        end local 5 // double A
        start local 3 // double widthsquared
        36: .line 1066
      StackMap locals: double
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpeq 38
        37: .line 1067
            dload 3 /* widthsquared */
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            fmul
            f2d
            dmul
            dstore 3 /* widthsquared */
        38: .line 1069
      StackMap locals:
      StackMap stack:
            dload 3 /* widthsquared */
        39: .line 1070
            iload 2 /* aa */
            ifeq 40
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAASquared:D
            goto 41
      StackMap locals:
      StackMap stack: double
        40: ldc 1.000000001
      StackMap locals: sun.java2d.SunGraphics2D java.awt.BasicStroke int double
      StackMap stack: double double
        41: dcmpg
            ifgt 47
        42: .line 1072
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 45
        43: .line 1073
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        44: .line 1074
            goto 48
        45: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        46: .line 1077
            goto 48
        47: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        end local 3 // double widthsquared
        48: .line 1081
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean aa
        end local 1 // java.awt.BasicStroke bs
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   49     0          this  Lsun/java2d/SunGraphics2D;
            0   49     1            bs  Ljava/awt/BasicStroke;
            3   49     2            aa  Z
           26   27     3  widthsquared  D
           36   48     3  widthsquared  D
           28   36     5             A  D
           29   36     7             C  D
           30   36     9             B  D
           31   36    11             D  D
           32   36    13            EA  D
           33   36    15            EB  D
           34   36    17            EC  D
           35   36    19         hypot  D
    MethodParameters:
      Name  Flags
      bs    

  public void setStroke(java.awt.Stroke);
    descriptor: (Ljava/awt/Stroke;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Stroke s
         0: .line 1090
            aload 1 /* s */
            ifnonnull 2
         1: .line 1091
            new java.lang.IllegalArgumentException
            dup
            ldc "null Stroke"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1093
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            istore 2 /* saveStrokeState */
        start local 2 // int saveStrokeState
         3: .line 1094
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         4: .line 1095
            aload 1 /* s */
            instanceof java.awt.BasicStroke
            ifeq 7
         5: .line 1096
            aload 0 /* this */
            aload 1 /* s */
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
         6: .line 1097
            goto 8
         7: .line 1098
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iload 2 /* saveStrokeState */
            if_icmpeq 10
         9: .line 1101
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        10: .line 1103
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int saveStrokeState
        end local 1 // java.awt.Stroke s
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lsun/java2d/SunGraphics2D;
            0   11     1                s  Ljava/awt/Stroke;
            3   11     2  saveStrokeState  I
    MethodParameters:
      Name  Flags
      s     

  public void setRenderingHint(java.awt.RenderingHints$Key, java.lang.Object);
    descriptor: (Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.RenderingHints$Key hintKey
        start local 2 // java.lang.Object hintValue
         0: .line 1122
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints$Key.isCompatibleValue:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 1123
            new java.lang.IllegalArgumentException
            dup
         2: .line 1124
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 2 /* hintValue */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not compatible with "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* hintKey */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         3: .line 1123
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1126
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifeq 81
         5: .line 1128
            iconst_0
            istore 4 /* textStateChanged */
        start local 4 // boolean textStateChanged
         6: .line 1129
            iconst_1
            istore 5 /* recognized */
        start local 5 // boolean recognized
         7: .line 1130
            aload 1 /* hintKey */
            checkcast sun.awt.SunHints$Key
            astore 6 /* sunKey */
        start local 6 // sun.awt.SunHints$Key sunKey
         8: .line 1132
            aload 6 /* sunKey */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpne 11
         9: .line 1133
            aload 2 /* hintValue */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* newHint */
        start local 7 // int newHint
        10: .line 1134
            goto 12
        end local 7 // int newHint
        11: .line 1135
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object top int int sun.awt.SunHints$Key
      StackMap stack:
            aload 2 /* hintValue */
            checkcast sun.awt.SunHints$Value
            invokevirtual sun.awt.SunHints$Value.getIndex:()I
            istore 7 /* newHint */
        start local 7 // int newHint
        12: .line 1137
      StackMap locals: int
      StackMap stack:
            aload 6 /* sunKey */
            invokevirtual sun.awt.SunHints$Key.getIndex:()I
            lookupswitch { // 7
                    0: 13
                    1: 25
                    2: 36
                    3: 42
                    5: 51
                    8: 63
                  100: 48
              default: 68
          }
        13: .line 1139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
            iload 7 /* newHint */
            if_icmpeq 14
            iconst_1
            goto 15
      StackMap locals:
      StackMap stack:
        14: iconst_0
      StackMap locals:
      StackMap stack: int
        15: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        16: .line 1140
            iload 3 /* stateChanged */
            ifeq 70
        17: .line 1141
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.renderHint:I
        18: .line 1142
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            iconst_m1
            if_icmpne 70
        19: .line 1143
            aload 0 /* this */
        20: .line 1144
            iload 7 /* newHint */
            iconst_2
            if_icmpne 22
        21: .line 1145
            iconst_2
            goto 23
        22: .line 1146
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object int int int sun.awt.SunHints$Key int
      StackMap stack: sun.java2d.SunGraphics2D
            iconst_1
        23: .line 1143
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object int int int sun.awt.SunHints$Key int
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        24: .line 1149
            goto 70
        end local 3 // boolean stateChanged
        25: .line 1151
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object top int int sun.awt.SunHints$Key int
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iload 7 /* newHint */
            if_icmpeq 26
            iconst_1
            goto 27
      StackMap locals:
      StackMap stack:
        26: iconst_0
      StackMap locals:
      StackMap stack: int
        27: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        28: .line 1152
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        29: .line 1153
            iload 3 /* stateChanged */
            ifeq 70
        30: .line 1155
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            ifne 31
            iconst_1
            goto 32
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object int int int sun.awt.SunHints$Key int
      StackMap stack:
        31: iconst_0
        32: .line 1154
      StackMap locals:
      StackMap stack: int
            istore 4 /* textStateChanged */
        33: .line 1157
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 70
        34: .line 1158
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
        35: .line 1161
            goto 70
        end local 3 // boolean stateChanged
        36: .line 1163
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object top int int sun.awt.SunHints$Key int
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            iload 7 /* newHint */
            if_icmpeq 37
            iconst_1
            goto 38
      StackMap locals:
      StackMap stack:
        37: iconst_0
      StackMap locals:
      StackMap stack: int
        38: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        39: .line 1164
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        40: .line 1165
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        41: .line 1166
            goto 70
        end local 3 // boolean stateChanged
        42: .line 1168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
            iload 7 /* newHint */
            if_icmpeq 43
            iconst_1
            goto 44
      StackMap locals:
      StackMap stack:
        43: iconst_0
      StackMap locals:
      StackMap stack: int
        44: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        45: .line 1169
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        46: .line 1170
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        47: .line 1171
            goto 70
        end local 3 // boolean stateChanged
        48: .line 1173
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        49: .line 1175
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        50: .line 1176
            goto 70
        end local 3 // boolean stateChanged
        51: .line 1178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        52: .line 1179
            iload 7 /* newHint */
            tableswitch { // 0 - 2
                    0: 57
                    1: 55
                    2: 53
              default: 57
          }
        53: .line 1181
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 7 /* newHint */
        54: .line 1182
            goto 58
        55: .line 1184
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* newHint */
        56: .line 1185
            goto 58
        57: .line 1188
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* newHint */
        58: .line 1191
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationType:I
            iload 7 /* newHint */
            if_icmpeq 59
            iconst_1
            goto 60
      StackMap locals:
      StackMap stack:
        59: iconst_0
      StackMap locals:
      StackMap stack: int
        60: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        61: .line 1192
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        62: .line 1193
            goto 70
        end local 3 // boolean stateChanged
        63: .line 1195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
            iload 7 /* newHint */
            if_icmpeq 64
            iconst_1
            goto 65
      StackMap locals:
      StackMap stack:
        64: iconst_0
      StackMap locals:
      StackMap stack: int
        65: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        66: .line 1196
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        67: .line 1197
            goto 70
        end local 3 // boolean stateChanged
        68: .line 1199
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* recognized */
        69: .line 1200
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        70: .line 1203
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object int int int sun.awt.SunHints$Key int
      StackMap stack:
            iload 5 /* recognized */
            ifeq 81
        71: .line 1204
            iload 3 /* stateChanged */
            ifeq 78
        72: .line 1205
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        73: .line 1206
            iload 4 /* textStateChanged */
            ifeq 78
        74: .line 1207
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        75: .line 1208
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        76: .line 1209
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        77: .line 1210
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        78: .line 1213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 80
        79: .line 1214
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        80: .line 1216
      StackMap locals:
      StackMap stack:
            return
        end local 7 // int newHint
        end local 6 // sun.awt.SunHints$Key sunKey
        end local 5 // boolean recognized
        end local 4 // boolean textStateChanged
        end local 3 // boolean stateChanged
        81: .line 1220
      StackMap locals: sun.java2d.SunGraphics2D java.awt.RenderingHints$Key java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 83
        82: .line 1221
            aload 0 /* this */
            aload 0 /* this */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
        83: .line 1223
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        84: .line 1224
            return
        end local 2 // java.lang.Object hintValue
        end local 1 // java.awt.RenderingHints$Key hintKey
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   85     0              this  Lsun/java2d/SunGraphics2D;
            0   85     1           hintKey  Ljava/awt/RenderingHints$Key;
            0   85     2         hintValue  Ljava/lang/Object;
           16   25     3      stateChanged  Z
           28   36     3      stateChanged  Z
           39   42     3      stateChanged  Z
           45   48     3      stateChanged  Z
           49   51     3      stateChanged  Z
           61   63     3      stateChanged  Z
           66   68     3      stateChanged  Z
           70   81     3      stateChanged  Z
            6   81     4  textStateChanged  Z
            7   81     5        recognized  Z
            8   81     6            sunKey  Lsun/awt/SunHints$Key;
           10   11     7           newHint  I
           12   81     7           newHint  I
    MethodParameters:
           Name  Flags
      hintKey    
      hintValue  

  public java.lang.Object getRenderingHint(java.awt.RenderingHints$Key);
    descriptor: (Ljava/awt/RenderingHints$Key;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.RenderingHints$Key hintKey
         0: .line 1236
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 2
         1: .line 1237
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            aload 1 /* hintKey */
            invokevirtual java.awt.RenderingHints.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
         2: .line 1239
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifne 4
         3: .line 1240
            aconst_null
            areturn
         4: .line 1242
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            checkcast sun.awt.SunHints$Key
            invokevirtual sun.awt.SunHints$Key.getIndex:()I
            istore 2 /* keyindex */
        start local 2 // int keyindex
         5: .line 1243
            iload 2 /* keyindex */
            lookupswitch { // 7
                    0: 6
                    1: 9
                    2: 12
                    3: 15
                    5: 19
                    8: 24
                  100: 18
              default: 27
          }
         6: .line 1245
      StackMap locals: int
      StackMap stack:
            iconst_0
         7: .line 1246
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         8: .line 1245
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
         9: .line 1248
      StackMap locals:
      StackMap stack:
            iconst_1
        10: .line 1249
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1248
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        12: .line 1251
      StackMap locals:
      StackMap stack:
            iconst_2
        13: .line 1252
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1251
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        15: .line 1254
      StackMap locals:
      StackMap stack:
            iconst_3
        16: .line 1255
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        17: .line 1254
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        18: .line 1257
      StackMap locals:
      StackMap stack:
            new java.lang.Integer
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokespecial java.lang.Integer.<init>:(I)V
            areturn
        19: .line 1259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            tableswitch { // 0 - 2
                    0: 20
                    1: 21
                    2: 22
              default: 23
          }
        20: .line 1261
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            areturn
        21: .line 1263
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            areturn
        22: .line 1265
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            areturn
        23: .line 1267
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        24: .line 1269
      StackMap locals:
      StackMap stack:
            bipush 8
        25: .line 1270
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        26: .line 1269
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        27: .line 1272
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int keyindex
        end local 1 // java.awt.RenderingHints$Key hintKey
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   28     0      this  Lsun/java2d/SunGraphics2D;
            0   28     1   hintKey  Ljava/awt/RenderingHints$Key;
            5   28     2  keyindex  I
    MethodParameters:
         Name  Flags
      hintKey  

  public void setRenderingHints(java.util.Map<?, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.util.Map hints
         0: .line 1283
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         1: .line 1284
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         2: .line 1285
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
         3: .line 1286
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
         4: .line 1287
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
         5: .line 1288
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
         6: .line 1289
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
         7: .line 1290
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
         8: .line 1291
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         9: .line 1292
            aload 1 /* hints */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
        10: .line 1293
            goto 22
        11: .line 1294
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* key */
        start local 4 // java.lang.Object key
        12: .line 1295
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        13: .line 1296
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        14: .line 1297
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        15: .line 1298
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        16: .line 1299
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 19
        17: .line 1300
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        18: .line 1301
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 21
        19: .line 1303
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 4 /* key */
            checkcast java.awt.RenderingHints$Key
            aload 1 /* hints */
            aload 4 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual sun.java2d.SunGraphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
        20: .line 1304
            goto 22
        21: .line 1305
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        22: .line 1293
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        23: .line 1308
            iload 2 /* customHintPresent */
            ifeq 25
        24: .line 1309
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* hints */
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
        25: .line 1311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 1312
            return
        end local 3 // java.util.Iterator iter
        end local 2 // boolean customHintPresent
        end local 1 // java.util.Map hints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   27     0               this  Lsun/java2d/SunGraphics2D;
            0   27     1              hints  Ljava/util/Map<**>;
            9   27     2  customHintPresent  Z
           10   27     3               iter  Ljava/util/Iterator;
           12   22     4                key  Ljava/lang/Object;
    Signature: (Ljava/util/Map<**>;)V
    MethodParameters:
       Name  Flags
      hints  

  public void addRenderingHints(java.util.Map<?, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.util.Map hints
         0: .line 1322
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         1: .line 1323
            aload 1 /* hints */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         2: .line 1324
            goto 14
         3: .line 1325
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* key */
        start local 4 // java.lang.Object key
         4: .line 1326
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         5: .line 1327
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         6: .line 1328
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         7: .line 1329
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         8: .line 1330
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 11
         9: .line 1331
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 11
        10: .line 1332
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 13
        11: .line 1334
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 4 /* key */
            checkcast java.awt.RenderingHints$Key
            aload 1 /* hints */
            aload 4 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual sun.java2d.SunGraphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
        12: .line 1335
            goto 14
        13: .line 1336
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        14: .line 1324
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        15: .line 1339
            iload 2 /* customHintPresent */
            ifeq 20
        16: .line 1340
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 19
        17: .line 1341
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* hints */
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
        18: .line 1342
            goto 20
        19: .line 1343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            aload 1 /* hints */
            invokevirtual java.awt.RenderingHints.putAll:(Ljava/util/Map;)V
        20: .line 1346
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Iterator iter
        end local 2 // boolean customHintPresent
        end local 1 // java.util.Map hints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Lsun/java2d/SunGraphics2D;
            0   21     1              hints  Ljava/util/Map<**>;
            1   21     2  customHintPresent  Z
            2   21     3               iter  Ljava/util/Iterator;
            4   14     4                key  Ljava/lang/Object;
    Signature: (Ljava/util/Map<**>;)V
    MethodParameters:
       Name  Flags
      hints  

  public java.awt.RenderingHints getRenderingHints();
    descriptor: ()Ljava/awt/RenderingHints;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1355
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 2
         1: .line 1356
            aload 0 /* this */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            areturn
         2: .line 1358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            invokevirtual java.awt.RenderingHints.clone:()Ljava/lang/Object;
            checkcast java.awt.RenderingHints
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;

  java.awt.RenderingHints makeHints(java.util.Map);
    descriptor: (Ljava/util/Map;)Ljava/awt/RenderingHints;
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.util.Map hints
         0: .line 1363
            new java.awt.RenderingHints
            dup
            aload 1 /* hints */
            invokespecial java.awt.RenderingHints.<init>:(Ljava/util/Map;)V
            astore 2 /* model */
        start local 2 // java.awt.RenderingHints model
         1: .line 1364
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
         2: .line 1365
            iconst_0
         3: .line 1366
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         4: .line 1365
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
         5: .line 1364
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1367
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
         7: .line 1368
            iconst_1
         8: .line 1369
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
         9: .line 1368
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        10: .line 1367
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 1370
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
        12: .line 1371
            iconst_2
        13: .line 1372
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1371
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        15: .line 1370
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 1373
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
        17: .line 1374
            iconst_3
        18: .line 1375
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        19: .line 1374
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        20: .line 1373
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        21: .line 1376
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
        22: .line 1377
            new java.lang.Integer
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokespecial java.lang.Integer.<init>:(I)V
        23: .line 1376
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        24: .line 1379
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            tableswitch { // 0 - 2
                    0: 25
                    1: 27
                    2: 29
              default: 31
          }
        25: .line 1381
      StackMap locals: java.awt.RenderingHints
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        26: .line 1382
            goto 32
        end local 3 // java.lang.Object value
        27: .line 1384
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        28: .line 1385
            goto 32
        end local 3 // java.lang.Object value
        29: .line 1387
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        30: .line 1388
            goto 32
        end local 3 // java.lang.Object value
        31: .line 1390
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* value */
        start local 3 // java.lang.Object value
        32: .line 1393
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            ifnull 34
        33: .line 1394
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            aload 3 /* value */
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        34: .line 1396
      StackMap locals:
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
        35: .line 1397
            bipush 8
        36: .line 1398
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        37: .line 1397
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        38: .line 1396
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        39: .line 1399
            aload 2 /* model */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // java.awt.RenderingHints model
        end local 1 // java.util.Map hints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   40     0   this  Lsun/java2d/SunGraphics2D;
            0   40     1  hints  Ljava/util/Map;
            1   40     2  model  Ljava/awt/RenderingHints;
           26   27     3  value  Ljava/lang/Object;
           28   29     3  value  Ljava/lang/Object;
           30   31     3  value  Ljava/lang/Object;
           32   40     3  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      hints  

  public void translate(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // double tx
        start local 3 // double ty
         0: .line 1414
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            dload 1 /* tx */
            dload 3 /* ty */
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
         1: .line 1415
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1416
            return
        end local 3 // double ty
        end local 1 // double tx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;
            0    3     1    tx  D
            0    3     3    ty  D
    MethodParameters:
      Name  Flags
      tx    
      ty    

  public void rotate(double);
    descriptor: (D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // double theta
         0: .line 1433
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            dload 1 /* theta */
            invokevirtual java.awt.geom.AffineTransform.rotate:(D)V
         1: .line 1434
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1435
            return
        end local 1 // double theta
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/java2d/SunGraphics2D;
            0    3     1  theta  D
    MethodParameters:
       Name  Flags
      theta  

  public void rotate(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // double theta
        start local 3 // double x
        start local 5 // double y
         0: .line 1453
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            dload 1 /* theta */
            dload 3 /* x */
            dload 5 /* y */
            invokevirtual java.awt.geom.AffineTransform.rotate:(DDD)V
         1: .line 1454
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1455
            return
        end local 5 // double y
        end local 3 // double x
        end local 1 // double theta
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/java2d/SunGraphics2D;
            0    3     1  theta  D
            0    3     3      x  D
            0    3     5      y  D
    MethodParameters:
       Name  Flags
      theta  
      x      
      y      

  public void scale(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // double sx
        start local 3 // double sy
         0: .line 1469
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            dload 1 /* sx */
            dload 3 /* sy */
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
         1: .line 1470
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1471
            return
        end local 3 // double sy
        end local 1 // double sx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;
            0    3     1    sx  D
            0    3     3    sy  D
    MethodParameters:
      Name  Flags
      sx    
      sy    

  public void shear(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // double shx
        start local 3 // double shy
         0: .line 1489
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            dload 1 /* shx */
            dload 3 /* shy */
            invokevirtual java.awt.geom.AffineTransform.shear:(DD)V
         1: .line 1490
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1491
            return
        end local 3 // double shy
        end local 1 // double shx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;
            0    3     1   shx  D
            0    3     3   shy  D
    MethodParameters:
      Name  Flags
      shx   
      shy   

  public void transform(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.geom.AffineTransform xform
         0: .line 1511
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* xform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         1: .line 1512
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1513
            return
        end local 1 // java.awt.geom.AffineTransform xform
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lsun/java2d/SunGraphics2D;
            0    3     1  xform  Ljava/awt/geom/AffineTransform;
    MethodParameters:
       Name  Flags
      xform  

  public void translate(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
         0: .line 1519
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            iload 1 /* x */
            i2d
            iload 2 /* y */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
         1: .line 1520
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         2: .line 1521
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transX:I
            iload 1 /* x */
            iadd
            putfield sun.java2d.SunGraphics2D.transX:I
         3: .line 1522
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transY:I
            iload 2 /* y */
            iadd
            putfield sun.java2d.SunGraphics2D.transY:I
         4: .line 1523
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            ior
            ifne 6
         5: .line 1524
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.SunGraphics2D
         6: iconst_1
         7: .line 1523
      StackMap locals: sun.java2d.SunGraphics2D int int
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.transformState:I
         8: .line 1525
            goto 10
         9: .line 1526
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        10: .line 1528
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/java2d/SunGraphics2D;
            0   11     1     x  I
            0   11     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public void setTransform(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.geom.AffineTransform Tx
         0: .line 1538
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 3
         1: .line 1539
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* Tx */
            invokevirtual java.awt.geom.AffineTransform.setTransform:(Ljava/awt/geom/AffineTransform;)V
         2: .line 1540
            goto 5
         3: .line 1541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            i2d
            invokevirtual java.awt.geom.AffineTransform.setToTranslation:(DD)V
         4: .line 1542
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* Tx */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 1544
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         6: .line 1545
            return
        end local 1 // java.awt.geom.AffineTransform Tx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/SunGraphics2D;
            0    7     1    Tx  Ljava/awt/geom/AffineTransform;
    MethodParameters:
      Name  Flags
      Tx    

  protected void invalidateTransform();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1548
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            istore 1 /* type */
        start local 1 // int type
         1: .line 1549
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            istore 2 /* origTransformState */
        start local 2 // int origTransformState
         2: .line 1550
            iload 1 /* type */
            ifne 6
         3: .line 1551
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.transformState:I
         4: .line 1552
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
         5: .line 1553
            goto 22
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* type */
            iconst_1
            if_icmpne 16
         7: .line 1554
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dstore 3 /* dtx */
        start local 3 // double dtx
         8: .line 1555
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dstore 5 /* dty */
        start local 5 // double dty
         9: .line 1556
            aload 0 /* this */
            dload 3 /* dtx */
            ldc 0.5
            dadd
            invokestatic java.lang.Math.floor:(D)D
            d2i
            putfield sun.java2d.SunGraphics2D.transX:I
        10: .line 1557
            aload 0 /* this */
            dload 5 /* dty */
            ldc 0.5
            dadd
            invokestatic java.lang.Math.floor:(D)D
            d2i
            putfield sun.java2d.SunGraphics2D.transY:I
        11: .line 1558
            dload 3 /* dtx */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            i2d
            dcmpl
            ifne 14
            dload 5 /* dty */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            i2d
            dcmpl
            ifne 14
        12: .line 1559
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.transformState:I
        13: .line 1560
            goto 22
        14: .line 1561
      StackMap locals: double double
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.transformState:I
        end local 5 // double dty
        end local 3 // double dtx
        15: .line 1563
            goto 22
      StackMap locals:
      StackMap stack:
        16: iload 1 /* type */
            bipush 120
            iand
            ifne 20
        17: .line 1567
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.transformState:I
        18: .line 1568
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        19: .line 1569
            goto 22
        20: .line 1570
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.transformState:I
        21: .line 1571
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        22: .line 1574
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
        23: .line 1575
            iload 2 /* origTransformState */
            iconst_3
            if_icmplt 30
        24: .line 1580
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        25: .line 1581
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        26: .line 1582
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        27: .line 1583
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        28: .line 1585
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iload 2 /* origTransformState */
            if_icmpeq 30
        29: .line 1586
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1589
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 32
        31: .line 1590
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
        32: .line 1592
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int origTransformState
        end local 1 // int type
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   33     0                this  Lsun/java2d/SunGraphics2D;
            1   33     1                type  I
            2   33     2  origTransformState  I
            8   15     3                 dtx  D
            9   15     5                 dty  D

  public java.awt.geom.AffineTransform getTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1600
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 2
         1: .line 1601
            new java.awt.geom.AffineTransform
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            areturn
         2: .line 1604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            ineg
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ineg
            i2d
            invokestatic java.awt.geom.AffineTransform.getTranslateInstance:(DD)Ljava/awt/geom/AffineTransform;
         3: .line 1603
            astore 1 /* tx */
        start local 1 // java.awt.geom.AffineTransform tx
         4: .line 1605
            aload 1 /* tx */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 1606
            aload 1 /* tx */
            areturn
        end local 1 // java.awt.geom.AffineTransform tx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/java2d/SunGraphics2D;
            4    6     1    tx  Ljava/awt/geom/AffineTransform;

  public java.awt.geom.AffineTransform cloneTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1614
            new java.awt.geom.AffineTransform
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.Paint getPaint();
    descriptor: ()Ljava/awt/Paint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1623
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.Composite getComposite();
    descriptor: ()Ljava/awt/Composite;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1631
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.Color getColor();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1635
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  final void validateColor();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1660
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            getstatic sun.java2d.loops.CompositeType.Clear:Lsun/java2d/loops/CompositeType;
            if_acmpne 3
         1: .line 1661
            iconst_0
            istore 1 /* eargb */
        start local 1 // int eargb
         2: .line 1662
            goto 10
        end local 1 // int eargb
         3: .line 1663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            invokevirtual java.awt.Color.getRGB:()I
            istore 1 /* eargb */
        start local 1 // int eargb
         4: .line 1664
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            iconst_1
            if_icmpgt 10
         5: .line 1665
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpeq 10
         6: .line 1666
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpeq 10
         7: .line 1668
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            checkcast java.awt.AlphaComposite
            astore 2 /* alphacomp */
        start local 2 // java.awt.AlphaComposite alphacomp
         8: .line 1669
            aload 2 /* alphacomp */
            invokevirtual java.awt.AlphaComposite.getAlpha:()F
            iload 1 /* eargb */
            bipush 24
            iushr
            i2f
            fmul
            invokestatic java.lang.Math.round:(F)I
            istore 3 /* a */
        start local 3 // int a
         9: .line 1670
            iload 1 /* eargb */
            ldc 16777215
            iand
            iload 3 /* a */
            bipush 24
            ishl
            ior
            istore 1 /* eargb */
        end local 3 // int a
        end local 2 // java.awt.AlphaComposite alphacomp
        10: .line 1673
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* eargb */
            putfield sun.java2d.SunGraphics2D.eargb:I
        11: .line 1674
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            iload 1 /* eargb */
            invokevirtual sun.java2d.SurfaceData.pixelFor:(I)I
            putfield sun.java2d.SunGraphics2D.pixel:I
        12: .line 1675
            return
        end local 1 // int eargb
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/java2d/SunGraphics2D;
            2    3     1      eargb  I
            4   13     1      eargb  I
            8   10     2  alphacomp  Ljava/awt/AlphaComposite;
            9   10     3          a  I

  public void setColor(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Color color
         0: .line 1678
            aload 1 /* color */
            ifnull 1
            aload 1 /* color */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            if_acmpne 2
         1: .line 1679
      StackMap locals:
      StackMap stack:
            return
         2: .line 1681
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* color */
            dup_x1
            putfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         3: .line 1682
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         4: .line 1683
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.eargb:I
            bipush 24
            ishr
            iconst_m1
            if_icmpne 11
         5: .line 1684
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifne 7
         6: .line 1685
            return
         7: .line 1687
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.paintState:I
         8: .line 1688
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 16
         9: .line 1690
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1692
            goto 16
        11: .line 1693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpne 13
        12: .line 1694
            return
        13: .line 1696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.paintState:I
        14: .line 1697
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 16
        15: .line 1699
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        16: .line 1702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        17: .line 1703
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        18: .line 1704
            return
        end local 1 // java.awt.Color color
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Lsun/java2d/SunGraphics2D;
            0   19     1  color  Ljava/awt/Color;
    MethodParameters:
       Name  Flags
      color  

  public void setBackground(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Color color
         0: .line 1719
            aload 0 /* this */
            aload 1 /* color */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         1: .line 1720
            return
        end local 1 // java.awt.Color color
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lsun/java2d/SunGraphics2D;
            0    2     1  color  Ljava/awt/Color;
    MethodParameters:
       Name  Flags
      color  

  public java.awt.Color getBackground();
    descriptor: ()Ljava/awt/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1727
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.Stroke getStroke();
    descriptor: ()Ljava/awt/Stroke;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1735
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.awt.Rectangle getClipBounds();
    descriptor: ()Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1740
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifne 3
         1: .line 1741
            aconst_null
            astore 1 /* r */
        start local 1 // java.awt.Rectangle r
         2: .line 1742
            goto 11
        end local 1 // java.awt.Rectangle r
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 10
         4: .line 1743
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 7
         5: .line 1744
            new java.awt.Rectangle
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            checkcast java.awt.Rectangle
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 1 /* r */
        start local 1 // java.awt.Rectangle r
         6: .line 1745
            goto 8
        end local 1 // java.awt.Rectangle r
         7: .line 1746
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 1 /* r */
        start local 1 // java.awt.Rectangle r
         8: .line 1748
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            ineg
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            ineg
            invokevirtual java.awt.Rectangle.translate:(II)V
         9: .line 1749
            goto 11
        end local 1 // java.awt.Rectangle r
        10: .line 1750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getClip:()Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 1 /* r */
        start local 1 // java.awt.Rectangle r
        11: .line 1752
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            aload 1 /* r */
            areturn
        end local 1 // java.awt.Rectangle r
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/java2d/SunGraphics2D;
            2    3     1     r  Ljava/awt/Rectangle;
            6    7     1     r  Ljava/awt/Rectangle;
            8   10     1     r  Ljava/awt/Rectangle;
           11   12     1     r  Ljava/awt/Rectangle;

  public java.awt.Rectangle getClipBounds(java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Rectangle r
         0: .line 1756
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifeq 10
         1: .line 1757
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 8
         2: .line 1758
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 5
         3: .line 1759
            aload 1 /* r */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            checkcast java.awt.Rectangle
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
         4: .line 1760
            goto 6
         5: .line 1761
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
         6: .line 1763
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            ineg
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            ineg
            invokevirtual java.awt.Rectangle.translate:(II)V
         7: .line 1764
            goto 12
         8: .line 1765
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getClip:()Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            invokevirtual java.awt.Rectangle.setBounds:(Ljava/awt/Rectangle;)V
         9: .line 1767
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 1 /* r */
            ifnonnull 12
        11: .line 1768
            new java.lang.NullPointerException
            dup
            ldc "null rectangle parameter"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1770
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            areturn
        end local 1 // java.awt.Rectangle r
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     r  Ljava/awt/Rectangle;
    MethodParameters:
      Name  Flags
      r     

  public boolean hitClip(int, int, int, int);
    descriptor: (IIII)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int width
        start local 4 // int height
         0: .line 1774
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 1775
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 23
         3: .line 1795
            bipush 8
            newarray 7
            dup
            iconst_0
         4: .line 1796
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_1
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_2
         5: .line 1797
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            iconst_3
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_4
         6: .line 1798
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_5
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
            dup
            bipush 6
         7: .line 1799
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            bipush 7
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
         8: .line 1795
            astore 5 /* d */
        start local 5 // double[] d
         9: .line 1801
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 5 /* d */
            iconst_0
            aload 5 /* d */
            iconst_0
            iconst_4
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        10: .line 1802
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.min:(DD)D
        11: .line 1803
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.min:(DD)D
        12: .line 1802
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 1 /* x */
        13: .line 1804
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.min:(DD)D
        14: .line 1805
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.min:(DD)D
        15: .line 1804
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 2 /* y */
        16: .line 1806
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.max:(DD)D
        17: .line 1807
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.max:(DD)D
        18: .line 1806
            invokestatic java.lang.Math.max:(DD)D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 3 /* width */
        19: .line 1808
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.max:(DD)D
        20: .line 1809
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.max:(DD)D
        21: .line 1808
            invokestatic java.lang.Math.max:(DD)D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 4 /* height */
        end local 5 // double[] d
        22: .line 1810
            goto 27
        23: .line 1811
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
        24: .line 1812
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
        25: .line 1813
            iload 3 /* width */
            iload 1 /* x */
            iadd
            istore 3 /* width */
        26: .line 1814
            iload 4 /* height */
            iload 2 /* y */
            iadd
            istore 4 /* height */
        27: .line 1816
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getCompClip:()Lsun/java2d/pipe/Region;
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* width */
            iload 4 /* height */
            invokevirtual sun.java2d.pipe.Region.intersectsQuickCheckXYXY:(IIII)Z
            ifne 29
        28: .line 1817
            iconst_0
            ireturn
        29: .line 1824
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 4 // int height
        end local 3 // int width
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   30     0    this  Lsun/java2d/SunGraphics2D;
            0   30     1       x  I
            0   30     2       y  I
            0   30     3   width  I
            0   30     4  height  I
            9   22     5       d  [D
    MethodParameters:
        Name  Flags
      x       
      y       
      width   
      height  

  protected void validateCompClip();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=7, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1828
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            istore 1 /* origClipState */
        start local 1 // int origClipState
         1: .line 1829
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnonnull 5
         2: .line 1830
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.clipState:I
         3: .line 1831
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
         4: .line 1832
            goto 30
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.geom.Rectangle2D
            ifeq 12
         6: .line 1833
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.clipState:I
         7: .line 1834
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 10
         8: .line 1835
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            checkcast java.awt.Rectangle
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Ljava/awt/Rectangle;)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
         9: .line 1836
            goto 30
        10: .line 1837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Ljava/awt/Rectangle;)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
        11: .line 1839
            goto 30
        12: .line 1840
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            aconst_null
            invokeinterface java.awt.Shape.getPathIterator:(Ljava/awt/geom/AffineTransform;)Ljava/awt/geom/PathIterator;
            astore 2 /* cpi */
        start local 2 // java.awt.geom.PathIterator cpi
        13: .line 1841
            iconst_4
            newarray 10
            astore 3 /* box */
        start local 3 // int[] box
        14: .line 1842
            aload 0 /* this */
            invokestatic sun.java2d.pipe.LoopPipe.getFillSSI:(Lsun/java2d/SunGraphics2D;)Lsun/java2d/pipe/ShapeSpanIterator;
            astore 4 /* sr */
        start local 4 // sun.java2d.pipe.ShapeSpanIterator sr
        15: .line 1844
            aload 4 /* sr */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.setOutputArea:(Lsun/java2d/pipe/Region;)V
        16: .line 1845
            aload 4 /* sr */
            aload 2 /* cpi */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.appendPath:(Ljava/awt/geom/PathIterator;)V
        17: .line 1846
            aload 4 /* sr */
            aload 3 /* box */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.getPathBox:([I)V
        18: .line 1847
            aload 3 /* box */
            invokestatic sun.java2d.pipe.Region.getInstance:([I)Lsun/java2d/pipe/Region;
            astore 5 /* r */
        start local 5 // sun.java2d.pipe.Region r
        19: .line 1848
            aload 5 /* r */
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.Region.appendSpans:(Lsun/java2d/pipe/SpanIterator;)V
        20: .line 1849
            aload 0 /* this */
            aload 5 /* r */
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
        21: .line 1850
            aload 0 /* this */
        22: .line 1851
            aload 5 /* r */
            invokevirtual sun.java2d.pipe.Region.isRectangular:()Z
            ifeq 23
            iconst_1
            goto 24
      StackMap locals: sun.java2d.SunGraphics2D int java.awt.geom.PathIterator int[] sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.Region
      StackMap stack: sun.java2d.SunGraphics2D
        23: iconst_2
        24: .line 1850
      StackMap locals: sun.java2d.SunGraphics2D int java.awt.geom.PathIterator int[] sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.Region
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.clipState:I
        end local 5 // sun.java2d.pipe.Region r
        25: .line 1852
            goto 29
      StackMap locals: sun.java2d.SunGraphics2D int java.awt.geom.PathIterator int[] sun.java2d.pipe.ShapeSpanIterator
      StackMap stack: java.lang.Throwable
        26: astore 6
        27: .line 1853
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.dispose:()V
        28: .line 1854
            aload 6
            athrow
        29: .line 1853
      StackMap locals:
      StackMap stack:
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.dispose:()V
        end local 4 // sun.java2d.pipe.ShapeSpanIterator sr
        end local 3 // int[] box
        end local 2 // java.awt.geom.PathIterator cpi
        30: .line 1856
      StackMap locals:
      StackMap stack:
            iload 1 /* origClipState */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            if_icmpeq 34
        31: .line 1857
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            iconst_2
            if_icmpeq 32
            iload 1 /* origClipState */
            iconst_2
            if_icmpne 34
        32: .line 1859
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        33: .line 1860
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        34: .line 1862
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int origClipState
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   35     0           this  Lsun/java2d/SunGraphics2D;
            1   35     1  origClipState  I
           13   30     2            cpi  Ljava/awt/geom/PathIterator;
           14   30     3            box  [I
           15   30     4             sr  Lsun/java2d/pipe/ShapeSpanIterator;
           19   25     5              r  Lsun/java2d/pipe/Region;
      Exception table:
        from    to  target  type
          15    26      26  any

  protected java.awt.Shape transformShape(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)Ljava/awt/Shape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s
         0: .line 1869
            aload 1 /* s */
            ifnonnull 2
         1: .line 1870
            aconst_null
            areturn
         2: .line 1872
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 4
         3: .line 1873
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* s */
            invokestatic sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/geom/AffineTransform;Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
         4: .line 1875
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            aload 1 /* s */
            invokestatic sun.java2d.SunGraphics2D.transformShape:(IILjava/awt/Shape;)Ljava/awt/Shape;
            areturn
        end local 1 // java.awt.Shape s
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/SunGraphics2D;
            0    5     1     s  Ljava/awt/Shape;
    MethodParameters:
      Name  Flags
      s     

  public java.awt.Shape untransformShape(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s
         0: .line 1880
            aload 1 /* s */
            ifnonnull 2
         1: .line 1881
            aconst_null
            areturn
         2: .line 1883
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 7
         3: .line 1885
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.createInverse:()Ljava/awt/geom/AffineTransform;
            aload 1 /* s */
            invokestatic sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/geom/AffineTransform;Ljava/awt/Shape;)Ljava/awt/Shape;
         4: areturn
         5: .line 1886
      StackMap locals:
      StackMap stack: java.awt.geom.NoninvertibleTransformException
            pop
         6: .line 1887
            aconst_null
            areturn
         7: .line 1890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            ineg
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            ineg
            aload 1 /* s */
            invokestatic sun.java2d.SunGraphics2D.transformShape:(IILjava/awt/Shape;)Ljava/awt/Shape;
            areturn
        end local 1 // java.awt.Shape s
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/java2d/SunGraphics2D;
            0    8     1     s  Ljava/awt/Shape;
      Exception table:
        from    to  target  type
           3     4       5  Class java.awt.geom.NoninvertibleTransformException
    MethodParameters:
      Name  Flags
      s     

  protected static java.awt.Shape transformShape(int, int, java.awt.Shape);
    descriptor: (IILjava/awt/Shape;)Ljava/awt/Shape;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=10, locals=4, args_size=3
        start local 0 // int tx
        start local 1 // int ty
        start local 2 // java.awt.Shape s
         0: .line 1895
            aload 2 /* s */
            ifnonnull 2
         1: .line 1896
            aconst_null
            areturn
         2: .line 1899
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.Rectangle
            ifeq 6
         3: .line 1900
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* r */
        start local 3 // java.awt.Rectangle r
         4: .line 1901
            aload 3 /* r */
            iload 0 /* tx */
            iload 1 /* ty */
            invokevirtual java.awt.Rectangle.translate:(II)V
         5: .line 1902
            aload 3 /* r */
            areturn
        end local 3 // java.awt.Rectangle r
         6: .line 1904
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 13
         7: .line 1905
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 3 /* rect */
        start local 3 // java.awt.geom.Rectangle2D rect
         8: .line 1906
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            iload 0 /* tx */
            i2d
            dadd
         9: .line 1907
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            iload 1 /* ty */
            i2d
            dadd
        10: .line 1908
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
        11: .line 1909
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
        12: .line 1906
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 3 // java.awt.geom.Rectangle2D rect
        13: .line 1912
      StackMap locals:
      StackMap stack:
            iload 0 /* tx */
            ifne 15
            iload 1 /* ty */
            ifne 15
        14: .line 1913
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        15: .line 1916
      StackMap locals:
      StackMap stack:
            iload 0 /* tx */
            i2d
            iload 1 /* ty */
            i2d
            invokestatic java.awt.geom.AffineTransform.getTranslateInstance:(DD)Ljava/awt/geom/AffineTransform;
            astore 3 /* mat */
        start local 3 // java.awt.geom.AffineTransform mat
        16: .line 1917
            aload 3 /* mat */
            aload 2 /* s */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        end local 3 // java.awt.geom.AffineTransform mat
        end local 2 // java.awt.Shape s
        end local 1 // int ty
        end local 0 // int tx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0    tx  I
            0   17     1    ty  I
            0   17     2     s  Ljava/awt/Shape;
            4    6     3     r  Ljava/awt/Rectangle;
            8   13     3  rect  Ljava/awt/geom/Rectangle2D;
           16   17     3   mat  Ljava/awt/geom/AffineTransform;
    MethodParameters:
      Name  Flags
      tx    
      ty    
      s     

  protected static java.awt.Shape transformShape(java.awt.geom.AffineTransform, java.awt.Shape);
    descriptor: (Ljava/awt/geom/AffineTransform;Ljava/awt/Shape;)Ljava/awt/Shape;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=9, locals=4, args_size=2
        start local 0 // java.awt.geom.AffineTransform tx
        start local 1 // java.awt.Shape clip
         0: .line 1921
            aload 1 /* clip */
            ifnonnull 2
         1: .line 1922
            aconst_null
            areturn
         2: .line 1925
      StackMap locals:
      StackMap stack:
            aload 1 /* clip */
            instanceof java.awt.geom.Rectangle2D
            ifeq 16
         3: .line 1926
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 48
            iand
            ifne 16
         4: .line 1928
            aload 1 /* clip */
            checkcast java.awt.geom.Rectangle2D
            astore 2 /* rect */
        start local 2 // java.awt.geom.Rectangle2D rect
         5: .line 1929
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
         6: .line 1930
            aload 3 /* matrix */
            iconst_0
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            dastore
         7: .line 1931
            aload 3 /* matrix */
            iconst_1
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            dastore
         8: .line 1932
            aload 3 /* matrix */
            iconst_2
            aload 3 /* matrix */
            iconst_0
            daload
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
            dastore
         9: .line 1933
            aload 3 /* matrix */
            iconst_3
            aload 3 /* matrix */
            iconst_1
            daload
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
            dastore
        10: .line 1934
            aload 0 /* tx */
            aload 3 /* matrix */
            iconst_0
            aload 3 /* matrix */
            iconst_0
            iconst_2
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        11: .line 1935
            new java.awt.geom.Rectangle2D$Float
            dup
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:()V
            astore 2 /* rect */
        12: .line 1936
            aload 2 /* rect */
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_1
            daload
        13: .line 1937
            aload 3 /* matrix */
            iconst_2
            daload
            aload 3 /* matrix */
            iconst_3
            daload
        14: .line 1936
            invokevirtual java.awt.geom.Rectangle2D.setFrameFromDiagonal:(DDDD)V
        15: .line 1938
            aload 2 /* rect */
            areturn
        end local 3 // double[] matrix
        end local 2 // java.awt.geom.Rectangle2D rect
        16: .line 1941
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 18
        17: .line 1942
            aload 1 /* clip */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        18: .line 1945
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            aload 1 /* clip */
            invokevirtual java.awt.geom.AffineTransform.createTransformedShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        end local 1 // java.awt.Shape clip
        end local 0 // java.awt.geom.AffineTransform tx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0      tx  Ljava/awt/geom/AffineTransform;
            0   19     1    clip  Ljava/awt/Shape;
            5   16     2    rect  Ljava/awt/geom/Rectangle2D;
            6   16     3  matrix  [D
    MethodParameters:
      Name  Flags
      tx    
      clip  

  public void clipRect(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 1949
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            invokevirtual sun.java2d.SunGraphics2D.clip:(Ljava/awt/Shape;)V
         1: .line 1950
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/SunGraphics2D;
            0    2     1     x  I
            0    2     2     y  I
            0    2     3     w  I
            0    2     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void setClip(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 1953
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            invokevirtual sun.java2d.SunGraphics2D.setClip:(Ljava/awt/Shape;)V
         1: .line 1954
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/SunGraphics2D;
            0    2     1     x  I
            0    2     2     y  I
            0    2     3     w  I
            0    2     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public java.awt.Shape getClip();
    descriptor: ()Ljava/awt/Shape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1957
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            invokevirtual sun.java2d.SunGraphics2D.untransformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public void setClip(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape sh
         0: .line 1961
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* sh */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            putfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
         1: .line 1962
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         2: .line 1963
            return
        end local 1 // java.awt.Shape sh
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;
            0    3     1    sh  Ljava/awt/Shape;
    MethodParameters:
      Name  Flags
      sh    

  public void clip(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s
         0: .line 1974
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 1 /* s */
         1: .line 1975
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnull 3
         2: .line 1976
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            aload 1 /* s */
            iconst_1
            iconst_1
            invokevirtual sun.java2d.SunGraphics2D.intersectShapes:(Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
            astore 1 /* s */
         3: .line 1978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
         4: .line 1979
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         5: .line 1980
            return
        end local 1 // java.awt.Shape s
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/java2d/SunGraphics2D;
            0    6     1     s  Ljava/awt/Shape;
    MethodParameters:
      Name  Flags
      s     

  public void setPaintMode();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1983
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         1: .line 1984
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/SunGraphics2D;

  public void setXORMode(java.awt.Color);
    descriptor: (Ljava/awt/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Color c
         0: .line 1987
            aload 1 /* c */
            ifnonnull 2
         1: .line 1988
            new java.lang.IllegalArgumentException
            dup
            ldc "null XORColor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new sun.java2d.loops.XORComposite
            dup
            aload 1 /* c */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokespecial sun.java2d.loops.XORComposite.<init>:(Ljava/awt/Color;Lsun/java2d/SurfaceData;)V
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         3: .line 1991
            return
        end local 1 // java.awt.Color c
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/java2d/SunGraphics2D;
            0    4     1     c  Ljava/awt/Color;
    MethodParameters:
      Name  Flags
      c     

  public void copyArea(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int dx
        start local 6 // int dy
         0: .line 1998
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* dx */
            iload 6 /* dy */
            invokevirtual sun.java2d.SunGraphics2D.doCopyArea:(IIIIII)V
         1: .line 1999
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2000
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2002
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* dx */
            iload 6 /* dy */
            invokevirtual sun.java2d.SunGraphics2D.doCopyArea:(IIIIII)V
         5: .line 2003
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2008
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2009
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2010
            aload 7
            athrow
        11: .line 2009
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2011
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int dy
        end local 5 // int dx
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
            0   13     5    dx  I
            0   13     6    dy  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      dx    
      dy    

  private void doCopyArea(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=11, locals=13, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int dx
        start local 6 // int dy
         0: .line 2014
            iload 3 /* w */
            ifle 1
            iload 4 /* h */
            ifgt 2
         1: .line 2015
      StackMap locals:
      StackMap stack:
            return
         2: .line 2017
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            astore 7 /* theData */
        start local 7 // sun.java2d.SurfaceData theData
         3: .line 2018
            aload 7 /* theData */
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* dx */
            iload 6 /* dy */
            invokevirtual sun.java2d.SurfaceData.copyArea:(Lsun/java2d/SunGraphics2D;IIIIII)Z
            ifeq 5
         4: .line 2019
            return
         5: .line 2021
      StackMap locals: sun.java2d.SurfaceData
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 7
         6: .line 2022
            new java.lang.InternalError
            dup
            ldc "transformed copyArea not implemented yet"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 2027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getCompClip:()Lsun/java2d/pipe/Region;
            astore 8 /* clip */
        start local 8 // sun.java2d.pipe.Region clip
         8: .line 2029
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 9 /* comp */
        start local 9 // java.awt.Composite comp
         9: .line 2030
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAcomp:Ljava/awt/Composite;
            aload 9 /* comp */
            if_acmpeq 17
        10: .line 2031
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getSurfaceType:()Lsun/java2d/loops/SurfaceType;
            astore 10 /* dsttype */
        start local 10 // sun.java2d.loops.SurfaceType dsttype
        11: .line 2032
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        start local 11 // sun.java2d.loops.CompositeType comptype
        12: .line 2033
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            aload 11 /* comptype */
            invokevirtual sun.java2d.loops.CompositeType.equals:(Ljava/lang/Object;)Z
            ifeq 15
        13: .line 2034
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getTransparency:()I
            iconst_1
            if_icmpne 15
        14: .line 2036
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        15: .line 2038
      StackMap locals: sun.java2d.SunGraphics2D int int int int int int sun.java2d.SurfaceData sun.java2d.pipe.Region java.awt.Composite sun.java2d.loops.SurfaceType sun.java2d.loops.CompositeType
      StackMap stack:
            aload 0 /* this */
            aload 10 /* dsttype */
            aload 11 /* comptype */
            aload 10 /* dsttype */
            invokestatic sun.java2d.loops.Blit.locate:(Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/CompositeType;Lsun/java2d/loops/SurfaceType;)Lsun/java2d/loops/Blit;
            putfield sun.java2d.SunGraphics2D.lastCAblit:Lsun/java2d/loops/Blit;
        16: .line 2039
            aload 0 /* this */
            aload 9 /* comp */
            putfield sun.java2d.SunGraphics2D.lastCAcomp:Ljava/awt/Composite;
        end local 11 // sun.java2d.loops.CompositeType comptype
        end local 10 // sun.java2d.loops.SurfaceType dsttype
        17: .line 2042
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
        18: .line 2043
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
        19: .line 2045
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAblit:Lsun/java2d/loops/Blit;
            astore 10 /* ob */
        start local 10 // sun.java2d.loops.Blit ob
        20: .line 2046
            iload 6 /* dy */
            ifne 30
            iload 5 /* dx */
            ifle 30
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 30
        21: .line 2047
            goto 28
        22: .line 2048
      StackMap locals: sun.java2d.loops.Blit
      StackMap stack:
            iload 3 /* w */
            iload 5 /* dx */
            invokestatic java.lang.Math.min:(II)I
            istore 11 /* partW */
        start local 11 // int partW
        23: .line 2049
            iload 3 /* w */
            iload 11 /* partW */
            isub
            istore 3 /* w */
        24: .line 2050
            iload 1 /* x */
            iload 3 /* w */
            iadd
            istore 12 /* sx */
        start local 12 // int sx
        25: .line 2051
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        26: .line 2052
            iload 12 /* sx */
            iload 2 /* y */
            iload 12 /* sx */
            iload 5 /* dx */
            iadd
            iload 2 /* y */
            iload 6 /* dy */
            iadd
            iload 11 /* partW */
            iload 4 /* h */
        27: .line 2051
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        end local 12 // int sx
        end local 11 // int partW
        28: .line 2047
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            ifgt 22
        29: .line 2054
            return
        30: .line 2056
      StackMap locals:
      StackMap stack:
            iload 6 /* dy */
            ifle 40
            iload 6 /* dy */
            iload 4 /* h */
            if_icmpge 40
            iload 5 /* dx */
            iload 3 /* w */
            ineg
            if_icmple 40
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 40
        31: .line 2057
            goto 38
        32: .line 2058
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            iload 6 /* dy */
            invokestatic java.lang.Math.min:(II)I
            istore 11 /* partH */
        start local 11 // int partH
        33: .line 2059
            iload 4 /* h */
            iload 11 /* partH */
            isub
            istore 4 /* h */
        34: .line 2060
            iload 2 /* y */
            iload 4 /* h */
            iadd
            istore 12 /* sy */
        start local 12 // int sy
        35: .line 2061
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        36: .line 2062
            iload 1 /* x */
            iload 12 /* sy */
            iload 1 /* x */
            iload 5 /* dx */
            iadd
            iload 12 /* sy */
            iload 6 /* dy */
            iadd
            iload 3 /* w */
            iload 11 /* partH */
        37: .line 2061
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        end local 12 // int sy
        end local 11 // int partH
        38: .line 2057
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            ifgt 32
        39: .line 2064
            return
        40: .line 2066
      StackMap locals:
      StackMap stack:
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
            iload 1 /* x */
            iload 2 /* y */
            iload 1 /* x */
            iload 5 /* dx */
            iadd
            iload 2 /* y */
            iload 6 /* dy */
            iadd
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        41: .line 2067
            return
        end local 10 // sun.java2d.loops.Blit ob
        end local 9 // java.awt.Composite comp
        end local 8 // sun.java2d.pipe.Region clip
        end local 7 // sun.java2d.SurfaceData theData
        end local 6 // int dy
        end local 5 // int dx
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   42     0      this  Lsun/java2d/SunGraphics2D;
            0   42     1         x  I
            0   42     2         y  I
            0   42     3         w  I
            0   42     4         h  I
            0   42     5        dx  I
            0   42     6        dy  I
            3   42     7   theData  Lsun/java2d/SurfaceData;
            8   42     8      clip  Lsun/java2d/pipe/Region;
            9   42     9      comp  Ljava/awt/Composite;
           11   17    10   dsttype  Lsun/java2d/loops/SurfaceType;
           12   17    11  comptype  Lsun/java2d/loops/CompositeType;
           20   42    10        ob  Lsun/java2d/loops/Blit;
           23   28    11     partW  I
           25   28    12        sx  I
           33   38    11     partH  I
           35   38    12        sy  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      dx    
      dy    

  public void drawLine(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x1
        start local 2 // int y1
        start local 3 // int x2
        start local 4 // int y2
         0: .line 2130
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x1 */
            iload 2 /* y1 */
            iload 3 /* x2 */
            iload 4 /* y2 */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawLine:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2131
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2132
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2134
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x1 */
            iload 2 /* y1 */
            iload 3 /* x2 */
            iload 4 /* y2 */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawLine:(Lsun/java2d/SunGraphics2D;IIII)V
         5: .line 2135
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2140
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2141
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2142
            aload 5
            athrow
        11: .line 2141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2143
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int y2
        end local 3 // int x2
        end local 2 // int y1
        end local 1 // int x1
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1    x1  I
            0   13     2    y1  I
            0   13     3    x2  I
            0   13     4    y2  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x1    
      y1    
      x2    
      y2    

  public void drawRoundRect(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int arcW
        start local 6 // int arcH
         0: .line 2147
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* arcW */
            iload 6 /* arcH */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawRoundRect:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2148
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2149
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2151
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* arcW */
            iload 6 /* arcH */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawRoundRect:(Lsun/java2d/SunGraphics2D;IIIIII)V
         5: .line 2152
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2157
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2158
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2159
            aload 7
            athrow
        11: .line 2158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2160
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int arcH
        end local 5 // int arcW
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
            0   13     5  arcW  I
            0   13     6  arcH  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      arcW  
      arcH  

  public void fillRoundRect(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int arcW
        start local 6 // int arcH
         0: .line 2164
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* arcW */
            iload 6 /* arcH */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillRoundRect:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2165
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2166
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2168
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* arcW */
            iload 6 /* arcH */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillRoundRect:(Lsun/java2d/SunGraphics2D;IIIIII)V
         5: .line 2169
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2174
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2175
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2176
            aload 7
            athrow
        11: .line 2175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2177
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int arcH
        end local 5 // int arcW
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
            0   13     5  arcW  I
            0   13     6  arcH  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      arcW  
      arcH  

  public void drawOval(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 2181
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawOval:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2182
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2183
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2185
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawOval:(Lsun/java2d/SunGraphics2D;IIII)V
         5: .line 2186
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2191
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2192
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2193
            aload 5
            athrow
        11: .line 2192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2194
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void fillOval(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 2198
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillOval:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2199
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2200
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2202
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillOval:(Lsun/java2d/SunGraphics2D;IIII)V
         5: .line 2203
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2208
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2209
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2210
            aload 5
            athrow
        11: .line 2209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2211
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void drawArc(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int startAngl
        start local 6 // int arcAngl
         0: .line 2216
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* startAngl */
            iload 6 /* arcAngl */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawArc:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2217
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2218
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2220
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* startAngl */
            iload 6 /* arcAngl */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawArc:(Lsun/java2d/SunGraphics2D;IIIIII)V
         5: .line 2221
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2226
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2227
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2228
            aload 7
            athrow
        11: .line 2227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2229
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int arcAngl
        end local 5 // int startAngl
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/java2d/SunGraphics2D;
            0   13     1          x  I
            0   13     2          y  I
            0   13     3          w  I
            0   13     4          h  I
            0   13     5  startAngl  I
            0   13     6    arcAngl  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
           Name  Flags
      x          
      y          
      w          
      h          
      startAngl  
      arcAngl    

  public void fillArc(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=8, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int startAngl
        start local 6 // int arcAngl
         0: .line 2234
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* startAngl */
            iload 6 /* arcAngl */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillArc:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2235
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2236
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2238
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* startAngl */
            iload 6 /* arcAngl */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillArc:(Lsun/java2d/SunGraphics2D;IIIIII)V
         5: .line 2239
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2244
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2246
            aload 7
            athrow
        11: .line 2245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2247
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int arcAngl
        end local 5 // int startAngl
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lsun/java2d/SunGraphics2D;
            0   13     1          x  I
            0   13     2          y  I
            0   13     3          w  I
            0   13     4          h  I
            0   13     5  startAngl  I
            0   13     6    arcAngl  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
           Name  Flags
      x          
      y          
      w          
      h          
      startAngl  
      arcAngl    

  public void drawPolyline(int[], int[], int);
    descriptor: ([I[II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int[] xPoints
        start local 2 // int[] yPoints
        start local 3 // int nPoints
         0: .line 2251
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawPolyline:(Lsun/java2d/SunGraphics2D;[I[II)V
         1: .line 2252
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2253
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2255
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawPolyline:(Lsun/java2d/SunGraphics2D;[I[II)V
         5: .line 2256
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2261
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2262
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2263
            aload 4
            athrow
        11: .line 2262
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2264
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int nPoints
        end local 2 // int[] yPoints
        end local 1 // int[] xPoints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/java2d/SunGraphics2D;
            0   13     1  xPoints  [I
            0   13     2  yPoints  [I
            0   13     3  nPoints  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
         Name  Flags
      xPoints  
      yPoints  
      nPoints  

  public void drawPolygon(int[], int[], int);
    descriptor: ([I[II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int[] xPoints
        start local 2 // int[] yPoints
        start local 3 // int nPoints
         0: .line 2268
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawPolygon:(Lsun/java2d/SunGraphics2D;[I[II)V
         1: .line 2269
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2270
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2272
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawPolygon:(Lsun/java2d/SunGraphics2D;[I[II)V
         5: .line 2273
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2278
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2279
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2280
            aload 4
            athrow
        11: .line 2279
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2281
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int nPoints
        end local 2 // int[] yPoints
        end local 1 // int[] xPoints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/java2d/SunGraphics2D;
            0   13     1  xPoints  [I
            0   13     2  yPoints  [I
            0   13     3  nPoints  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
         Name  Flags
      xPoints  
      yPoints  
      nPoints  

  public void fillPolygon(int[], int[], int);
    descriptor: ([I[II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int[] xPoints
        start local 2 // int[] yPoints
        start local 3 // int nPoints
         0: .line 2285
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillPolygon:(Lsun/java2d/SunGraphics2D;[I[II)V
         1: .line 2286
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2287
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2289
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillPolygon:(Lsun/java2d/SunGraphics2D;[I[II)V
         5: .line 2290
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2295
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2296
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2297
            aload 4
            athrow
        11: .line 2296
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2298
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int nPoints
        end local 2 // int[] yPoints
        end local 1 // int[] xPoints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lsun/java2d/SunGraphics2D;
            0   13     1  xPoints  [I
            0   13     2  yPoints  [I
            0   13     3  nPoints  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
         Name  Flags
      xPoints  
      yPoints  
      nPoints  

  public void drawRect(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 2302
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawRect:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2303
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2304
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2306
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawRect:(Lsun/java2d/SunGraphics2D;IIII)V
         5: .line 2307
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2312
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2313
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2314
            aload 5
            athrow
        11: .line 2313
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2315
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void fillRect(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 2319
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillRect:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2320
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2321
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2323
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillRect:(Lsun/java2d/SunGraphics2D;IIII)V
         5: .line 2324
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2329
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2330
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2331
            aload 5
            athrow
        11: .line 2330
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2332
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     x  I
            0   13     2     y  I
            0   13     3     w  I
            0   13     4     h  I
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  private void revalidateAll();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 2341
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.getReplacement:()Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         1: .line 2342
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            ifnonnull 3
         2: .line 2343
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         3: .line 2347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.getBounds:()Ljava/awt/Rectangle;
            invokevirtual sun.java2d.SunGraphics2D.setDevClip:(Ljava/awt/Rectangle;)V
         4: .line 2349
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 6
         5: .line 2350
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         6: .line 2352
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            instanceof sun.java2d.loops.XORComposite
            ifeq 9
         7: .line 2353
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            checkcast sun.java2d.loops.XORComposite
            invokevirtual sun.java2d.loops.XORComposite.getXorColor:()Ljava/awt/Color;
            astore 1 /* c */
        start local 1 // java.awt.Color c
         8: .line 2354
            aload 0 /* this */
            new sun.java2d.loops.XORComposite
            dup
            aload 1 /* c */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokespecial sun.java2d.loops.XORComposite.<init>:(Ljava/awt/Color;Lsun/java2d/SurfaceData;)V
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
        end local 1 // java.awt.Color c
         9: .line 2356
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validatePipe:()V
        10: .line 2361
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/java2d/SunGraphics2D;
            8    9     1     c  Ljava/awt/Color;

  public void clearRect(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 2366
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 5 /* c */
        start local 5 // java.awt.Composite c
         1: .line 2367
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            astore 6 /* p */
        start local 6 // java.awt.Paint p
         2: .line 2368
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.Src:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         3: .line 2369
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getBackground:()Ljava/awt/Color;
            invokevirtual sun.java2d.SunGraphics2D.setColor:(Ljava/awt/Color;)V
         4: .line 2370
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validatePipe:()V
         5: .line 2371
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.fillRect:(IIII)V
         6: .line 2372
            aload 0 /* this */
            aload 6 /* p */
            invokevirtual sun.java2d.SunGraphics2D.setPaint:(Ljava/awt/Paint;)V
         7: .line 2373
            aload 0 /* this */
            aload 5 /* c */
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         8: .line 2374
            return
        end local 6 // java.awt.Paint p
        end local 5 // java.awt.Composite c
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/java2d/SunGraphics2D;
            0    9     1     x  I
            0    9     2     y  I
            0    9     3     w  I
            0    9     4     h  I
            1    9     5     c  Ljava/awt/Composite;
            2    9     6     p  Ljava/awt/Paint;
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  public void draw(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s
         0: .line 2392
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface sun.java2d.pipe.ShapeDrawPipe.draw:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;)V
         1: .line 2393
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2394
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2396
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface sun.java2d.pipe.ShapeDrawPipe.draw:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;)V
         5: .line 2397
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2402
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2403
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2404
            aload 2
            athrow
        11: .line 2403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2405
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Shape s
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     s  Ljava/awt/Shape;
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      s     

  public void fill(java.awt.Shape);
    descriptor: (Ljava/awt/Shape;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s
         0: .line 2422
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface sun.java2d.pipe.ShapeDrawPipe.fill:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;)V
         1: .line 2423
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2424
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2426
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface sun.java2d.pipe.ShapeDrawPipe.fill:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;)V
         5: .line 2427
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 12
         8: .line 2432
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2433
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2434
            aload 2
            athrow
        11: .line 2433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2435
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Shape s
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lsun/java2d/SunGraphics2D;
            0   13     1     s  Ljava/awt/Shape;
      Exception table:
        from    to  target  type
           0     1       2  Class sun.java2d.InvalidPipeException
           4     5       6  Class sun.java2d.InvalidPipeException
           0     7       8  any
    MethodParameters:
      Name  Flags
      s     

  private static boolean isIntegerTranslation(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // java.awt.geom.AffineTransform xform
         0: .line 2442
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2443
            iconst_1
            ireturn
         2: .line 2445
      StackMap locals:
      StackMap stack:
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            iconst_1
            if_icmpne 7
         3: .line 2446
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dstore 1 /* tx */
        start local 1 // double tx
         4: .line 2447
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dstore 3 /* ty */
        start local 3 // double ty
         5: .line 2448
            dload 1 /* tx */
            dload 1 /* tx */
            d2i
            i2d
            dcmpl
            ifne 6
            dload 3 /* ty */
            dload 3 /* ty */
            d2i
            i2d
            dcmpl
            ifne 6
            iconst_1
            ireturn
      StackMap locals: double double
      StackMap stack:
         6: iconst_0
            ireturn
        end local 3 // double ty
        end local 1 // double tx
         7: .line 2450
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.awt.geom.AffineTransform xform
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0  xform  Ljava/awt/geom/AffineTransform;
            4    7     1     tx  D
            5    7     3     ty  D
    MethodParameters:
       Name  Flags
      xform  

  private static int getTileIndex(int, int, int);
    descriptor: (III)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // int p
        start local 1 // int tileGridOffset
        start local 2 // int tileSize
         0: .line 2458
            iload 0 /* p */
            iload 1 /* tileGridOffset */
            isub
            istore 0 /* p */
         1: .line 2459
            iload 0 /* p */
            ifge 3
         2: .line 2460
            iload 0 /* p */
            iconst_1
            iload 2 /* tileSize */
            isub
            iadd
            istore 0 /* p */
         3: .line 2462
      StackMap locals:
      StackMap stack:
            iload 0 /* p */
            iload 2 /* tileSize */
            idiv
            ireturn
        end local 2 // int tileSize
        end local 1 // int tileGridOffset
        end local 0 // int p
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0               p  I
            0    4     1  tileGridOffset  I
            0    4     2        tileSize  I
    MethodParameters:
                Name  Flags
      p               
      tileGridOffset  
      tileSize        

  private static java.awt.Rectangle getImageRegion(java.awt.image.RenderedImage, sun.java2d.pipe.Region, java.awt.geom.AffineTransform, java.awt.geom.AffineTransform, int, int);
    descriptor: (Ljava/awt/image/RenderedImage;Lsun/java2d/pipe/Region;Ljava/awt/geom/AffineTransform;Ljava/awt/geom/AffineTransform;II)Ljava/awt/Rectangle;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=8, locals=22, args_size=6
        start local 0 // java.awt.image.RenderedImage img
        start local 1 // sun.java2d.pipe.Region compClip
        start local 2 // java.awt.geom.AffineTransform transform
        start local 3 // java.awt.geom.AffineTransform xform
        start local 4 // int padX
        start local 5 // int padY
         0: .line 2478
            new java.awt.Rectangle
            dup
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getMinX:()I
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getMinY:()I
         1: .line 2479
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getWidth:()I
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getHeight:()I
         2: .line 2478
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         3: .line 2477
            astore 6 /* imageRect */
        start local 6 // java.awt.Rectangle imageRect
         4: .line 2481
            aconst_null
            astore 7 /* result */
        start local 7 // java.awt.Rectangle result
         5: .line 2483
            bipush 8
            newarray 7
            astore 8 /* p */
        start local 8 // double[] p
         6: .line 2484
            aload 8 /* p */
            iconst_0
            aload 8 /* p */
            iconst_2
            aload 1 /* compClip */
            invokevirtual sun.java2d.pipe.Region.getLoX:()I
            i2d
            dup2_x2
            dastore
            dastore
         7: .line 2485
            aload 8 /* p */
            iconst_4
            aload 8 /* p */
            bipush 6
            aload 1 /* compClip */
            invokevirtual sun.java2d.pipe.Region.getHiX:()I
            i2d
            dup2_x2
            dastore
            dastore
         8: .line 2486
            aload 8 /* p */
            iconst_1
            aload 8 /* p */
            iconst_5
            aload 1 /* compClip */
            invokevirtual sun.java2d.pipe.Region.getLoY:()I
            i2d
            dup2_x2
            dastore
            dastore
         9: .line 2487
            aload 8 /* p */
            iconst_3
            aload 8 /* p */
            bipush 7
            aload 1 /* compClip */
            invokevirtual sun.java2d.pipe.Region.getHiY:()I
            i2d
            dup2_x2
            dastore
            dastore
        10: .line 2490
            aload 2 /* transform */
            aload 8 /* p */
            iconst_0
            aload 8 /* p */
            iconst_0
            iconst_4
            invokevirtual java.awt.geom.AffineTransform.inverseTransform:([DI[DII)V
        11: .line 2491
            aload 3 /* xform */
            aload 8 /* p */
            iconst_0
            aload 8 /* p */
            iconst_0
            iconst_4
            invokevirtual java.awt.geom.AffineTransform.inverseTransform:([DI[DII)V
        12: .line 2495
            aload 8 /* p */
            iconst_0
            daload
            dup2
            dstore 11 /* x1 */
        start local 11 // double x1
        13: dstore 9 /* x0 */
        start local 9 // double x0
        14: .line 2496
            aload 8 /* p */
            iconst_1
            daload
            dup2
            dstore 15 /* y1 */
        start local 15 // double y1
        15: dstore 13 /* y0 */
        start local 13 // double y0
        16: .line 2498
            iconst_2
            istore 17 /* i */
        start local 17 // int i
        17: goto 30
        18: .line 2499
      StackMap locals: java.awt.image.RenderedImage sun.java2d.pipe.Region java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int java.awt.Rectangle java.awt.Rectangle double[] double double double double int
      StackMap stack:
            aload 8 /* p */
            iload 17 /* i */
            iinc 17 /* i */ 1
            daload
            dstore 18 /* pt */
        start local 18 // double pt
        19: .line 2500
            dload 18 /* pt */
            dload 9 /* x0 */
            dcmpg
            ifge 22
        20: .line 2501
            dload 18 /* pt */
            dstore 9 /* x0 */
        21: .line 2502
            goto 24
      StackMap locals: double
      StackMap stack:
        22: dload 18 /* pt */
            dload 11 /* x1 */
            dcmpl
            ifle 24
        23: .line 2503
            dload 18 /* pt */
            dstore 11 /* x1 */
        24: .line 2505
      StackMap locals:
      StackMap stack:
            aload 8 /* p */
            iload 17 /* i */
            iinc 17 /* i */ 1
            daload
            dstore 18 /* pt */
        25: .line 2506
            dload 18 /* pt */
            dload 13 /* y0 */
            dcmpg
            ifge 28
        26: .line 2507
            dload 18 /* pt */
            dstore 13 /* y0 */
        27: .line 2508
            goto 30
      StackMap locals:
      StackMap stack:
        28: dload 18 /* pt */
            dload 15 /* y1 */
            dcmpl
            ifle 30
        29: .line 2509
            dload 18 /* pt */
            dstore 15 /* y1 */
        end local 18 // double pt
        30: .line 2498
      StackMap locals:
      StackMap stack:
            iload 17 /* i */
            bipush 8
            if_icmplt 18
        end local 17 // int i
        31: .line 2515
            dload 9 /* x0 */
            d2i
            iload 4 /* padX */
            isub
            istore 17 /* x */
        start local 17 // int x
        32: .line 2516
            dload 11 /* x1 */
            dload 9 /* x0 */
            dsub
            iconst_2
            iload 4 /* padX */
            imul
            i2d
            dadd
            d2i
            istore 18 /* w */
        start local 18 // int w
        33: .line 2517
            dload 13 /* y0 */
            d2i
            iload 5 /* padY */
            isub
            istore 19 /* y */
        start local 19 // int y
        34: .line 2518
            dload 15 /* y1 */
            dload 13 /* y0 */
            dsub
            iconst_2
            iload 5 /* padY */
            imul
            i2d
            dadd
            d2i
            istore 20 /* h */
        start local 20 // int h
        35: .line 2520
            new java.awt.Rectangle
            dup
            iload 17 /* x */
            iload 19 /* y */
            iload 18 /* w */
            iload 20 /* h */
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            astore 21 /* clipRect */
        start local 21 // java.awt.Rectangle clipRect
        36: .line 2521
            aload 21 /* clipRect */
            aload 6 /* imageRect */
            invokevirtual java.awt.Rectangle.intersection:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            astore 7 /* result */
        end local 21 // java.awt.Rectangle clipRect
        end local 20 // int h
        end local 19 // int y
        end local 18 // int w
        end local 17 // int x
        end local 15 // double y1
        end local 13 // double y0
        end local 11 // double x1
        end local 9 // double x0
        end local 8 // double[] p
        37: .line 2522
            goto 40
      StackMap locals: java.awt.image.RenderedImage sun.java2d.pipe.Region java.awt.geom.AffineTransform java.awt.geom.AffineTransform int int java.awt.Rectangle java.awt.Rectangle
      StackMap stack: java.awt.geom.NoninvertibleTransformException
        38: pop
        39: .line 2524
            aload 6 /* imageRect */
            astore 7 /* result */
        40: .line 2527
      StackMap locals:
      StackMap stack:
            aload 7 /* result */
            areturn
        end local 7 // java.awt.Rectangle result
        end local 6 // java.awt.Rectangle imageRect
        end local 5 // int padY
        end local 4 // int padX
        end local 3 // java.awt.geom.AffineTransform xform
        end local 2 // java.awt.geom.AffineTransform transform
        end local 1 // sun.java2d.pipe.Region compClip
        end local 0 // java.awt.image.RenderedImage img
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   41     0        img  Ljava/awt/image/RenderedImage;
            0   41     1   compClip  Lsun/java2d/pipe/Region;
            0   41     2  transform  Ljava/awt/geom/AffineTransform;
            0   41     3      xform  Ljava/awt/geom/AffineTransform;
            0   41     4       padX  I
            0   41     5       padY  I
            4   41     6  imageRect  Ljava/awt/Rectangle;
            5   41     7     result  Ljava/awt/Rectangle;
            6   37     8          p  [D
           14   37     9         x0  D
           13   37    11         x1  D
           16   37    13         y0  D
           15   37    15         y1  D
           17   31    17          i  I
           19   30    18         pt  D
           32   37    17          x  I
           33   37    18          w  I
           34   37    19          y  I
           35   37    20          h  I
           36   37    21   clipRect  Ljava/awt/Rectangle;
      Exception table:
        from    to  target  type
           5    37      38  Class java.awt.geom.NoninvertibleTransformException
    MethodParameters:
           Name  Flags
      img        
      compClip   
      transform  
      xform      
      padX       
      padY       

  public void drawRenderedImage(java.awt.image.RenderedImage, java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/image/RenderedImage;Ljava/awt/geom/AffineTransform;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=17, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.image.RenderedImage img
        start local 2 // java.awt.geom.AffineTransform xform
         0: .line 2551
            aload 1 /* img */
            ifnonnull 2
         1: .line 2552
            return
         2: .line 2556
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.BufferedImage
            ifeq 6
         3: .line 2557
            aload 1 /* img */
            checkcast java.awt.image.BufferedImage
            astore 3 /* bufImg */
        start local 3 // java.awt.image.BufferedImage bufImg
         4: .line 2558
            aload 0 /* this */
            aload 3 /* bufImg */
            aload 2 /* xform */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            pop
         5: .line 2559
            return
        end local 3 // java.awt.image.BufferedImage bufImg
         6: .line 2566
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         7: .line 2567
            aload 2 /* xform */
            invokestatic sun.java2d.SunGraphics2D.isIntegerTranslation:(Ljava/awt/geom/AffineTransform;)Z
            ifeq 9
         8: .line 2565
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: istore 3 /* isIntegerTranslate */
        start local 3 // boolean isIntegerTranslate
        11: .line 2570
            iload 3 /* isIntegerTranslate */
            ifeq 12
            iconst_0
            goto 13
      StackMap locals: int
      StackMap stack:
        12: iconst_3
      StackMap locals:
      StackMap stack: int
        13: istore 4 /* pad */
        start local 4 // int pad
        14: .line 2574
            aload 1 /* img */
        15: .line 2575
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getCompClip:()Lsun/java2d/pipe/Region;
        16: .line 2576
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        17: .line 2577
            aload 2 /* xform */
        18: .line 2578
            iload 4 /* pad */
            iload 4 /* pad */
        19: .line 2574
            invokestatic sun.java2d.SunGraphics2D.getImageRegion:(Ljava/awt/image/RenderedImage;Lsun/java2d/pipe/Region;Ljava/awt/geom/AffineTransform;Ljava/awt/geom/AffineTransform;II)Ljava/awt/Rectangle;
            astore 5 /* region */
        start local 5 // java.awt.Rectangle region
        20: .line 2579
            aload 5 /* region */
            getfield java.awt.Rectangle.width:I
            ifle 21
            aload 5 /* region */
            getfield java.awt.Rectangle.height:I
            ifgt 22
        21: .line 2580
      StackMap locals: int java.awt.Rectangle
      StackMap stack:
            return
        22: .line 2588
      StackMap locals:
      StackMap stack:
            iload 3 /* isIntegerTranslate */
            ifeq 28
        23: .line 2595
            aload 0 /* this */
            aload 1 /* img */
            aload 5 /* region */
        24: .line 2596
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
        25: .line 2597
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
        26: .line 2595
            invokevirtual sun.java2d.SunGraphics2D.drawTranslatedRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V
        27: .line 2598
            return
        28: .line 2602
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            aload 5 /* region */
            invokeinterface java.awt.image.RenderedImage.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;
            astore 6 /* raster */
        start local 6 // java.awt.image.Raster raster
        29: .line 2608
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModel:()Ljava/awt/image/SampleModel;
        30: .line 2609
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        31: .line 2610
            aconst_null
        32: .line 2608
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        33: .line 2607
            astore 7 /* wRaster */
        start local 7 // java.awt.image.WritableRaster wRaster
        34: .line 2617
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 8 /* minX */
        start local 8 // int minX
        35: .line 2618
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 9 /* minY */
        start local 9 // int minY
        36: .line 2619
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 10 /* width */
        start local 10 // int width
        37: .line 2620
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 11 /* height */
        start local 11 // int height
        38: .line 2621
            iload 8 /* minX */
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateX:()I
            isub
            istore 12 /* px */
        start local 12 // int px
        39: .line 2622
            iload 9 /* minY */
            aload 6 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateY:()I
            isub
            istore 13 /* py */
        start local 13 // int py
        40: .line 2623
            iload 12 /* px */
            ifne 42
            iload 13 /* py */
            ifne 42
            iload 10 /* width */
            aload 7 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
            if_icmpne 42
        41: .line 2624
            iload 11 /* height */
            aload 7 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            if_icmpeq 50
        42: .line 2626
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.RenderedImage java.awt.geom.AffineTransform int int java.awt.Rectangle java.awt.image.Raster java.awt.image.WritableRaster int int int int int int
      StackMap stack:
            aload 7 /* wRaster */
            iload 12 /* px */
        43: .line 2627
            iload 13 /* py */
        44: .line 2628
            iload 10 /* width */
        45: .line 2629
            iload 11 /* height */
        46: .line 2630
            iconst_0
            iconst_0
        47: .line 2631
            aconst_null
        48: .line 2626
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
        49: .line 2625
            astore 7 /* wRaster */
        50: .line 2638
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.clone:()Ljava/lang/Object;
            checkcast java.awt.geom.AffineTransform
            astore 14 /* transXform */
        start local 14 // java.awt.geom.AffineTransform transXform
        51: .line 2639
            aload 14 /* transXform */
            iload 8 /* minX */
            i2d
            iload 9 /* minY */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        52: .line 2641
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getColorModel:()Ljava/awt/image/ColorModel;
            astore 15 /* cm */
        start local 15 // java.awt.image.ColorModel cm
        53: .line 2642
            new java.awt.image.BufferedImage
            dup
            aload 15 /* cm */
        54: .line 2643
            aload 7 /* wRaster */
        55: .line 2644
            aload 15 /* cm */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        56: .line 2645
            aconst_null
        57: .line 2642
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            astore 16 /* bufImg */
        start local 16 // java.awt.image.BufferedImage bufImg
        58: .line 2646
            aload 0 /* this */
            aload 16 /* bufImg */
            aload 14 /* transXform */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            pop
        59: .line 2647
            return
        end local 16 // java.awt.image.BufferedImage bufImg
        end local 15 // java.awt.image.ColorModel cm
        end local 14 // java.awt.geom.AffineTransform transXform
        end local 13 // int py
        end local 12 // int px
        end local 11 // int height
        end local 10 // int width
        end local 9 // int minY
        end local 8 // int minX
        end local 7 // java.awt.image.WritableRaster wRaster
        end local 6 // java.awt.image.Raster raster
        end local 5 // java.awt.Rectangle region
        end local 4 // int pad
        end local 3 // boolean isIntegerTranslate
        end local 2 // java.awt.geom.AffineTransform xform
        end local 1 // java.awt.image.RenderedImage img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   60     0                this  Lsun/java2d/SunGraphics2D;
            0   60     1                 img  Ljava/awt/image/RenderedImage;
            0   60     2               xform  Ljava/awt/geom/AffineTransform;
            4    6     3              bufImg  Ljava/awt/image/BufferedImage;
           11   60     3  isIntegerTranslate  Z
           14   60     4                 pad  I
           20   60     5              region  Ljava/awt/Rectangle;
           29   60     6              raster  Ljava/awt/image/Raster;
           34   60     7             wRaster  Ljava/awt/image/WritableRaster;
           35   60     8                minX  I
           36   60     9                minY  I
           37   60    10               width  I
           38   60    11              height  I
           39   60    12                  px  I
           40   60    13                  py  I
           51   60    14          transXform  Ljava/awt/geom/AffineTransform;
           53   60    15                  cm  Ljava/awt/image/ColorModel;
           58   60    16              bufImg  Ljava/awt/image/BufferedImage;
    MethodParameters:
       Name  Flags
      img    
      xform  

  private boolean clipTo(java.awt.Rectangle, java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Rectangle destRect
        start local 2 // java.awt.Rectangle clip
         0: .line 2655
            aload 1 /* destRect */
            getfield java.awt.Rectangle.x:I
            aload 2 /* clip */
            getfield java.awt.Rectangle.x:I
            invokestatic java.lang.Math.max:(II)I
            istore 3 /* x1 */
        start local 3 // int x1
         1: .line 2656
            aload 1 /* destRect */
            getfield java.awt.Rectangle.x:I
            aload 1 /* destRect */
            getfield java.awt.Rectangle.width:I
            iadd
            aload 2 /* clip */
            getfield java.awt.Rectangle.x:I
            aload 2 /* clip */
            getfield java.awt.Rectangle.width:I
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* x2 */
        start local 4 // int x2
         2: .line 2657
            aload 1 /* destRect */
            getfield java.awt.Rectangle.y:I
            aload 2 /* clip */
            getfield java.awt.Rectangle.y:I
            invokestatic java.lang.Math.max:(II)I
            istore 5 /* y1 */
        start local 5 // int y1
         3: .line 2658
            aload 1 /* destRect */
            getfield java.awt.Rectangle.y:I
            aload 1 /* destRect */
            getfield java.awt.Rectangle.height:I
            iadd
            aload 2 /* clip */
            getfield java.awt.Rectangle.y:I
            aload 2 /* clip */
            getfield java.awt.Rectangle.height:I
            iadd
            invokestatic java.lang.Math.min:(II)I
            istore 6 /* y2 */
        start local 6 // int y2
         4: .line 2659
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            iflt 5
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            ifge 8
         5: .line 2660
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Rectangle java.awt.Rectangle int int int int
      StackMap stack:
            aload 1 /* destRect */
            iconst_m1
            putfield java.awt.Rectangle.width:I
         6: .line 2661
            aload 1 /* destRect */
            iconst_m1
            putfield java.awt.Rectangle.height:I
         7: .line 2662
            iconst_0
            ireturn
         8: .line 2664
      StackMap locals:
      StackMap stack:
            aload 1 /* destRect */
            iload 3 /* x1 */
            putfield java.awt.Rectangle.x:I
         9: .line 2665
            aload 1 /* destRect */
            iload 5 /* y1 */
            putfield java.awt.Rectangle.y:I
        10: .line 2666
            aload 1 /* destRect */
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
        11: .line 2667
            aload 1 /* destRect */
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 2668
            iconst_1
            ireturn
        end local 6 // int y2
        end local 5 // int y1
        end local 4 // int x2
        end local 3 // int x1
        end local 2 // java.awt.Rectangle clip
        end local 1 // java.awt.Rectangle destRect
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   13     0      this  Lsun/java2d/SunGraphics2D;
            0   13     1  destRect  Ljava/awt/Rectangle;
            0   13     2      clip  Ljava/awt/Rectangle;
            1   13     3        x1  I
            2   13     4        x2  I
            3   13     5        y1  I
            4   13     6        y2  I
    MethodParameters:
          Name  Flags
      destRect  
      clip      

  private void drawTranslatedRenderedImage(java.awt.image.RenderedImage, java.awt.Rectangle, int, int);
    descriptor: (Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=10, locals=20, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.image.RenderedImage img
        start local 2 // java.awt.Rectangle region
        start local 3 // int i2uTransX
        start local 4 // int i2uTransY
         0: .line 2682
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridXOffset:()I
            istore 5 /* tileGridXOffset */
        start local 5 // int tileGridXOffset
         1: .line 2683
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridYOffset:()I
            istore 6 /* tileGridYOffset */
        start local 6 // int tileGridYOffset
         2: .line 2684
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileWidth:()I
            istore 7 /* tileWidth */
        start local 7 // int tileWidth
         3: .line 2685
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileHeight:()I
            istore 8 /* tileHeight */
        start local 8 // int tileHeight
         4: .line 2689
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         5: .line 2688
            istore 9 /* minTileX */
        start local 9 // int minTileX
         6: .line 2691
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         7: .line 2690
            istore 10 /* minTileY */
        start local 10 // int minTileY
         8: .line 2693
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            aload 2 /* region */
            getfield java.awt.Rectangle.width:I
            iadd
            iconst_1
            isub
         9: .line 2694
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
        10: .line 2693
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        11: .line 2692
            istore 11 /* maxTileX */
        start local 11 // int maxTileX
        12: .line 2696
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            aload 2 /* region */
            getfield java.awt.Rectangle.height:I
            iadd
            iconst_1
            isub
        13: .line 2697
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
        14: .line 2696
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        15: .line 2695
            istore 12 /* maxTileY */
        start local 12 // int maxTileY
        16: .line 2700
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getColorModel:()Ljava/awt/image/ColorModel;
            astore 13 /* colorModel */
        start local 13 // java.awt.image.ColorModel colorModel
        17: .line 2703
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 14 /* tileRect */
        start local 14 // java.awt.Rectangle tileRect
        18: .line 2705
            iload 10 /* minTileY */
            istore 15 /* ty */
        start local 15 // int ty
        19: goto 56
        20: .line 2706
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.RenderedImage java.awt.Rectangle int int int int int int int int int int java.awt.image.ColorModel java.awt.Rectangle int
      StackMap stack:
            iload 9 /* minTileX */
            istore 16 /* tx */
        start local 16 // int tx
        21: goto 54
        22: .line 2708
      StackMap locals: int
      StackMap stack:
            aload 1 /* img */
            iload 16 /* tx */
            iload 15 /* ty */
            invokeinterface java.awt.image.RenderedImage.getTile:(II)Ljava/awt/image/Raster;
            astore 17 /* raster */
        start local 17 // java.awt.image.Raster raster
        23: .line 2711
            aload 14 /* tileRect */
            iload 16 /* tx */
            iload 7 /* tileWidth */
            imul
            iload 5 /* tileGridXOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        24: .line 2712
            aload 14 /* tileRect */
            iload 15 /* ty */
            iload 8 /* tileHeight */
            imul
            iload 6 /* tileGridYOffset */
            iadd
            putfield java.awt.Rectangle.y:I
        25: .line 2713
            aload 14 /* tileRect */
            iload 7 /* tileWidth */
            putfield java.awt.Rectangle.width:I
        26: .line 2714
            aload 14 /* tileRect */
            iload 8 /* tileHeight */
            putfield java.awt.Rectangle.height:I
        27: .line 2719
            aload 0 /* this */
            aload 14 /* tileRect */
            aload 2 /* region */
            invokevirtual sun.java2d.SunGraphics2D.clipTo:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z
            pop
        28: .line 2722
            aconst_null
            astore 18 /* wRaster */
        start local 18 // java.awt.image.WritableRaster wRaster
        29: .line 2723
            aload 17 /* raster */
            instanceof java.awt.image.WritableRaster
            ifeq 32
        30: .line 2724
            aload 17 /* raster */
            checkcast java.awt.image.WritableRaster
            astore 18 /* wRaster */
        31: .line 2725
            goto 37
        32: .line 2729
      StackMap locals: java.awt.image.Raster java.awt.image.WritableRaster
      StackMap stack:
            aload 17 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModel:()Ljava/awt/image/SampleModel;
        33: .line 2730
            aload 17 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        34: .line 2731
            aconst_null
        35: .line 2729
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        36: .line 2728
            astore 18 /* wRaster */
        37: .line 2736
      StackMap locals:
      StackMap stack:
            aload 18 /* wRaster */
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.x:I
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.y:I
        38: .line 2737
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.width:I
        39: .line 2738
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
        40: .line 2739
            iconst_0
            iconst_0
        41: .line 2740
            aconst_null
        42: .line 2736
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 18 /* wRaster */
        43: .line 2744
            new java.awt.image.BufferedImage
            dup
            aload 13 /* colorModel */
        44: .line 2745
            aload 18 /* wRaster */
        45: .line 2746
            aload 13 /* colorModel */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        46: .line 2747
            aconst_null
        47: .line 2744
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
        48: .line 2743
            astore 19 /* bufImg */
        start local 19 // java.awt.image.BufferedImage bufImg
        49: .line 2754
            aload 0 /* this */
            aload 19 /* bufImg */
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.x:I
            iload 3 /* i2uTransX */
            iadd
        50: .line 2755
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.y:I
            iload 4 /* i2uTransY */
            iadd
            iconst_0
            iconst_0
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.width:I
        51: .line 2756
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
            aconst_null
            aconst_null
        52: .line 2754
            invokevirtual sun.java2d.SunGraphics2D.copyImage:(Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            pop
        end local 19 // java.awt.image.BufferedImage bufImg
        end local 18 // java.awt.image.WritableRaster wRaster
        end local 17 // java.awt.image.Raster raster
        53: .line 2706
            iinc 16 /* tx */ 1
      StackMap locals:
      StackMap stack:
        54: iload 16 /* tx */
            iload 11 /* maxTileX */
            if_icmple 22
        end local 16 // int tx
        55: .line 2705
            iinc 15 /* ty */ 1
      StackMap locals:
      StackMap stack:
        56: iload 15 /* ty */
            iload 12 /* maxTileY */
            if_icmple 20
        end local 15 // int ty
        57: .line 2759
            return
        end local 14 // java.awt.Rectangle tileRect
        end local 13 // java.awt.image.ColorModel colorModel
        end local 12 // int maxTileY
        end local 11 // int maxTileX
        end local 10 // int minTileY
        end local 9 // int minTileX
        end local 8 // int tileHeight
        end local 7 // int tileWidth
        end local 6 // int tileGridYOffset
        end local 5 // int tileGridXOffset
        end local 4 // int i2uTransY
        end local 3 // int i2uTransX
        end local 2 // java.awt.Rectangle region
        end local 1 // java.awt.image.RenderedImage img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   58     0             this  Lsun/java2d/SunGraphics2D;
            0   58     1              img  Ljava/awt/image/RenderedImage;
            0   58     2           region  Ljava/awt/Rectangle;
            0   58     3        i2uTransX  I
            0   58     4        i2uTransY  I
            1   58     5  tileGridXOffset  I
            2   58     6  tileGridYOffset  I
            3   58     7        tileWidth  I
            4   58     8       tileHeight  I
            6   58     9         minTileX  I
            8   58    10         minTileY  I
           12   58    11         maxTileX  I
           16   58    12         maxTileY  I
           17   58    13       colorModel  Ljava/awt/image/ColorModel;
           18   58    14         tileRect  Ljava/awt/Rectangle;
           19   57    15               ty  I
           21   55    16               tx  I
           23   53    17           raster  Ljava/awt/image/Raster;
           29   53    18          wRaster  Ljava/awt/image/WritableRaster;
           49   53    19           bufImg  Ljava/awt/image/BufferedImage;
    MethodParameters:
           Name  Flags
      img        
      region     
      i2uTransX  
      i2uTransY  

  public void drawRenderableImage(java.awt.image.renderable.RenderableImage, java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/image/renderable/RenderableImage;Ljava/awt/geom/AffineTransform;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.image.renderable.RenderableImage img
        start local 2 // java.awt.geom.AffineTransform xform
         0: .line 2764
            aload 1 /* img */
            ifnonnull 2
         1: .line 2765
            return
         2: .line 2768
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 3 /* pipeTransform */
        start local 3 // java.awt.geom.AffineTransform pipeTransform
         3: .line 2769
            new java.awt.geom.AffineTransform
            dup
            aload 2 /* xform */
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            astore 4 /* concatTransform */
        start local 4 // java.awt.geom.AffineTransform concatTransform
         4: .line 2770
            aload 4 /* concatTransform */
            aload 3 /* pipeTransform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 2773
            new java.awt.image.renderable.RenderContext
            dup
            aload 4 /* concatTransform */
            invokespecial java.awt.image.renderable.RenderContext.<init>:(Ljava/awt/geom/AffineTransform;)V
            astore 6 /* rc */
        start local 6 // java.awt.image.renderable.RenderContext rc
         6: .line 2776
            aload 3 /* pipeTransform */
            invokevirtual java.awt.geom.AffineTransform.createInverse:()Ljava/awt/geom/AffineTransform;
            astore 5 /* reverseTransform */
        start local 5 // java.awt.geom.AffineTransform reverseTransform
         7: .line 2777
            goto 11
        end local 5 // java.awt.geom.AffineTransform reverseTransform
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.renderable.RenderableImage java.awt.geom.AffineTransform java.awt.geom.AffineTransform java.awt.geom.AffineTransform top java.awt.image.renderable.RenderContext
      StackMap stack: java.awt.geom.NoninvertibleTransformException
         8: pop
         9: .line 2778
            new java.awt.image.renderable.RenderContext
            dup
            aload 3 /* pipeTransform */
            invokespecial java.awt.image.renderable.RenderContext.<init>:(Ljava/awt/geom/AffineTransform;)V
            astore 6 /* rc */
        10: .line 2779
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            astore 5 /* reverseTransform */
        start local 5 // java.awt.geom.AffineTransform reverseTransform
        11: .line 2782
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.renderable.RenderableImage java.awt.geom.AffineTransform java.awt.geom.AffineTransform java.awt.geom.AffineTransform java.awt.geom.AffineTransform java.awt.image.renderable.RenderContext
      StackMap stack:
            aload 1 /* img */
            aload 6 /* rc */
            invokeinterface java.awt.image.renderable.RenderableImage.createRendering:(Ljava/awt/image/renderable/RenderContext;)Ljava/awt/image/RenderedImage;
            astore 7 /* rendering */
        start local 7 // java.awt.image.RenderedImage rendering
        12: .line 2783
            aload 0 /* this */
            aload 7 /* rendering */
            aload 5 /* reverseTransform */
            invokevirtual sun.java2d.SunGraphics2D.drawRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/geom/AffineTransform;)V
        13: .line 2784
            return
        end local 7 // java.awt.image.RenderedImage rendering
        end local 6 // java.awt.image.renderable.RenderContext rc
        end local 5 // java.awt.geom.AffineTransform reverseTransform
        end local 4 // java.awt.geom.AffineTransform concatTransform
        end local 3 // java.awt.geom.AffineTransform pipeTransform
        end local 2 // java.awt.geom.AffineTransform xform
        end local 1 // java.awt.image.renderable.RenderableImage img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   14     0              this  Lsun/java2d/SunGraphics2D;
            0   14     1               img  Ljava/awt/image/renderable/RenderableImage;
            0   14     2             xform  Ljava/awt/geom/AffineTransform;
            3   14     3     pipeTransform  Ljava/awt/geom/AffineTransform;
            4   14     4   concatTransform  Ljava/awt/geom/AffineTransform;
            7    8     5  reverseTransform  Ljava/awt/geom/AffineTransform;
           11   14     5  reverseTransform  Ljava/awt/geom/AffineTransform;
            6   14     6                rc  Ljava/awt/image/renderable/RenderContext;
           12   14     7         rendering  Ljava/awt/image/RenderedImage;
      Exception table:
        from    to  target  type
           6     7       8  Class java.awt.geom.NoninvertibleTransformException
    MethodParameters:
       Name  Flags
      img    
      xform  

  protected java.awt.Rectangle transformBounds(java.awt.Rectangle, java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/Rectangle;Ljava/awt/geom/AffineTransform;)Ljava/awt/Rectangle;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Rectangle rect
        start local 2 // java.awt.geom.AffineTransform tx
         0: .line 2793
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2794
            aload 1 /* rect */
            areturn
         2: .line 2797
      StackMap locals:
      StackMap stack:
            aload 2 /* tx */
            aload 1 /* rect */
            invokestatic sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/geom/AffineTransform;Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 3 /* s */
        start local 3 // java.awt.Shape s
         3: .line 2798
            aload 3 /* s */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            areturn
        end local 3 // java.awt.Shape s
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // java.awt.Rectangle rect
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/java2d/SunGraphics2D;
            0    4     1  rect  Ljava/awt/Rectangle;
            0    4     2    tx  Ljava/awt/geom/AffineTransform;
            3    4     3     s  Ljava/awt/Shape;
    MethodParameters:
      Name  Flags
      rect  
      tx    

  public void drawString(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.lang.String str
        start local 2 // int x
        start local 3 // int y
         0: .line 2803
            aload 1 /* str */
            ifnonnull 2
         1: .line 2804
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2807
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 5
         3: .line 2808
            new java.awt.font.TextLayout
            dup
            aload 1 /* str */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
            aload 0 /* this */
            iload 2 /* x */
            i2f
            iload 3 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
         4: .line 2809
            return
         5: .line 2813
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* str */
            iload 2 /* x */
            i2d
            iload 3 /* y */
            i2d
            invokeinterface sun.java2d.pipe.TextPipe.drawString:(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V
         6: .line 2814
            goto 16
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         7: pop
         8: .line 2815
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         9: .line 2817
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* str */
            iload 2 /* x */
            i2d
            iload 3 /* y */
            i2d
            invokeinterface sun.java2d.pipe.TextPipe.drawString:(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V
        10: .line 2818
            goto 12
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        11: pop
        12: .line 2824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 17
        13: .line 2823
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        14: .line 2824
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        15: .line 2825
            aload 4
            athrow
        16: .line 2824
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2826
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.lang.String str
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/java2d/SunGraphics2D;
            0   18     1   str  Ljava/lang/String;
            0   18     2     x  I
            0   18     3     y  I
      Exception table:
        from    to  target  type
           5     6       7  Class sun.java2d.InvalidPipeException
           9    10      11  Class sun.java2d.InvalidPipeException
           5    12      13  any
    MethodParameters:
      Name  Flags
      str   
      x     
      y     

  public void drawString(java.lang.String, float, float);
    descriptor: (Ljava/lang/String;FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.lang.String str
        start local 2 // float x
        start local 3 // float y
         0: .line 2829
            aload 1 /* str */
            ifnonnull 2
         1: .line 2830
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2833
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 5
         3: .line 2834
            new java.awt.font.TextLayout
            dup
            aload 1 /* str */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
            aload 0 /* this */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
         4: .line 2835
            return
         5: .line 2839
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* str */
            fload 2 /* x */
            f2d
            fload 3 /* y */
            f2d
            invokeinterface sun.java2d.pipe.TextPipe.drawString:(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V
         6: .line 2840
            goto 16
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         7: pop
         8: .line 2841
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         9: .line 2843
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* str */
            fload 2 /* x */
            f2d
            fload 3 /* y */
            f2d
            invokeinterface sun.java2d.pipe.TextPipe.drawString:(Lsun/java2d/SunGraphics2D;Ljava/lang/String;DD)V
        10: .line 2844
            goto 12
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        11: pop
        12: .line 2850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 17
        13: .line 2849
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        14: .line 2850
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        15: .line 2851
            aload 4
            athrow
        16: .line 2850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2852
      StackMap locals:
      StackMap stack:
            return
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.lang.String str
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/java2d/SunGraphics2D;
            0   18     1   str  Ljava/lang/String;
            0   18     2     x  F
            0   18     3     y  F
      Exception table:
        from    to  target  type
           5     6       7  Class sun.java2d.InvalidPipeException
           9    10      11  Class sun.java2d.InvalidPipeException
           5    12      13  any
    MethodParameters:
      Name  Flags
      str   
      x     
      y     

  public void drawString(java.text.AttributedCharacterIterator, int, int);
    descriptor: (Ljava/text/AttributedCharacterIterator;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.text.AttributedCharacterIterator iterator
        start local 2 // int x
        start local 3 // int y
         0: .line 2856
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2857
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2859
      StackMap locals:
      StackMap stack:
            new java.awt.font.TextLayout
            dup
            aload 1 /* iterator */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/text/AttributedCharacterIterator;Ljava/awt/font/FontRenderContext;)V
            astore 4 /* tl */
        start local 4 // java.awt.font.TextLayout tl
         3: .line 2860
            aload 4 /* tl */
            aload 0 /* this */
            iload 2 /* x */
            i2f
            iload 3 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
         4: .line 2861
            return
        end local 4 // java.awt.font.TextLayout tl
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.text.AttributedCharacterIterator iterator
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/java2d/SunGraphics2D;
            0    5     1  iterator  Ljava/text/AttributedCharacterIterator;
            0    5     2         x  I
            0    5     3         y  I
            3    5     4        tl  Ljava/awt/font/TextLayout;
    MethodParameters:
          Name  Flags
      iterator  
      x         
      y         

  public void drawString(java.text.AttributedCharacterIterator, float, float);
    descriptor: (Ljava/text/AttributedCharacterIterator;FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.text.AttributedCharacterIterator iterator
        start local 2 // float x
        start local 3 // float y
         0: .line 2865
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2866
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2868
      StackMap locals:
      StackMap stack:
            new java.awt.font.TextLayout
            dup
            aload 1 /* iterator */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/text/AttributedCharacterIterator;Ljava/awt/font/FontRenderContext;)V
            astore 4 /* tl */
        start local 4 // java.awt.font.TextLayout tl
         3: .line 2869
            aload 4 /* tl */
            aload 0 /* this */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
         4: .line 2870
            return
        end local 4 // java.awt.font.TextLayout tl
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.text.AttributedCharacterIterator iterator
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lsun/java2d/SunGraphics2D;
            0    5     1  iterator  Ljava/text/AttributedCharacterIterator;
            0    5     2         x  F
            0    5     3         y  F
            3    5     4        tl  Ljava/awt/font/TextLayout;
    MethodParameters:
          Name  Flags
      iterator  
      x         
      y         

  public void drawGlyphVector(java.awt.font.GlyphVector, float, float);
    descriptor: (Ljava/awt/font/GlyphVector;FF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.font.GlyphVector gv
        start local 2 // float x
        start local 3 // float y
         0: .line 2874
            aload 1 /* gv */
            ifnonnull 2
         1: .line 2875
            new java.lang.NullPointerException
            dup
            ldc "GlyphVector is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* gv */
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawGlyphVector:(Lsun/java2d/SunGraphics2D;Ljava/awt/font/GlyphVector;FF)V
         3: .line 2880
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 2881
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 2883
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* gv */
            fload 2 /* x */
            fload 3 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawGlyphVector:(Lsun/java2d/SunGraphics2D;Ljava/awt/font/GlyphVector;FF)V
         7: .line 2884
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 2890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 14
        10: .line 2889
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 2890
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2891
            aload 4
            athrow
        13: .line 2890
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 2892
      StackMap locals:
      StackMap stack:
            return
        end local 3 // float y
        end local 2 // float x
        end local 1 // java.awt.font.GlyphVector gv
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/java2d/SunGraphics2D;
            0   15     1    gv  Ljava/awt/font/GlyphVector;
            0   15     2     x  F
            0   15     3     y  F
      Exception table:
        from    to  target  type
           2     3       4  Class sun.java2d.InvalidPipeException
           6     7       8  Class sun.java2d.InvalidPipeException
           2     9      10  any
    MethodParameters:
      Name  Flags
      gv    
      x     
      y     

  public void drawChars(char[], int, int, int, int);
    descriptor: ([CIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=6
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // char[] data
        start local 2 // int offset
        start local 3 // int length
        start local 4 // int x
        start local 5 // int y
         0: .line 2896
            aload 1 /* data */
            ifnonnull 2
         1: .line 2897
            new java.lang.NullPointerException
            dup
            ldc "char data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2899
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 3
            iload 3 /* length */
            iflt 3
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 4
         3: .line 2900
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2902
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 10
         5: .line 2903
            new java.awt.font.TextLayout
            dup
            new java.lang.String
            dup
            aload 1 /* data */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.lang.String.<init>:([CII)V
         6: .line 2904
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
         7: .line 2903
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
         8: .line 2904
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
         9: .line 2905
            return
        10: .line 2909
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* data */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        11: .line 2910
            goto 21
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        12: pop
        13: .line 2911
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        14: .line 2913
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* data */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        15: .line 2914
            goto 17
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        16: pop
        17: .line 2920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 22
        18: .line 2919
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        19: .line 2920
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        20: .line 2921
            aload 6
            athrow
        21: .line 2920
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        22: .line 2922
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int y
        end local 4 // int x
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] data
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lsun/java2d/SunGraphics2D;
            0   23     1    data  [C
            0   23     2  offset  I
            0   23     3  length  I
            0   23     4       x  I
            0   23     5       y  I
      Exception table:
        from    to  target  type
          10    11      12  Class sun.java2d.InvalidPipeException
          14    15      16  Class sun.java2d.InvalidPipeException
          10    17      18  any
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  
      x       
      y       

  public void drawBytes(byte[], int, int, int, int);
    descriptor: ([BIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // byte[] data
        start local 2 // int offset
        start local 3 // int length
        start local 4 // int x
        start local 5 // int y
         0: .line 2925
            aload 1 /* data */
            ifnonnull 2
         1: .line 2926
            new java.lang.NullPointerException
            dup
            ldc "byte data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2928
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 3
            iload 3 /* length */
            iflt 3
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 4
         3: .line 2929
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 2932
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 5
            astore 6 /* chData */
        start local 6 // char[] chData
         5: .line 2933
            iload 3 /* length */
            istore 7 /* i */
        start local 7 // int i
         6: goto 8
         7: .line 2934
      StackMap locals: char[] int
      StackMap stack:
            aload 6 /* chData */
            iload 7 /* i */
            aload 1 /* data */
            iload 7 /* i */
            iload 2 /* offset */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
         8: .line 2933
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iinc 7 /* i */ -1
            ifgt 7
        end local 7 // int i
         9: .line 2936
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 15
        10: .line 2937
            new java.awt.font.TextLayout
            dup
            new java.lang.String
            dup
            aload 6 /* chData */
            invokespecial java.lang.String.<init>:([C)V
        11: .line 2938
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
        12: .line 2937
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        13: .line 2938
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        14: .line 2939
            return
        15: .line 2943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 6 /* chData */
            iconst_0
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        16: .line 2944
            goto 26
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        17: pop
        18: .line 2945
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        19: .line 2947
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 6 /* chData */
            iconst_0
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        20: .line 2948
            goto 22
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        21: pop
        22: .line 2954
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 27
        23: .line 2953
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        24: .line 2954
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 2955
            aload 7
            athrow
        26: .line 2954
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        27: .line 2956
      StackMap locals:
      StackMap stack:
            return
        end local 6 // char[] chData
        end local 5 // int y
        end local 4 // int x
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] data
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   28     0    this  Lsun/java2d/SunGraphics2D;
            0   28     1    data  [B
            0   28     2  offset  I
            0   28     3  length  I
            0   28     4       x  I
            0   28     5       y  I
            5   28     6  chData  [C
            6    9     7       i  I
      Exception table:
        from    to  target  type
          15    16      17  Class sun.java2d.InvalidPipeException
          19    20      21  Class sun.java2d.InvalidPipeException
          15    22      23  any
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  
      x       
      y       

  public boolean drawImage(java.awt.Image, int, int, int, int, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
        start local 6 // java.awt.image.ImageObserver observer
         0: .line 2965
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
            iload 5 /* height */
            aconst_null
            aload 6 /* observer */
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 6 // java.awt.image.ImageObserver observer
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/java2d/SunGraphics2D;
            0    1     1       img  Ljava/awt/Image;
            0    1     2         x  I
            0    1     3         y  I
            0    1     4     width  I
            0    1     5    height  I
            0    1     6  observer  Ljava/awt/image/ImageObserver;
    MethodParameters:
          Name  Flags
      img       
      x         
      y         
      width     
      height    
      observer  

  public boolean copyImage(java.awt.Image, int, int, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=12, args_size=10
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int dx
        start local 3 // int dy
        start local 4 // int sx
        start local 5 // int sy
        start local 6 // int width
        start local 7 // int height
        start local 8 // java.awt.Color bgcolor
        start local 9 // java.awt.image.ImageObserver observer
         0: .line 2979
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx */
            iload 3 /* dy */
            iload 4 /* sx */
            iload 5 /* sy */
         1: .line 2980
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         2: .line 2979
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
         3: .line 2993
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 2979
            iload 11
            ireturn
         5: .line 2981
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 2982
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 2984
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx */
            iload 3 /* dy */
            iload 4 /* sx */
            iload 5 /* sy */
         8: .line 2985
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         9: .line 2984
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        10: .line 2993
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 2984
            iload 11
            ireturn
        12: .line 2986
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 2993
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 2990
            iconst_0
            ireturn
        15: .line 2992
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        16: .line 2993
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2994
            aload 10
            athrow
        end local 9 // java.awt.image.ImageObserver observer
        end local 8 // java.awt.Color bgcolor
        end local 7 // int height
        end local 6 // int width
        end local 5 // int sy
        end local 4 // int sx
        end local 3 // int dy
        end local 2 // int dx
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/java2d/SunGraphics2D;
            0   18     1       img  Ljava/awt/Image;
            0   18     2        dx  I
            0   18     3        dy  I
            0   18     4        sx  I
            0   18     5        sy  I
            0   18     6     width  I
            0   18     7    height  I
            0   18     8   bgcolor  Ljava/awt/Color;
            0   18     9  observer  Ljava/awt/image/ImageObserver;
      Exception table:
        from    to  target  type
           0     3       5  Class sun.java2d.InvalidPipeException
           7    10      12  Class sun.java2d.InvalidPipeException
           0     3      15  any
           5    10      15  any
          12    13      15  any
    MethodParameters:
          Name  Flags
      img       
      dx        
      dy        
      sx        
      sy        
      width     
      height    
      bgcolor   
      observer  

  public boolean drawImage(java.awt.Image, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=10, args_size=8
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int x
        start local 3 // int y
        start local 4 // int width
        start local 5 // int height
        start local 6 // java.awt.Color bg
        start local 7 // java.awt.image.ImageObserver observer
         0: .line 3004
            aload 1 /* img */
            ifnonnull 2
         1: .line 3005
            iconst_1
            ireturn
         2: .line 3008
      StackMap locals:
      StackMap stack:
            iload 4 /* width */
            ifeq 3
            iload 5 /* height */
            ifne 4
         3: .line 3009
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 3011
      StackMap locals:
      StackMap stack:
            iload 4 /* width */
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            if_icmpne 6
            iload 5 /* height */
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            if_icmpne 6
         5: .line 3012
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            iconst_0
            iconst_0
            iload 4 /* width */
            iload 5 /* height */
            aload 6 /* bg */
            aload 7 /* observer */
            invokevirtual sun.java2d.SunGraphics2D.copyImage:(Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
         6: .line 3016
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
            iload 5 /* height */
         7: .line 3017
            aload 6 /* bg */
            aload 7 /* observer */
         8: .line 3016
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 9
         9: .line 3030
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 3016
            iload 9
            ireturn
        11: .line 3018
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        12: .line 3019
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        13: .line 3021
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* width */
            iload 5 /* height */
        14: .line 3022
            aload 6 /* bg */
            aload 7 /* observer */
        15: .line 3021
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 9
        16: .line 3030
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3021
            iload 9
            ireturn
        18: .line 3023
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        19: .line 3030
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        20: .line 3027
            iconst_0
            ireturn
        21: .line 3029
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 8
        22: .line 3030
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3031
            aload 8
            athrow
        end local 7 // java.awt.image.ImageObserver observer
        end local 6 // java.awt.Color bg
        end local 5 // int height
        end local 4 // int width
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   24     0      this  Lsun/java2d/SunGraphics2D;
            0   24     1       img  Ljava/awt/Image;
            0   24     2         x  I
            0   24     3         y  I
            0   24     4     width  I
            0   24     5    height  I
            0   24     6        bg  Ljava/awt/Color;
            0   24     7  observer  Ljava/awt/image/ImageObserver;
      Exception table:
        from    to  target  type
           6     9      11  Class sun.java2d.InvalidPipeException
          13    16      18  Class sun.java2d.InvalidPipeException
           6     9      21  any
          11    16      21  any
          18    19      21  any
    MethodParameters:
          Name  Flags
      img       
      x         
      y         
      width     
      height    
      bg        
      observer  

  public boolean drawImage(java.awt.Image, int, int, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int x
        start local 3 // int y
        start local 4 // java.awt.image.ImageObserver observer
         0: .line 3038
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            aconst_null
            aload 4 /* observer */
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 4 // java.awt.image.ImageObserver observer
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lsun/java2d/SunGraphics2D;
            0    1     1       img  Ljava/awt/Image;
            0    1     2         x  I
            0    1     3         y  I
            0    1     4  observer  Ljava/awt/image/ImageObserver;
    MethodParameters:
          Name  Flags
      img       
      x         
      y         
      observer  

  public boolean drawImage(java.awt.Image, int, int, java.awt.Color, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int x
        start local 3 // int y
        start local 4 // java.awt.Color bg
        start local 5 // java.awt.image.ImageObserver observer
         0: .line 3048
            aload 1 /* img */
            ifnonnull 2
         1: .line 3049
            iconst_1
            ireturn
         2: .line 3053
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            aload 4 /* bg */
            aload 5 /* observer */
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 7
         3: .line 3065
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3053
            iload 7
            ireturn
         5: .line 3054
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3055
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 3057
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            aload 4 /* bg */
            aload 5 /* observer */
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 7
         8: .line 3065
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         9: .line 3057
            iload 7
            ireturn
        10: .line 3058
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        11: .line 3065
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3062
            iconst_0
            ireturn
        13: .line 3064
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        14: .line 3065
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        15: .line 3066
            aload 6
            athrow
        end local 5 // java.awt.image.ImageObserver observer
        end local 4 // java.awt.Color bg
        end local 3 // int y
        end local 2 // int x
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lsun/java2d/SunGraphics2D;
            0   16     1       img  Ljava/awt/Image;
            0   16     2         x  I
            0   16     3         y  I
            0   16     4        bg  Ljava/awt/Color;
            0   16     5  observer  Ljava/awt/image/ImageObserver;
      Exception table:
        from    to  target  type
           2     3       5  Class sun.java2d.InvalidPipeException
           7     8      10  Class sun.java2d.InvalidPipeException
           2     3      13  any
           5     8      13  any
          10    11      13  any
    MethodParameters:
          Name  Flags
      img       
      x         
      y         
      bg        
      observer  

  public boolean drawImage(java.awt.Image, int, int, int, int, int, int, int, int, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IIIIIIIILjava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=11, args_size=11
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int dx1
        start local 3 // int dy1
        start local 4 // int dx2
        start local 5 // int dy2
        start local 6 // int sx1
        start local 7 // int sy1
        start local 8 // int sx2
        start local 9 // int sy2
        start local 10 // java.awt.image.ImageObserver observer
         0: .line 3077
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aconst_null
         1: .line 3078
            aload 10 /* observer */
         2: .line 3077
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 10 // java.awt.image.ImageObserver observer
        end local 9 // int sy2
        end local 8 // int sx2
        end local 7 // int sy1
        end local 6 // int sx1
        end local 5 // int dy2
        end local 4 // int dx2
        end local 3 // int dy1
        end local 2 // int dx1
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lsun/java2d/SunGraphics2D;
            0    3     1       img  Ljava/awt/Image;
            0    3     2       dx1  I
            0    3     3       dy1  I
            0    3     4       dx2  I
            0    3     5       dy2  I
            0    3     6       sx1  I
            0    3     7       sy1  I
            0    3     8       sx2  I
            0    3     9       sy2  I
            0    3    10  observer  Ljava/awt/image/ImageObserver;
    MethodParameters:
          Name  Flags
      img       
      dx1       
      dy1       
      dx2       
      dy2       
      sx1       
      sy1       
      sx2       
      sy2       
      observer  

  public boolean drawImage(java.awt.Image, int, int, int, int, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=13, locals=18, args_size=12
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int dx1
        start local 3 // int dy1
        start local 4 // int dx2
        start local 5 // int dy2
        start local 6 // int sx1
        start local 7 // int sy1
        start local 8 // int sx2
        start local 9 // int sy2
        start local 10 // java.awt.Color bgcolor
        start local 11 // java.awt.image.ImageObserver observer
         0: .line 3090
            aload 1 /* img */
            ifnonnull 2
         1: .line 3091
            iconst_1
            ireturn
         2: .line 3094
      StackMap locals:
      StackMap stack:
            iload 2 /* dx1 */
            iload 4 /* dx2 */
            if_icmpeq 4
            iload 3 /* dy1 */
            iload 5 /* dy2 */
            if_icmpeq 4
         3: .line 3095
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            if_icmpeq 4
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            if_icmpne 5
         4: .line 3097
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 3100
      StackMap locals:
      StackMap stack:
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            iload 4 /* dx2 */
            iload 2 /* dx1 */
            isub
            if_icmpne 26
         6: .line 3101
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            iload 5 /* dy2 */
            iload 3 /* dy1 */
            isub
            if_icmpne 26
         7: .line 3105
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            if_icmple 12
         8: .line 3106
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            istore 16 /* width */
        start local 16 // int width
         9: .line 3107
            iload 6 /* sx1 */
            istore 12 /* srcX */
        start local 12 // int srcX
        10: .line 3108
            iload 2 /* dx1 */
            istore 14 /* dstX */
        start local 14 // int dstX
        11: .line 3109
            goto 15
        end local 16 // int width
        end local 14 // int dstX
        end local 12 // int srcX
        12: .line 3110
      StackMap locals:
      StackMap stack:
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            isub
            istore 16 /* width */
        start local 16 // int width
        13: .line 3111
            iload 8 /* sx2 */
            istore 12 /* srcX */
        start local 12 // int srcX
        14: .line 3112
            iload 4 /* dx2 */
            istore 14 /* dstX */
        start local 14 // int dstX
        15: .line 3114
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver int top int top int
      StackMap stack:
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            if_icmple 20
        16: .line 3115
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            istore 17 /* height */
        start local 17 // int height
        17: .line 3116
            iload 7 /* sy1 */
            istore 13 /* srcY */
        start local 13 // int srcY
        18: .line 3117
            iload 3 /* dy1 */
            istore 15 /* dstY */
        start local 15 // int dstY
        19: .line 3118
            goto 23
        end local 17 // int height
        end local 15 // int dstY
        end local 13 // int srcY
        20: .line 3119
      StackMap locals:
      StackMap stack:
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            isub
            istore 17 /* height */
        start local 17 // int height
        21: .line 3120
            iload 9 /* sy2 */
            istore 13 /* srcY */
        start local 13 // int srcY
        22: .line 3121
            iload 5 /* dy2 */
            istore 15 /* dstY */
        start local 15 // int dstY
        23: .line 3123
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver int int int int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 14 /* dstX */
            iload 15 /* dstY */
            iload 12 /* srcX */
            iload 13 /* srcY */
        24: .line 3124
            iload 16 /* width */
            iload 17 /* height */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        25: .line 3123
            invokevirtual sun.java2d.SunGraphics2D.copyImage:(Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 17 // int height
        end local 16 // int width
        end local 15 // int dstY
        end local 14 // int dstX
        end local 13 // int srcY
        end local 12 // int srcX
        26: .line 3128
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        27: .line 3129
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        28: .line 3130
            aload 11 /* observer */
        29: .line 3128
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        30: .line 3144
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        31: .line 3128
            iload 13
            ireturn
        32: .line 3131
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        33: .line 3132
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        34: .line 3134
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        35: .line 3135
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        36: .line 3136
            aload 11 /* observer */
        37: .line 3134
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        38: .line 3144
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        39: .line 3134
            iload 13
            ireturn
        40: .line 3137
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        41: .line 3144
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        42: .line 3141
            iconst_0
            ireturn
        43: .line 3143
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        44: .line 3144
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        45: .line 3145
            aload 12
            athrow
        end local 11 // java.awt.image.ImageObserver observer
        end local 10 // java.awt.Color bgcolor
        end local 9 // int sy2
        end local 8 // int sx2
        end local 7 // int sy1
        end local 6 // int sx1
        end local 5 // int dy2
        end local 4 // int dx2
        end local 3 // int dy1
        end local 2 // int dx1
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   46     0      this  Lsun/java2d/SunGraphics2D;
            0   46     1       img  Ljava/awt/Image;
            0   46     2       dx1  I
            0   46     3       dy1  I
            0   46     4       dx2  I
            0   46     5       dy2  I
            0   46     6       sx1  I
            0   46     7       sy1  I
            0   46     8       sx2  I
            0   46     9       sy2  I
            0   46    10   bgcolor  Ljava/awt/Color;
            0   46    11  observer  Ljava/awt/image/ImageObserver;
           10   12    12      srcX  I
           14   26    12      srcX  I
           18   20    13      srcY  I
           22   26    13      srcY  I
           11   12    14      dstX  I
           15   26    14      dstX  I
           19   20    15      dstY  I
           23   26    15      dstY  I
            9   12    16     width  I
           13   26    16     width  I
           17   20    17    height  I
           21   26    17    height  I
      Exception table:
        from    to  target  type
          26    30      32  Class sun.java2d.InvalidPipeException
          34    38      40  Class sun.java2d.InvalidPipeException
          26    30      43  any
          32    38      43  any
          40    41      43  any
    MethodParameters:
          Name  Flags
      img       
      dx1       
      dy1       
      dx2       
      dy2       
      sx1       
      sy1       
      sx2       
      sy2       
      bgcolor   
      observer  

  public boolean drawImage(java.awt.Image, java.awt.geom.AffineTransform, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // java.awt.geom.AffineTransform xform
        start local 3 // java.awt.image.ImageObserver observer
         0: .line 3170
            aload 1 /* img */
            ifnonnull 2
         1: .line 3171
            iconst_1
            ireturn
         2: .line 3174
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            ifnull 3
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 4
         3: .line 3175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iconst_0
            iconst_0
            aconst_null
            aload 3 /* observer */
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
         4: .line 3179
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            aload 2 /* xform */
            aload 3 /* observer */
            invokeinterface sun.java2d.pipe.DrawImagePipe.transformImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            istore 5
         5: .line 3191
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         6: .line 3179
            iload 5
            ireturn
         7: .line 3180
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         8: .line 3181
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         9: .line 3183
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* img */
            aload 2 /* xform */
            aload 3 /* observer */
            invokeinterface sun.java2d.pipe.DrawImagePipe.transformImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            istore 5
        10: .line 3191
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3183
            iload 5
            ireturn
        12: .line 3184
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3191
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3188
            iconst_0
            ireturn
        15: .line 3190
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 3191
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3192
            aload 4
            athrow
        end local 3 // java.awt.image.ImageObserver observer
        end local 2 // java.awt.geom.AffineTransform xform
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lsun/java2d/SunGraphics2D;
            0   18     1       img  Ljava/awt/Image;
            0   18     2     xform  Ljava/awt/geom/AffineTransform;
            0   18     3  observer  Ljava/awt/image/ImageObserver;
      Exception table:
        from    to  target  type
           4     5       7  Class sun.java2d.InvalidPipeException
           9    10      12  Class sun.java2d.InvalidPipeException
           4     5      15  any
           7    10      15  any
          12    13      15  any
    MethodParameters:
          Name  Flags
      img       
      xform     
      observer  

  public void drawImage(java.awt.image.BufferedImage, java.awt.image.BufferedImageOp, int, int);
    descriptor: (Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.image.BufferedImage bImg
        start local 2 // java.awt.image.BufferedImageOp op
        start local 3 // int x
        start local 4 // int y
         0: .line 3200
            aload 1 /* bImg */
            ifnonnull 2
         1: .line 3201
            return
         2: .line 3205
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* bImg */
            aload 2 /* op */
            iload 3 /* x */
            iload 4 /* y */
            invokeinterface sun.java2d.pipe.DrawImagePipe.transformImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V
         3: .line 3206
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3207
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3209
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
            aload 0 /* this */
            aload 1 /* bImg */
            aload 2 /* op */
            iload 3 /* x */
            iload 4 /* y */
            invokeinterface sun.java2d.pipe.DrawImagePipe.transformImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/image/BufferedImage;Ljava/awt/image/BufferedImageOp;II)V
         7: .line 3210
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 14
        10: .line 3215
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 3216
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3217
            aload 5
            athrow
        13: .line 3216
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3218
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int y
        end local 3 // int x
        end local 2 // java.awt.image.BufferedImageOp op
        end local 1 // java.awt.image.BufferedImage bImg
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lsun/java2d/SunGraphics2D;
            0   15     1  bImg  Ljava/awt/image/BufferedImage;
            0   15     2    op  Ljava/awt/image/BufferedImageOp;
            0   15     3     x  I
            0   15     4     y  I
      Exception table:
        from    to  target  type
           2     3       4  Class sun.java2d.InvalidPipeException
           6     7       8  Class sun.java2d.InvalidPipeException
           2     9      10  any
    MethodParameters:
      Name  Flags
      bImg  
      op    
      x     
      y     

  public java.awt.font.FontRenderContext getFontRenderContext();
    descriptor: ()Ljava/awt/font/FontRenderContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=3, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 3225
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
            ifnonnull 23
         1: .line 3226
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 1 /* aahint */
        start local 1 // int aahint
         2: .line 3227
            iload 1 /* aahint */
            ifne 5
         3: .line 3228
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 5
         4: .line 3229
            iconst_2
            istore 1 /* aahint */
         5: .line 3232
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* tx */
        start local 2 // java.awt.geom.AffineTransform tx
         6: .line 3233
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 17
         7: .line 3234
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dconst_0
            dcmpl
            ifne 11
         8: .line 3235
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dconst_0
            dcmpl
            ifne 11
         9: .line 3236
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 2 /* tx */
        10: .line 3237
            goto 17
        11: .line 3238
      StackMap locals: java.awt.geom.AffineTransform
      StackMap stack:
            new java.awt.geom.AffineTransform
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
        12: .line 3239
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        13: .line 3240
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
        14: .line 3241
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        15: .line 3242
            dconst_0
            dconst_0
        16: .line 3238
            invokespecial java.awt.geom.AffineTransform.<init>:(DDDDDD)V
            astore 2 /* tx */
        17: .line 3245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.font.FontRenderContext
            dup
            aload 2 /* tx */
        18: .line 3246
            iconst_2
            iload 1 /* aahint */
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        19: .line 3247
            iconst_3
        20: .line 3248
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 3247
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            invokespecial java.awt.font.FontRenderContext.<init>:(Ljava/awt/geom/AffineTransform;Ljava/lang/Object;Ljava/lang/Object;)V
        22: .line 3245
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // int aahint
        23: .line 3250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Lsun/java2d/SunGraphics2D;
            2   23     1  aahint  I
            6   23     2      tx  Ljava/awt/geom/AffineTransform;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 3264
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         1: .line 3265
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         2: .line 3266
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;

  public void finalize();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 3281
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public java.lang.Object getDestination();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 3289
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.getDestination:()Ljava/lang/Object;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;

  public sun.java2d.Surface getDestSurface();
    descriptor: ()Lsun/java2d/Surface;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 3298
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/java2d/SunGraphics2D;
}
SourceFile: "SunGraphics2D.java"
InnerClasses:
  public abstract Key = java.awt.RenderingHints$Key of java.awt.RenderingHints
  public Double = java.awt.geom.Rectangle2D$Double of java.awt.geom.Rectangle2D
  public Float = java.awt.geom.Rectangle2D$Float of java.awt.geom.Rectangle2D
  public Key = sun.awt.SunHints$Key of sun.awt.SunHints
  public Value = sun.awt.SunHints$Value of sun.awt.SunHints