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

  protected int fractionalMetricsHint;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  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 final int devScale;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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 211
            new java.awt.BasicStroke
            dup
            invokespecial java.awt.BasicStroke.<init>:()V
            putstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
         1: .line 212
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            putstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
         2: .line 214
            new java.awt.Font
            dup
            ldc "Dialog"
            iconst_0
            bipush 12
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
         3: .line 213
            putstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
         4: .line 229
            sipush 140
            putstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
         5: .line 262
            invokestatic sun.misc.PerformanceLogger.loggingEnabled:()Z
            ifeq 7
         6: .line 263
            ldc "SunGraphics2D static initialization"
            invokestatic sun.misc.PerformanceLogger.setTime:(Ljava/lang/String;)I
            pop
         7: .line 420
      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 571
            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 573
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
        10: .line 572
            putstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
        11: .line 577
            bipush 17
            anewarray double[]
            putstatic sun.java2d.SunGraphics2D.textTxArr:[[D
        12: .line 579
            bipush 17
            anewarray java.awt.geom.AffineTransform
        13: .line 578
            putstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
        14: .line 582
            bipush 8
            istore 0 /* i */
        start local 0 // int i
        15: goto 19
        16: .line 583
      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 584
            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 582
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        19: iload 0 /* i */
            bipush 17
            if_icmplt 16
        end local 0 // int i
        20: .line 1037
            invokestatic sun.java2d.pipe.RenderingEngine.getInstance:()Lsun/java2d/pipe/RenderingEngine;
            invokevirtual sun.java2d.pipe.RenderingEngine.getMinimumAAPenSize:()F
            f2d
        21: .line 1036
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
        22: .line 1039
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dmul
        23: .line 1038
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAASquared:D
        24: .line 1937
            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=5, 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 267
            aload 0 /* this */
            invokespecial java.awt.Graphics2D.<init>:()V
         1: .line 268
            aload 0 /* this */
            aload 1 /* sd */
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         2: .line 269
            aload 0 /* this */
            aload 2 /* fg */
            putfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
         3: .line 270
            aload 0 /* this */
            aload 3 /* bg */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         4: .line 272
            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 273
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         6: .line 274
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
         7: .line 275
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         8: .line 277
            aload 0 /* this */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
         9: .line 279
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
        10: .line 280
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 281
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        12: .line 282
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        13: .line 283
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        14: .line 284
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        15: .line 285
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        16: .line 286
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        17: .line 288
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        18: .line 290
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        19: .line 292
            aload 0 /* this */
            aload 1 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScale:()I
            putfield sun.java2d.SunGraphics2D.devScale:I
        20: .line 293
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            iconst_1
            if_icmpeq 23
        21: .line 294
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            i2d
            invokevirtual java.awt.geom.AffineTransform.setToScale:(DD)V
        22: .line 295
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        23: .line 298
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.SurfaceData java.awt.Color java.awt.Color java.awt.Font
      StackMap stack:
            aload 0 /* this */
            aload 4 /* f */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        24: .line 299
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 26
        25: .line 300
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        26: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sd */
            invokevirtual sun.java2d.SurfaceData.getBounds:()Ljava/awt/Rectangle;
            invokevirtual sun.java2d.SunGraphics2D.setDevClip:(Ljava/awt/Rectangle;)V
        27: .line 304
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        28: .line 305
            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   29     0  this  Lsun/java2d/SunGraphics2D;
            0   29     1    sd  Lsun/java2d/SurfaceData;
            0   29     2    fg  Ljava/awt/Color;
            0   29     3    bg  Ljava/awt/Color;
            0   29     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 309
            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 310
            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 311
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 4
         3: .line 312
            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 320
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 9
         5: .line 321
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifeq 8
         6: .line 322
            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 323
            goto 9
         8: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         9: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 14
        10: .line 328
            aload 1 /* g */
        11: .line 329
            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 328
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        13: .line 330
            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 333
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
        15: areturn
        end local 1 // sun.java2d.SunGraphics2D g
        16: .line 334
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack: java.lang.CloneNotSupportedException
            pop
        17: .line 336
            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 343
            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 347
            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 348
            aload 5 /* c */
            ifnonnull 4
         2: .line 349
            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 350
            goto 5
         4: .line 351
      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 353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         6: .line 354
            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 357
            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 358
            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, sun.java2d.pipe.Region);
    descriptor: (IIIILsun/java2d/pipe/Region;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=6
        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 // sun.java2d.pipe.Region region
         0: .line 364
            iload 1 /* x */
            iload 2 /* y */
            ior
            ifeq 2
         1: .line 365
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.java2d.SunGraphics2D.translate:(II)V
         2: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmple 5
         3: .line 368
            aload 0 /* this */
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.clipRect:(IIII)V
         4: .line 369
            return
         5: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dstore 6 /* scaleX */
        start local 6 // double scaleX
         6: .line 373
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 8 /* scaleY */
        start local 8 // double scaleY
         7: .line 374
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
            dup_x1
            putfield sun.java2d.SunGraphics2D.constrainX:I
            istore 1 /* x */
         8: .line 375
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
            dup_x1
            putfield sun.java2d.SunGraphics2D.constrainY:I
            istore 2 /* y */
         9: .line 376
            iload 1 /* x */
            iload 3 /* w */
            dload 6 /* scaleX */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            invokestatic sun.java2d.pipe.Region.dimAdd:(II)I
            istore 3 /* w */
        10: .line 377
            iload 2 /* y */
            iload 4 /* h */
            dload 8 /* scaleY */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            invokestatic sun.java2d.pipe.Region.dimAdd:(II)I
            istore 4 /* h */
        11: .line 379
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            astore 10 /* c */
        start local 10 // sun.java2d.pipe.Region c
        12: .line 380
            aload 10 /* c */
            ifnonnull 15
        13: .line 381
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokestatic sun.java2d.pipe.Region.getInstanceXYXY:(IIII)Lsun/java2d/pipe/Region;
            astore 10 /* c */
        14: .line 382
            goto 16
        15: .line 383
      StackMap locals: double double sun.java2d.pipe.Region
      StackMap stack:
            aload 10 /* 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 10 /* c */
        16: .line 385
      StackMap locals:
      StackMap stack:
            aload 5 /* region */
            ifnull 20
        17: .line 386
            aload 5 /* region */
            dload 6 /* scaleX */
            dload 8 /* scaleY */
            invokevirtual sun.java2d.pipe.Region.getScaledRegion:(DD)Lsun/java2d/pipe/Region;
            astore 5 /* region */
        18: .line 387
            aload 5 /* region */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.java2d.pipe.Region.getTranslatedRegion:(II)Lsun/java2d/pipe/Region;
            astore 5 /* region */
        19: .line 388
            aload 10 /* c */
            aload 5 /* region */
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Lsun/java2d/pipe/Region;)Lsun/java2d/pipe/Region;
            astore 10 /* c */
        20: .line 391
      StackMap locals:
      StackMap stack:
            aload 10 /* c */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            if_acmpne 22
        21: .line 393
            return
        22: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* c */
            putfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
        23: .line 397
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 10 /* c */
            invokevirtual sun.java2d.pipe.Region.isInsideQuickCheck:(Lsun/java2d/pipe/Region;)Z
            ifne 26
        24: .line 398
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 10 /* c */
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Lsun/java2d/pipe/Region;)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
        25: .line 399
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
        26: .line 401
      StackMap locals:
      StackMap stack:
            return
        end local 10 // sun.java2d.pipe.Region c
        end local 8 // double scaleY
        end local 6 // double scaleX
        end local 5 // sun.java2d.pipe.Region region
        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   27     0    this  Lsun/java2d/SunGraphics2D;
            0   27     1       x  I
            0   27     2       y  I
            0   27     3       w  I
            0   27     4       h  I
            0   27     5  region  Lsun/java2d/pipe/Region;
            6   27     6  scaleX  D
            7   27     8  scaleY  D
           12   27    10       c  Lsun/java2d/pipe/Region;
    MethodParameters:
        Name  Flags
      x       
      y       
      w       
      h       
      region  

  public void constrain(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, 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 417
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.constrain:(IIIILsun/java2d/pipe/Region;)V
         1: .line 418
            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     

  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 426
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
         1: .line 427
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
         2: .line 428
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
         3: .line 429
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
         4: .line 430
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
         5: .line 431
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.loops:Lsun/java2d/loops/RenderLoops;
         6: .line 432
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     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 442
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.isValid:()Z
            ifne 2
         1: .line 443
            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 446
      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 447
            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 457
            aload 1 /* s1 */
            instanceof java.awt.Rectangle
            ifeq 2
            aload 2 /* s2 */
            instanceof java.awt.Rectangle
            ifeq 2
         1: .line 458
            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 460
      StackMap locals:
      StackMap stack:
            aload 1 /* s1 */
            instanceof java.awt.geom.Rectangle2D
            ifeq 4
         3: .line 461
            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 462
      StackMap locals:
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Rectangle2D
            ifeq 6
         5: .line 463
            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 465
      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 477
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 21
         1: .line 478
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 5 /* r2 */
        start local 5 // java.awt.geom.Rectangle2D r2
         2: .line 480
            iload 3 /* keep1 */
            ifne 5
         3: .line 481
            aload 1 /* r */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         4: .line 482
            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 483
            aload 5 /* r2 */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         7: .line 484
            goto 9
        end local 6 // java.awt.geom.Rectangle2D outrect
         8: .line 485
      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 487
      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 488
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        11: .line 489
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        12: .line 488
            invokestatic java.lang.Math.min:(DD)D
            dstore 9 /* x2 */
        start local 9 // double x2
        13: .line 490
            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 491
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        15: .line 492
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        16: .line 491
            invokestatic java.lang.Math.min:(DD)D
            dstore 13 /* y2 */
        start local 13 // double y2
        17: .line 494
            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 496
      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 498
      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 499
      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 501
      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 502
            iload 4 /* keep2 */
            ifeq 24
        23: .line 503
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 2 /* s */
        24: .line 505
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            areturn
        25: .line 507
      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 511
            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 528
            iload 3 /* keep1 */
            ifne 3
            aload 1 /* s1 */
            instanceof java.awt.geom.Area
            ifeq 3
         1: .line 529
            aload 1 /* s1 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         2: .line 530
            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 531
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         5: .line 532
            aload 1 /* s1 */
            astore 2 /* s2 */
         6: .line 533
            goto 8
        end local 5 // java.awt.geom.Area a1
         7: .line 534
      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 537
      StackMap locals: java.awt.geom.Area
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Area
            ifeq 11
         9: .line 538
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 6 /* a2 */
        start local 6 // java.awt.geom.Area a2
        10: .line 539
            goto 12
        end local 6 // java.awt.geom.Area a2
        11: .line 540
      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 543
      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 544
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.isRectangular:()Z
            ifeq 15
        14: .line 545
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.getBounds:()Ljava/awt/Rectangle;
            areturn
        15: .line 548
      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 556
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.isValid:()Z
            ifne 2
         1: .line 558
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         2: .line 561
      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 565
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 2
         1: .line 566
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
         2: .line 568
      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 595
            aload 1 /* info */
            ifnonnull 2
         1: .line 596
            new sun.java2d.loops.FontInfo
            dup
            invokespecial sun.java2d.loops.FontInfo.<init>:()V
            astore 1 /* info */
         2: .line 599
      StackMap locals:
      StackMap stack:
            aload 2 /* font */
            invokevirtual java.awt.Font.getSize2D:()F
            fstore 4 /* ptSize */
        start local 4 // float ptSize
         3: .line 601
            aconst_null
            astore 6 /* textAt */
        start local 6 // java.awt.geom.AffineTransform textAt
         4: .line 602
            aload 2 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifeq 25
         5: .line 603
            aload 2 /* font */
            invokevirtual java.awt.Font.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 6 /* textAt */
         6: .line 604
            aload 6 /* textAt */
            fload 4 /* ptSize */
            f2d
            fload 4 /* ptSize */
            f2d
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
         7: .line 605
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            pop
         8: .line 606
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originX:F
         9: .line 607
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originY:F
        10: .line 608
            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 609
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 16
        12: .line 610
            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 611
            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 612
            aload 6 /* textAt */
            aload 5 /* devAt */
            invokevirtual java.awt.geom.AffineTransform.preConcatenate:(Ljava/awt/geom/AffineTransform;)V
        15: .line 613
            goto 18
        end local 5 // java.awt.geom.AffineTransform devAt
        16: .line 614
      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 615
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        18: .line 617
      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 618
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        20: .line 619
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        21: .line 620
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 23
        22: .line 621
            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 623
      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 624
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        25: .line 626
      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 627
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 42
        27: .line 628
            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 629
            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 630
            aload 1 /* info */
            iconst_4
            newarray 7
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        30: .line 631
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 34
        32: .line 632
      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 631
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 7 /* i */
            iconst_4
            if_icmplt 32
        end local 7 // int i
        35: .line 634
            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 635
            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 636
            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 637
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 40
        39: .line 638
            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 640
      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 641
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        42: .line 650
      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 651
            fload 4 /* ptSize */
            iload 7 /* pszInt */
            i2f
            fcmpl
            ifne 49
        44: .line 652
            iload 7 /* pszInt */
            bipush 8
            if_icmplt 49
            iload 7 /* pszInt */
            bipush 17
            if_icmpge 49
        45: .line 653
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 7 /* pszInt */
            aaload
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        46: .line 654
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 7 /* pszInt */
            aaload
            astore 6 /* textAt */
        47: .line 655
            aload 1 /* info */
            iload 7 /* pszInt */
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        48: .line 656
            goto 50
        49: .line 657
      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 659
      StackMap locals:
      StackMap stack:
            aload 6 /* textAt */
            ifnonnull 53
        51: .line 660
            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 661
            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 664
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        54: .line 665
            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 669
      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.FontUtilities.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
            putfield sun.java2d.loops.FontInfo.font2D:Lsun/font/Font2D;
        56: .line 671
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
            istore 7 /* fmhint */
        start local 7 // int fmhint
        57: .line 672
            iload 7 /* fmhint */
            ifne 59
        58: .line 673
            iconst_1
            istore 7 /* fmhint */
        59: .line 675
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdSubPixPos:Z
        60: .line 700
            aload 3 /* frc */
            ifnonnull 63
        61: .line 701
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 8 /* aahint */
        start local 8 // int aahint
        62: .line 702
            goto 64
        end local 8 // int aahint
        63: .line 703
      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 705
      StackMap locals: int
      StackMap stack:
            iload 8 /* aahint */
            ifne 70
        65: .line 706
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 68
        66: .line 707
            iconst_2
            istore 8 /* aahint */
        67: .line 708
            goto 93
        68: .line 709
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        69: .line 711
            goto 93
        70: .line 718
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            iconst_3
            if_icmpne 76
        71: .line 719
            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 720
            iconst_2
            istore 8 /* aahint */
        73: .line 721
            goto 93
        74: .line 722
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        75: .line 724
            goto 93
      StackMap locals:
      StackMap stack:
        76: iload 8 /* aahint */
            iconst_4
            if_icmplt 93
        77: .line 741
            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 746
            iconst_2
            istore 8 /* aahint */
        79: .line 747
            goto 93
        80: .line 748
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_1
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        81: .line 756
            iload 8 /* aahint */
            iconst_5
            if_icmpne 85
        82: .line 757
            iconst_4
            istore 8 /* aahint */
        83: .line 758
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        84: .line 759
            goto 88
        85: .line 760
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            bipush 7
            if_icmpne 88
        86: .line 761
            bipush 6
            istore 8 /* aahint */
        87: .line 762
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        88: .line 767
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
        89: .line 768
            iload 7 /* fmhint */
            iconst_2
            if_icmpne 91
        90: .line 769
            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 767
      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 773
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iload 8 /* aahint */
            putfield sun.java2d.loops.FontInfo.aaHint:I
        94: .line 774
            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 775
            iload 8 /* aahint */
            iload 7 /* fmhint */
        96: .line 774
            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 776
            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 780
            aload 0 /* mtx */
            iconst_0
            daload
            aload 0 /* mtx */
            iconst_3
            daload
            dcmpl
            ifne 5
         1: .line 781
            aload 0 /* mtx */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 5
         2: .line 782
            aload 0 /* mtx */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 5
         3: .line 783
            aload 0 /* mtx */
            iconst_0
            daload
            dconst_0
            dcmpl
            ifle 5
         4: .line 785
            iconst_0
            ireturn
         5: .line 788
      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 797
            aload 1 /* font */
            ifnull 14
            aload 1 /* font */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            if_acmpeq 14
         1: .line 812
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            iconst_3
            if_icmpne 11
         2: .line 813
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            if_acmpeq 11
         3: .line 814
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 10
         4: .line 815
            aload 1 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifne 10
         5: .line 816
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 10
         6: .line 817
            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 818
      StackMap locals:
      StackMap stack: int
            aload 1 /* font */
            invokestatic sun.font.FontUtilities.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
         9: .line 819
            aload 1 /* font */
            invokevirtual java.awt.Font.getSize:()I
            invokevirtual sun.font.Font2D.useAAForPtSize:(I)Z
            if_icmpeq 11
        10: .line 820
      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;
        11: .line 822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        12: .line 823
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        13: .line 824
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        14: .line 826
      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   15     0  this  Lsun/java2d/SunGraphics2D;
            0   15     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 829
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifne 3
         1: .line 830
            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 831
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
         3: .line 833
      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 838
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 4
         1: .line 839
            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 840
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            aload 2 /* frc */
            if_acmpne 4
         3: .line 841
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            areturn
         4: .line 843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* frc */
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
         5: .line 844
            aload 0 /* this */
         6: .line 845
            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 844
            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 850
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            ifnull 2
         1: .line 851
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 854
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 855
            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 854
            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 859
            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 860
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 863
      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 862
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         4: .line 865
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 1 /* font */
            if_acmpne 6
         5: .line 866
            aload 0 /* this */
            aload 2 /* fm */
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
         6: .line 868
      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 889
            iload 3 /* onStroke */
            ifeq 2
         1: .line 890
            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 893
      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 894
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifeq 6
         4: .line 895
            new java.awt.Rectangle
            dup
            aload 1 /* rect */
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 1 /* rect */
         5: .line 896
            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 899
      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 906
            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 913
            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 921
            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 935
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            aload 1 /* comp */
            if_acmpne 2
         1: .line 936
            return
         2: .line 940
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            instanceof java.awt.AlphaComposite
            ifeq 24
         3: .line 941
            aload 1 /* comp */
            checkcast java.awt.AlphaComposite
            astore 4 /* alphacomp */
        start local 4 // java.awt.AlphaComposite alphacomp
         4: .line 942
            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 943
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 13
         6: .line 944
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifeq 9
         7: .line 945
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmple 11
         8: .line 946
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         9: .line 948
      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 949
            goto 33
        end local 2 // int newCompState
        11: .line 950
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        start local 2 // int newCompState
        12: .line 952
            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 953
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Src:Lsun/java2d/loops/CompositeType;
            if_acmpeq 16
        15: .line 954
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Clear:Lsun/java2d/loops/CompositeType;
            if_acmpne 18
        16: .line 956
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        17: .line 957
            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 958
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcIn:Lsun/java2d/loops/CompositeType;
            if_acmpne 22
        20: .line 960
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        21: .line 961
            goto 33
        end local 2 // int newCompState
        22: .line 962
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        end local 4 // java.awt.AlphaComposite alphacomp
        start local 2 // int newCompState
        23: .line 964
            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 965
            iconst_2
            istore 2 /* newCompState */
        start local 2 // int newCompState
        26: .line 966
            getstatic sun.java2d.loops.CompositeType.Xor:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        27: .line 967
            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 968
            new java.lang.IllegalArgumentException
            dup
            ldc "null Composite"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 970
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.checkCustomComposite:()V
        31: .line 971
            iconst_3
            istore 2 /* newCompState */
        start local 2 // int newCompState
        32: .line 972
            getstatic sun.java2d.loops.CompositeType.General:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        33: .line 974
      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 975
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            aload 3 /* newCompType */
            if_acmpeq 39
        35: .line 977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newCompState */
            putfield sun.java2d.SunGraphics2D.compositeState:I
        36: .line 978
            aload 0 /* this */
            aload 3 /* newCompType */
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
        37: .line 979
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        38: .line 980
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        39: .line 982
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
        40: .line 983
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 42
        41: .line 984
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        42: .line 986
      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 997
            aload 1 /* paint */
            instanceof java.awt.Color
            ifeq 3
         1: .line 998
            aload 0 /* this */
            aload 1 /* paint */
            checkcast java.awt.Color
            invokevirtual sun.java2d.SunGraphics2D.setColor:(Ljava/awt/Color;)V
         2: .line 999
            return
         3: .line 1001
      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 1002
      StackMap locals:
      StackMap stack:
            return
         5: .line 1004
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* paint */
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         6: .line 1005
            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 1007
            aload 1 /* paint */
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         8: .line 1008
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifeq 13
         9: .line 1009
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1011
            goto 13
        11: .line 1012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifne 13
        12: .line 1013
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        13: .line 1017
      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 1018
            aload 2 /* paintClass */
            ldc Ljava/awt/GradientPaint;
            if_acmpne 17
        15: .line 1019
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.paintState:I
        16: .line 1020
            goto 27
      StackMap locals: java.lang.Class
      StackMap stack:
        17: aload 2 /* paintClass */
            ldc Ljava/awt/LinearGradientPaint;
            if_acmpne 20
        18: .line 1021
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.paintState:I
        19: .line 1022
            goto 27
      StackMap locals:
      StackMap stack:
        20: aload 2 /* paintClass */
            ldc Ljava/awt/RadialGradientPaint;
            if_acmpne 23
        21: .line 1023
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.paintState:I
        22: .line 1024
            goto 27
      StackMap locals:
      StackMap stack:
        23: aload 2 /* paintClass */
            ldc Ljava/awt/TexturePaint;
            if_acmpne 26
        24: .line 1025
            aload 0 /* this */
            iconst_5
            putfield sun.java2d.SunGraphics2D.paintState:I
        25: .line 1026
            goto 27
        26: .line 1027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield sun.java2d.SunGraphics2D.paintState:I
        27: .line 1029
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        28: .line 1030
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        29: .line 1031
            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<+Ljava/awt/Paint;>;
    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 1048
            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 1049
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
         4: .line 1050
            iload 2 /* aa */
            ifeq 13
         5: .line 1051
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            f2d
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dcmpg
            ifgt 11
         6: .line 1052
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 9
         7: .line 1053
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1054
            goto 48
         9: .line 1055
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        10: .line 1057
            goto 48
        11: .line 1058
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        12: .line 1060
            goto 48
        13: .line 1061
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpne 16
        14: .line 1062
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        15: .line 1063
            goto 48
      StackMap locals:
      StackMap stack:
        16: aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            fconst_1
            fcmpg
            ifgt 22
        17: .line 1064
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 20
        18: .line 1065
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        19: .line 1066
            goto 48
        20: .line 1067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        21: .line 1069
            goto 48
        22: .line 1070
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        23: .line 1073
            goto 48
        24: .line 1075
      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 1077
            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 1078
            goto 36
        end local 3 // double widthsquared
        27: .line 1080
      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 1081
            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 1082
            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 1083
            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 1099
            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 1100
            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 1101
            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 1125
            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 1128
            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 1130
      StackMap locals: double
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpeq 38
        37: .line 1131
            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 1133
      StackMap locals:
      StackMap stack:
            dload 3 /* widthsquared */
        39: .line 1134
            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 1136
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 45
        43: .line 1137
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        44: .line 1138
            goto 48
        45: .line 1139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        46: .line 1141
            goto 48
        47: .line 1142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        end local 3 // double widthsquared
        48: .line 1145
      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 1154
            aload 1 /* s */
            ifnonnull 2
         1: .line 1155
            new java.lang.IllegalArgumentException
            dup
            ldc "null Stroke"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            istore 2 /* saveStrokeState */
        start local 2 // int saveStrokeState
         3: .line 1158
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         4: .line 1159
            aload 1 /* s */
            instanceof java.awt.BasicStroke
            ifeq 7
         5: .line 1160
            aload 0 /* this */
            aload 1 /* s */
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
         6: .line 1161
            goto 8
         7: .line 1162
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iload 2 /* saveStrokeState */
            if_icmpeq 10
         9: .line 1165
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        10: .line 1167
      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 1186
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints$Key.isCompatibleValue:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 1187
            new java.lang.IllegalArgumentException
            dup
         2: .line 1188
            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 1187
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1190
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifeq 86
         5: .line 1192
            iconst_0
            istore 4 /* textStateChanged */
        start local 4 // boolean textStateChanged
         6: .line 1193
            iconst_1
            istore 5 /* recognized */
        start local 5 // boolean recognized
         7: .line 1194
            aload 1 /* hintKey */
            checkcast sun.awt.SunHints$Key
            astore 6 /* sunKey */
        start local 6 // sun.awt.SunHints$Key sunKey
         8: .line 1196
            aload 6 /* sunKey */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpne 11
         9: .line 1197
            aload 2 /* hintValue */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* newHint */
        start local 7 // int newHint
        10: .line 1198
            goto 12
        end local 7 // int newHint
        11: .line 1199
      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 1201
      StackMap locals: int
      StackMap stack:
            aload 6 /* sunKey */
            invokevirtual sun.awt.SunHints$Key.getIndex:()I
            lookupswitch { // 8
                    0: 13
                    1: 25
                    2: 36
                    3: 42
                    5: 51
                    8: 63
                    9: 68
                  100: 48
              default: 73
          }
        13: .line 1203
      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 1204
            iload 3 /* stateChanged */
            ifeq 75
        17: .line 1205
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.renderHint:I
        18: .line 1206
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            iconst_m1
            if_icmpne 75
        19: .line 1207
            aload 0 /* this */
        20: .line 1208
            iload 7 /* newHint */
            iconst_2
            if_icmpne 22
        21: .line 1209
            iconst_2
            goto 23
        22: .line 1210
      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 1207
      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 1213
            goto 75
        end local 3 // boolean stateChanged
        25: .line 1215
      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 1216
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        29: .line 1217
            iload 3 /* stateChanged */
            ifeq 75
        30: .line 1219
            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 1218
      StackMap locals:
      StackMap stack: int
            istore 4 /* textStateChanged */
        33: .line 1221
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 75
        34: .line 1222
            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 1225
            goto 75
        end local 3 // boolean stateChanged
        36: .line 1227
      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 1228
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        40: .line 1229
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        41: .line 1230
            goto 75
        end local 3 // boolean stateChanged
        42: .line 1232
      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 1233
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        46: .line 1234
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        47: .line 1235
            goto 75
        end local 3 // boolean stateChanged
        48: .line 1237
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        49: .line 1239
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        50: .line 1240
            goto 75
        end local 3 // boolean stateChanged
        51: .line 1242
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        52: .line 1243
            iload 7 /* newHint */
            tableswitch { // 0 - 2
                    0: 57
                    1: 55
                    2: 53
              default: 57
          }
        53: .line 1245
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 7 /* newHint */
        54: .line 1246
            goto 58
        55: .line 1248
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* newHint */
        56: .line 1249
            goto 58
        57: .line 1252
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* newHint */
        58: .line 1255
      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 1256
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        62: .line 1257
            goto 75
        end local 3 // boolean stateChanged
        63: .line 1259
      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 1260
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        67: .line 1261
            goto 75
        end local 3 // boolean stateChanged
        68: .line 1263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
            iload 7 /* newHint */
            if_icmpeq 69
            iconst_1
            goto 70
      StackMap locals:
      StackMap stack:
        69: iconst_0
      StackMap locals:
      StackMap stack: int
        70: istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        71: .line 1264
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        72: .line 1265
            goto 75
        end local 3 // boolean stateChanged
        73: .line 1267
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* recognized */
        74: .line 1268
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        75: .line 1271
      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 86
        76: .line 1272
            iload 3 /* stateChanged */
            ifeq 83
        77: .line 1273
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        78: .line 1274
            iload 4 /* textStateChanged */
            ifeq 83
        79: .line 1275
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        80: .line 1276
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        81: .line 1277
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        82: .line 1278
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        83: .line 1281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 85
        84: .line 1282
            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
        85: .line 1284
      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
        86: .line 1288
      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 88
        87: .line 1289
            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;
        88: .line 1291
      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
        89: .line 1292
            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   90     0              this  Lsun/java2d/SunGraphics2D;
            0   90     1           hintKey  Ljava/awt/RenderingHints$Key;
            0   90     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
           71   73     3      stateChanged  Z
           75   86     3      stateChanged  Z
            6   86     4  textStateChanged  Z
            7   86     5        recognized  Z
            8   86     6            sunKey  Lsun/awt/SunHints$Key;
           10   11     7           newHint  I
           12   86     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 1304
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 2
         1: .line 1305
            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 1307
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifne 4
         3: .line 1308
            aconst_null
            areturn
         4: .line 1310
      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 1311
            iload 2 /* keyindex */
            lookupswitch { // 8
                    0: 6
                    1: 9
                    2: 12
                    3: 15
                    5: 19
                    8: 24
                    9: 27
                  100: 18
              default: 30
          }
         6: .line 1313
      StackMap locals: int
      StackMap stack:
            iconst_0
         7: .line 1314
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         8: .line 1313
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
         9: .line 1316
      StackMap locals:
      StackMap stack:
            iconst_1
        10: .line 1317
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1316
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        12: .line 1319
      StackMap locals:
      StackMap stack:
            iconst_2
        13: .line 1320
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1319
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        15: .line 1322
      StackMap locals:
      StackMap stack:
            iconst_3
        16: .line 1323
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        17: .line 1322
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        18: .line 1325
      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 1327
      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 1329
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            areturn
        21: .line 1331
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            areturn
        22: .line 1333
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            areturn
        23: .line 1335
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        24: .line 1337
      StackMap locals:
      StackMap stack:
            bipush 8
        25: .line 1338
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        26: .line 1337
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        27: .line 1340
      StackMap locals:
      StackMap stack:
            bipush 9
        28: .line 1341
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        29: .line 1340
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        30: .line 1343
      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   31     0      this  Lsun/java2d/SunGraphics2D;
            0   31     1   hintKey  Ljava/awt/RenderingHints$Key;
            5   31     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 1354
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         1: .line 1355
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         2: .line 1356
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
         3: .line 1357
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
         4: .line 1358
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
         5: .line 1359
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
         6: .line 1360
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
         7: .line 1361
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
         8: .line 1362
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         9: .line 1363
            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 1364
            goto 22
        11: .line 1365
      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 1366
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        13: .line 1367
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        14: .line 1368
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        15: .line 1369
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        16: .line 1370
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 19
        17: .line 1371
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        18: .line 1372
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 21
        19: .line 1374
      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 1375
            goto 22
        21: .line 1376
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        22: .line 1364
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        23: .line 1379
            iload 2 /* customHintPresent */
            ifeq 25
        24: .line 1380
            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 1382
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 1383
            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 1393
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         1: .line 1394
            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 1395
            goto 14
         3: .line 1396
      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 1397
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         5: .line 1398
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         6: .line 1399
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         7: .line 1400
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         8: .line 1401
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 11
         9: .line 1402
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 11
        10: .line 1403
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 13
        11: .line 1405
      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 1406
            goto 14
        13: .line 1407
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        14: .line 1395
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        15: .line 1410
            iload 2 /* customHintPresent */
            ifeq 20
        16: .line 1411
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 19
        17: .line 1412
            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 1413
            goto 20
        19: .line 1414
      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 1417
      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 1426
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 2
         1: .line 1427
            aload 0 /* this */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            areturn
         2: .line 1429
      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=4, locals=4, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.util.Map hints
         0: .line 1434
            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 1435
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
         2: .line 1436
            iconst_0
         3: .line 1437
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         4: .line 1436
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
         5: .line 1435
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 1438
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
         7: .line 1439
            iconst_1
         8: .line 1440
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
         9: .line 1439
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        10: .line 1438
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 1441
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
        12: .line 1442
            iconst_2
        13: .line 1443
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1442
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        15: .line 1441
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 1444
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
        17: .line 1445
            iconst_3
        18: .line 1446
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        19: .line 1445
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        20: .line 1444
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        21: .line 1447
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
        22: .line 1448
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        23: .line 1447
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        24: .line 1450
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            tableswitch { // 0 - 2
                    0: 25
                    1: 27
                    2: 29
              default: 31
          }
        25: .line 1452
      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 1453
            goto 32
        end local 3 // java.lang.Object value
        27: .line 1455
      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 1456
            goto 32
        end local 3 // java.lang.Object value
        29: .line 1458
      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 1459
            goto 32
        end local 3 // java.lang.Object value
        31: .line 1461
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* value */
        start local 3 // java.lang.Object value
        32: .line 1464
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            ifnull 34
        33: .line 1465
            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 1467
      StackMap locals:
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
        35: .line 1468
            bipush 8
        36: .line 1469
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        37: .line 1468
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        38: .line 1467
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        39: .line 1470
            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 1485
            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 1486
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1487
            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 1504
            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 1505
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1506
            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 1524
            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 1525
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1526
            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 1540
            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 1541
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1542
            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 1560
            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 1561
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1562
            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 1582
            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 1583
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1584
            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 1590
            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 1591
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         2: .line 1592
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transX:I
            iload 1 /* x */
            iadd
            putfield sun.java2d.SunGraphics2D.transX:I
         3: .line 1593
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transY:I
            iload 2 /* y */
            iadd
            putfield sun.java2d.SunGraphics2D.transY:I
         4: .line 1594
            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 1595
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.SunGraphics2D
         6: iconst_1
         7: .line 1594
      StackMap locals: sun.java2d.SunGraphics2D int int
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.transformState:I
         8: .line 1596
            goto 10
         9: .line 1597
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        10: .line 1599
      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=13, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.geom.AffineTransform Tx
         0: .line 1610
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 3
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            iconst_1
            if_icmpne 3
         1: .line 1611
            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 1612
            goto 7
         3: .line 1613
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            i2d
            dconst_0
            dconst_0
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            i2d
         4: .line 1614
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            i2d
         5: .line 1613
            invokevirtual java.awt.geom.AffineTransform.setTransform:(DDDDDD)V
         6: .line 1615
            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
         7: .line 1617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         8: .line 1618
            return
        end local 1 // java.awt.geom.AffineTransform Tx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lsun/java2d/SunGraphics2D;
            0    9     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 1621
            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 1622
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            istore 2 /* origTransformState */
        start local 2 // int origTransformState
         2: .line 1623
            iload 1 /* type */
            ifne 6
         3: .line 1624
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.transformState:I
         4: .line 1625
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
         5: .line 1626
            goto 22
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* type */
            iconst_1
            if_icmpne 16
         7: .line 1627
            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 1628
            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 1629
            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 1630
            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 1631
            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 1632
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.transformState:I
        13: .line 1633
            goto 22
        14: .line 1634
      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 1636
            goto 22
      StackMap locals:
      StackMap stack:
        16: iload 1 /* type */
            bipush 120
            iand
            ifne 20
        17: .line 1640
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.transformState:I
        18: .line 1641
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        19: .line 1642
            goto 22
        20: .line 1643
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.transformState:I
        21: .line 1644
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        22: .line 1647
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
        23: .line 1648
            iload 2 /* origTransformState */
            iconst_3
            if_icmplt 30
        24: .line 1653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        25: .line 1654
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        26: .line 1655
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        27: .line 1656
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        28: .line 1658
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iload 2 /* origTransformState */
            if_icmpeq 30
        29: .line 1659
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1662
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 32
        31: .line 1663
            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 1665
      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=16, locals=4, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1674
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 2
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            iconst_1
            if_icmpne 2
         1: .line 1675
            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 1677
      StackMap locals:
      StackMap stack:
            dconst_1
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devScale:I
            i2d
            ddiv
            dstore 1 /* invScale */
        start local 1 // double invScale
         3: .line 1678
            new java.awt.geom.AffineTransform
            dup
            dload 1 /* invScale */
            dconst_0
            dconst_0
            dload 1 /* invScale */
         4: .line 1679
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            ineg
            i2d
            dload 1 /* invScale */
            dmul
         5: .line 1680
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ineg
            i2d
            dload 1 /* invScale */
            dmul
         6: .line 1678
            invokespecial java.awt.geom.AffineTransform.<init>:(DDDDDD)V
            astore 3 /* tx */
        start local 3 // java.awt.geom.AffineTransform tx
         7: .line 1681
            aload 3 /* tx */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         8: .line 1682
            aload 3 /* tx */
            areturn
        end local 3 // java.awt.geom.AffineTransform tx
        end local 1 // double invScale
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lsun/java2d/SunGraphics2D;
            3    9     1  invScale  D
            7    9     3        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 1690
            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 1699
            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 1707
            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 1711
            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 1736
            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 1737
            iconst_0
            istore 1 /* eargb */
        start local 1 // int eargb
         2: .line 1738
            goto 10
        end local 1 // int eargb
         3: .line 1739
      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 1740
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            iconst_1
            if_icmpgt 10
         5: .line 1741
            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 1742
            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 1744
            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 1745
            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 1746
            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 1749
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* eargb */
            putfield sun.java2d.SunGraphics2D.eargb:I
        11: .line 1750
            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 1751
            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 1754
            aload 1 /* color */
            ifnull 1
            aload 1 /* color */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            if_acmpne 2
         1: .line 1755
      StackMap locals:
      StackMap stack:
            return
         2: .line 1757
      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 1758
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         4: .line 1759
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.eargb:I
            bipush 24
            ishr
            iconst_m1
            if_icmpne 11
         5: .line 1760
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifne 7
         6: .line 1761
            return
         7: .line 1763
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.paintState:I
         8: .line 1764
            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 1766
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1768
            goto 16
        11: .line 1769
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpne 13
        12: .line 1770
            return
        13: .line 1772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.paintState:I
        14: .line 1773
            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 1775
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        16: .line 1778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        17: .line 1779
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        18: .line 1780
            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 1795
            aload 0 /* this */
            aload 1 /* color */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         1: .line 1796
            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 1803
            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 1811
            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=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1815
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifne 2
         1: .line 1816
            aconst_null
            areturn
         2: .line 1818
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            invokevirtual sun.java2d.SunGraphics2D.getClipBounds:(Ljava/awt/Rectangle;)Ljava/awt/Rectangle;
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/java2d/SunGraphics2D;

  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 1822
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifeq 10
         1: .line 1823
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 8
         2: .line 1824
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 5
         3: .line 1825
            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 1826
            goto 6
         5: .line 1827
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.Rectangle.setFrame:(Ljava/awt/geom/Rectangle2D;)V
         6: .line 1829
      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 1830
            goto 12
         8: .line 1831
      StackMap locals:
      StackMap stack:
            aload 1 /* r */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getClip:()Ljava/awt/Shape;
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.Rectangle.setFrame:(Ljava/awt/geom/Rectangle2D;)V
         9: .line 1833
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 1 /* r */
            ifnonnull 12
        11: .line 1834
            new java.lang.NullPointerException
            dup
            ldc "null rectangle parameter"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1836
      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 1840
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 1841
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1843
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 23
         3: .line 1861
            bipush 8
            newarray 7
            dup
            iconst_0
         4: .line 1862
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_1
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_2
         5: .line 1863
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            iconst_3
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_4
         6: .line 1864
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_5
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
            dup
            bipush 6
         7: .line 1865
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            bipush 7
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
         8: .line 1861
            astore 5 /* d */
        start local 5 // double[] d
         9: .line 1867
            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 1868
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.min:(DD)D
        11: .line 1869
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.min:(DD)D
        12: .line 1868
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 1 /* x */
        13: .line 1870
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.min:(DD)D
        14: .line 1871
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.min:(DD)D
        15: .line 1870
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 2 /* y */
        16: .line 1872
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.max:(DD)D
        17: .line 1873
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.max:(DD)D
        18: .line 1872
            invokestatic java.lang.Math.max:(DD)D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 3 /* width */
        19: .line 1874
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.max:(DD)D
        20: .line 1875
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.max:(DD)D
        21: .line 1874
            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 1876
            goto 27
        23: .line 1877
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
        24: .line 1878
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
        25: .line 1879
            iload 3 /* width */
            iload 1 /* x */
            iadd
            istore 3 /* width */
        26: .line 1880
            iload 4 /* height */
            iload 2 /* y */
            iadd
            istore 4 /* height */
        27: .line 1884
      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 31
        28: .line 1885
            iconst_0
            ireturn
        29: .line 1887
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        30: .line 1888
            iconst_0
            ireturn
        31: .line 1895
      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   32     0    this  Lsun/java2d/SunGraphics2D;
            0   32     1       x  I
            0   32     2       y  I
            0   32     3   width  I
            0   32     4  height  I
            9   22     5       d  [D
      Exception table:
        from    to  target  type
          27    28      29  Class sun.java2d.InvalidPipeException
    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 1899
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            istore 1 /* origClipState */
        start local 1 // int origClipState
         1: .line 1900
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnonnull 5
         2: .line 1901
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.clipState:I
         3: .line 1902
            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 1903
            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 1904
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.clipState:I
         7: .line 1905
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 10
         8: .line 1906
            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 1907
            goto 30
        10: .line 1908
      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 1910
            goto 30
        12: .line 1911
      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 1912
            iconst_4
            newarray 10
            astore 3 /* box */
        start local 3 // int[] box
        14: .line 1913
            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 1915
            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 1916
            aload 4 /* sr */
            aload 2 /* cpi */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.appendPath:(Ljava/awt/geom/PathIterator;)V
        17: .line 1917
            aload 4 /* sr */
            aload 3 /* box */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.getPathBox:([I)V
        18: .line 1918
            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 1919
            aload 5 /* r */
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.Region.appendSpans:(Lsun/java2d/pipe/SpanIterator;)V
        20: .line 1920
            aload 0 /* this */
            aload 5 /* r */
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
        21: .line 1921
            aload 0 /* this */
        22: .line 1922
            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 1921
      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 1923
            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 1924
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.dispose:()V
        28: .line 1925
            aload 6
            athrow
        29: .line 1924
      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 1927
      StackMap locals:
      StackMap stack:
            iload 1 /* origClipState */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            if_icmpeq 34
        31: .line 1928
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            iconst_2
            if_icmpeq 32
            iload 1 /* origClipState */
            iconst_2
            if_icmpne 34
        32: .line 1930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        33: .line 1931
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        34: .line 1933
      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 1940
            aload 1 /* s */
            ifnonnull 2
         1: .line 1941
            aconst_null
            areturn
         2: .line 1943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 4
         3: .line 1944
            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 1946
      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 1951
            aload 1 /* s */
            ifnonnull 2
         1: .line 1952
            aconst_null
            areturn
         2: .line 1954
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 7
         3: .line 1956
            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 1957
      StackMap locals:
      StackMap stack: java.awt.geom.NoninvertibleTransformException
            pop
         6: .line 1958
            aconst_null
            areturn
         7: .line 1961
      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 1966
            aload 2 /* s */
            ifnonnull 2
         1: .line 1967
            aconst_null
            areturn
         2: .line 1970
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.Rectangle
            ifeq 6
         3: .line 1971
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* r */
        start local 3 // java.awt.Rectangle r
         4: .line 1972
            aload 3 /* r */
            iload 0 /* tx */
            iload 1 /* ty */
            invokevirtual java.awt.Rectangle.translate:(II)V
         5: .line 1973
            aload 3 /* r */
            areturn
        end local 3 // java.awt.Rectangle r
         6: .line 1975
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 13
         7: .line 1976
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 3 /* rect */
        start local 3 // java.awt.geom.Rectangle2D rect
         8: .line 1977
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            iload 0 /* tx */
            i2d
            dadd
         9: .line 1978
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            iload 1 /* ty */
            i2d
            dadd
        10: .line 1979
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
        11: .line 1980
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
        12: .line 1977
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 3 // java.awt.geom.Rectangle2D rect
        13: .line 1983
      StackMap locals:
      StackMap stack:
            iload 0 /* tx */
            ifne 15
            iload 1 /* ty */
            ifne 15
        14: .line 1984
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        15: .line 1987
      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 1988
            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=12, locals=4, args_size=2
        start local 0 // java.awt.geom.AffineTransform tx
        start local 1 // java.awt.Shape clip
         0: .line 1992
            aload 1 /* clip */
            ifnonnull 2
         1: .line 1993
            aconst_null
            areturn
         2: .line 1996
      StackMap locals:
      StackMap stack:
            aload 1 /* clip */
            instanceof java.awt.geom.Rectangle2D
            ifeq 16
         3: .line 1997
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 48
            iand
            ifne 16
         4: .line 1999
            aload 1 /* clip */
            checkcast java.awt.geom.Rectangle2D
            astore 2 /* rect */
        start local 2 // java.awt.geom.Rectangle2D rect
         5: .line 2000
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
         6: .line 2001
            aload 3 /* matrix */
            iconst_0
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            dastore
         7: .line 2002
            aload 3 /* matrix */
            iconst_1
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            dastore
         8: .line 2003
            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 2004
            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 2005
            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 2006
            aload 3 /* matrix */
            aload 2 /* rect */
            invokestatic sun.java2d.SunGraphics2D.fixRectangleOrientation:([DLjava/awt/geom/Rectangle2D;)V
        12: .line 2007
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_1
            daload
        13: .line 2008
            aload 3 /* matrix */
            iconst_2
            daload
            aload 3 /* matrix */
            iconst_0
            daload
            dsub
        14: .line 2009
            aload 3 /* matrix */
            iconst_3
            daload
            aload 3 /* matrix */
            iconst_1
            daload
            dsub
        15: .line 2007
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 3 // double[] matrix
        end local 2 // java.awt.geom.Rectangle2D rect
        16: .line 2012
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 18
        17: .line 2013
            aload 1 /* clip */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        18: .line 2016
      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  

  private static void fixRectangleOrientation(double[], java.awt.geom.Rectangle2D);
    descriptor: ([DLjava/awt/geom/Rectangle2D;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // double[] m
        start local 1 // java.awt.geom.Rectangle2D clip
         0: .line 2023
            aload 1 /* clip */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dconst_0
            dcmpl
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: aload 0 /* m */
            iconst_2
            daload
            aload 0 /* m */
            iconst_0
            daload
            dsub
            dconst_0
            dcmpl
            ifle 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack: int
         3: iconst_0
      StackMap locals: double[] java.awt.geom.Rectangle2D
      StackMap stack: int int
         4: if_icmpeq 8
         5: .line 2024
            aload 0 /* m */
            iconst_0
            daload
            dstore 2 /* t */
        start local 2 // double t
         6: .line 2025
            aload 0 /* m */
            iconst_0
            aload 0 /* m */
            iconst_2
            daload
            dastore
         7: .line 2026
            aload 0 /* m */
            iconst_2
            dload 2 /* t */
            dastore
        end local 2 // double t
         8: .line 2028
      StackMap locals:
      StackMap stack:
            aload 1 /* clip */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dconst_0
            dcmpl
            ifle 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack:
         9: iconst_0
      StackMap locals:
      StackMap stack: int
        10: aload 0 /* m */
            iconst_3
            daload
            aload 0 /* m */
            iconst_1
            daload
            dsub
            dconst_0
            dcmpl
            ifle 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: int
        11: iconst_0
      StackMap locals: double[] java.awt.geom.Rectangle2D
      StackMap stack: int int
        12: if_icmpeq 16
        13: .line 2029
            aload 0 /* m */
            iconst_1
            daload
            dstore 2 /* t */
        start local 2 // double t
        14: .line 2030
            aload 0 /* m */
            iconst_1
            aload 0 /* m */
            iconst_3
            daload
            dastore
        15: .line 2031
            aload 0 /* m */
            iconst_3
            dload 2 /* t */
            dastore
        end local 2 // double t
        16: .line 2033
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.geom.Rectangle2D clip
        end local 0 // double[] m
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0     m  [D
            0   17     1  clip  Ljava/awt/geom/Rectangle2D;
            6    8     2     t  D
           14   16     2     t  D
    MethodParameters:
      Name  Flags
      m     
      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 2036
            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 2037
            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 2040
            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 2041
            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 2044
            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 2048
            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 2049
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         2: .line 2050
            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 2061
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 1 /* s */
         1: .line 2062
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnull 3
         2: .line 2063
            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 2065
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
         4: .line 2066
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         5: .line 2067
            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 2070
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         1: .line 2071
            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 2074
            aload 1 /* c */
            ifnonnull 2
         1: .line 2075
            new java.lang.IllegalArgumentException
            dup
            ldc "null XORColor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2077
      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 2078
            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 2085
            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 2086
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2088
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2089
            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 2090
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2096
      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 2095
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2096
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2097
            aload 7
            athrow
        11: .line 2096
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2098
      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
           3     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=14, 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 2101
            iload 3 /* w */
            ifle 1
            iload 4 /* h */
            ifgt 2
         1: .line 2102
      StackMap locals:
      StackMap stack:
            return
         2: .line 2104
      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 2105
            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 2106
            return
         5: .line 2108
      StackMap locals: sun.java2d.SurfaceData
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmple 7
         6: .line 2109
            new java.lang.InternalError
            dup
            ldc "transformed copyArea not implemented yet"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 2114
      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 2116
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 9 /* comp */
        start local 9 // java.awt.Composite comp
         9: .line 2117
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAcomp:Ljava/awt/Composite;
            aload 9 /* comp */
            if_acmpeq 17
        10: .line 2118
            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 2119
            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 2120
            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 2121
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getTransparency:()I
            iconst_1
            if_icmpne 15
        14: .line 2123
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        15: .line 2125
      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 2126
            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 2129
      StackMap locals:
      StackMap stack:
            bipush 6
            newarray 7
            dup
            iconst_0
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_1
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_2
            iload 1 /* x */
            iload 3 /* w */
            iadd
            i2d
            dastore
            dup
            iconst_3
            iload 2 /* y */
            iload 4 /* h */
            iadd
            i2d
            dastore
            dup
            iconst_4
            iload 1 /* x */
            iload 5 /* dx */
            iadd
            i2d
            dastore
            dup
            iconst_5
            iload 2 /* y */
            iload 6 /* dy */
            iadd
            i2d
            dastore
            astore 10 /* coords */
        start local 10 // double[] coords
        18: .line 2130
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 10 /* coords */
            iconst_0
            aload 10 /* coords */
            iconst_0
            iconst_3
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        19: .line 2132
            aload 10 /* coords */
            iconst_0
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 1 /* x */
        20: .line 2133
            aload 10 /* coords */
            iconst_1
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 2 /* y */
        21: .line 2134
            aload 10 /* coords */
            iconst_2
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 1 /* x */
            isub
            istore 3 /* w */
        22: .line 2135
            aload 10 /* coords */
            iconst_3
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 2 /* y */
            isub
            istore 4 /* h */
        23: .line 2136
            aload 10 /* coords */
            iconst_4
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 1 /* x */
            isub
            istore 5 /* dx */
        24: .line 2137
            aload 10 /* coords */
            iconst_5
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 2 /* y */
            isub
            istore 6 /* dy */
        25: .line 2140
            iload 3 /* w */
            ifge 28
        26: .line 2141
            iload 3 /* w */
            iconst_m1
            imul
            istore 3 /* w */
        27: .line 2142
            iload 1 /* x */
            iload 3 /* w */
            isub
            istore 1 /* x */
        28: .line 2144
      StackMap locals: double[]
      StackMap stack:
            iload 4 /* h */
            ifge 31
        29: .line 2145
            iload 4 /* h */
            iconst_m1
            imul
            istore 4 /* h */
        30: .line 2146
            iload 2 /* y */
            iload 4 /* h */
            isub
            istore 2 /* y */
        31: .line 2149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAblit:Lsun/java2d/loops/Blit;
            astore 11 /* ob */
        start local 11 // sun.java2d.loops.Blit ob
        32: .line 2150
            iload 6 /* dy */
            ifne 42
            iload 5 /* dx */
            ifle 42
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 42
        33: .line 2151
            goto 40
        34: .line 2152
      StackMap locals: sun.java2d.loops.Blit
      StackMap stack:
            iload 3 /* w */
            iload 5 /* dx */
            invokestatic java.lang.Math.min:(II)I
            istore 12 /* partW */
        start local 12 // int partW
        35: .line 2153
            iload 3 /* w */
            iload 12 /* partW */
            isub
            istore 3 /* w */
        36: .line 2154
            iload 1 /* x */
            iload 3 /* w */
            iadd
            istore 13 /* sx */
        start local 13 // int sx
        37: .line 2155
            aload 11 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        38: .line 2156
            iload 13 /* sx */
            iload 2 /* y */
            iload 13 /* sx */
            iload 5 /* dx */
            iadd
            iload 2 /* y */
            iload 6 /* dy */
            iadd
            iload 12 /* partW */
            iload 4 /* h */
        39: .line 2155
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        end local 13 // int sx
        end local 12 // int partW
        40: .line 2151
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            ifgt 34
        41: .line 2158
            return
        42: .line 2160
      StackMap locals:
      StackMap stack:
            iload 6 /* dy */
            ifle 52
            iload 6 /* dy */
            iload 4 /* h */
            if_icmpge 52
            iload 5 /* dx */
            iload 3 /* w */
            ineg
            if_icmple 52
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 52
        43: .line 2161
            goto 50
        44: .line 2162
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            iload 6 /* dy */
            invokestatic java.lang.Math.min:(II)I
            istore 12 /* partH */
        start local 12 // int partH
        45: .line 2163
            iload 4 /* h */
            iload 12 /* partH */
            isub
            istore 4 /* h */
        46: .line 2164
            iload 2 /* y */
            iload 4 /* h */
            iadd
            istore 13 /* sy */
        start local 13 // int sy
        47: .line 2165
            aload 11 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        48: .line 2166
            iload 1 /* x */
            iload 13 /* sy */
            iload 1 /* x */
            iload 5 /* dx */
            iadd
            iload 13 /* sy */
            iload 6 /* dy */
            iadd
            iload 3 /* w */
            iload 12 /* partH */
        49: .line 2165
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        end local 13 // int sy
        end local 12 // int partH
        50: .line 2161
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            ifgt 44
        51: .line 2168
            return
        52: .line 2170
      StackMap locals:
      StackMap stack:
            aload 11 /* 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
        53: .line 2171
            return
        end local 11 // sun.java2d.loops.Blit ob
        end local 10 // double[] coords
        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   54     0      this  Lsun/java2d/SunGraphics2D;
            0   54     1         x  I
            0   54     2         y  I
            0   54     3         w  I
            0   54     4         h  I
            0   54     5        dx  I
            0   54     6        dy  I
            3   54     7   theData  Lsun/java2d/SurfaceData;
            8   54     8      clip  Lsun/java2d/pipe/Region;
            9   54     9      comp  Ljava/awt/Composite;
           11   17    10   dsttype  Lsun/java2d/loops/SurfaceType;
           12   17    11  comptype  Lsun/java2d/loops/CompositeType;
           18   54    10    coords  [D
           32   54    11        ob  Lsun/java2d/loops/Blit;
           35   40    12     partW  I
           37   40    13        sx  I
           45   50    12     partH  I
           47   50    13        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 2234
            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 2235
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2237
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2238
            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 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 5
         9: .line 2245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2246
            aload 5
            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 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
           3     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 2251
            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 2252
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2254
            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 */
            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 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 7
         9: .line 2262
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2263
            aload 7
            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 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
           3     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 2268
            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 2269
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2271
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2272
            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 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 7
         9: .line 2279
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2280
            aload 7
            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 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
           3     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 2285
            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 2286
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2288
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2289
            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 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 5
         9: .line 2296
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2297
            aload 5
            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 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
           3     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 2302
            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 2303
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2305
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2306
            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 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
           3     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 2320
            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 2321
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2323
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2324
            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 2325
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2331
      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 2330
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2331
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2332
            aload 7
            athrow
        11: .line 2331
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2333
      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
           3     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 2338
            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 2339
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2341
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2342
            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 2343
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2349
      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 2348
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2349
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2350
            aload 7
            athrow
        11: .line 2349
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2351
      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
           3     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 2355
            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 2356
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2358
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2359
            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 2360
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2366
      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 2365
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2366
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2367
            aload 4
            athrow
        11: .line 2366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2368
      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
           3     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 2372
            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 2373
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2375
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2376
            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 2377
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2383
      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 2382
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2383
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2384
            aload 4
            athrow
        11: .line 2383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2385
      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
           3     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 2389
            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 2390
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2392
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2393
            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 2394
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2400
      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 2399
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2400
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2401
            aload 4
            athrow
        11: .line 2400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2402
      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
           3     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 2406
            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 2407
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2409
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2410
            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 2411
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2417
      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 2416
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2417
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2418
            aload 5
            athrow
        11: .line 2417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2419
      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
           3     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 2423
            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 2424
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2426
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2427
            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 2428
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2434
      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 2433
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2434
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2435
            aload 5
            athrow
        11: .line 2434
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2436
      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
           3     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 2445
            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 2446
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            ifnonnull 3
         2: .line 2447
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         3: .line 2450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         4: .line 2453
            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
         5: .line 2455
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 7
         6: .line 2456
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         7: .line 2458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            instanceof sun.java2d.loops.XORComposite
            ifeq 10
         8: .line 2459
            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
         9: .line 2460
            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
        10: .line 2462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validatePipe:()V
        11: .line 2467
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/java2d/SunGraphics2D;
            9   10     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 2472
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 5 /* c */
        start local 5 // java.awt.Composite c
         1: .line 2473
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            astore 6 /* p */
        start local 6 // java.awt.Paint p
         2: .line 2474
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.Src:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         3: .line 2475
            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 2476
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.fillRect:(IIII)V
         5: .line 2477
            aload 0 /* this */
            aload 6 /* p */
            invokevirtual sun.java2d.SunGraphics2D.setPaint:(Ljava/awt/Paint;)V
         6: .line 2478
            aload 0 /* this */
            aload 5 /* c */
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         7: .line 2479
            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    8     0  this  Lsun/java2d/SunGraphics2D;
            0    8     1     x  I
            0    8     2     y  I
            0    8     3     w  I
            0    8     4     h  I
            1    8     5     c  Ljava/awt/Composite;
            2    8     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 2497
            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 2498
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2500
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2501
            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 2502
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2508
      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 2507
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2508
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2509
            aload 2
            athrow
        11: .line 2508
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2510
      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
           3     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 2527
            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 2528
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2530
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2531
            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 2532
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2538
      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 2537
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2538
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2539
            aload 2
            athrow
        11: .line 2538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2540
      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
           3     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 2547
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2548
            iconst_1
            ireturn
         2: .line 2550
      StackMap locals:
      StackMap stack:
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            iconst_1
            if_icmpne 7
         3: .line 2551
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dstore 1 /* tx */
        start local 1 // double tx
         4: .line 2552
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dstore 3 /* ty */
        start local 3 // double ty
         5: .line 2553
            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 2555
      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 2563
            iload 0 /* p */
            iload 1 /* tileGridOffset */
            isub
            istore 0 /* p */
         1: .line 2564
            iload 0 /* p */
            ifge 3
         2: .line 2565
            iload 0 /* p */
            iconst_1
            iload 2 /* tileSize */
            isub
            iadd
            istore 0 /* p */
         3: .line 2567
      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 2583
            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 2584
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getWidth:()I
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getHeight:()I
         2: .line 2583
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         3: .line 2582
            astore 6 /* imageRect */
        start local 6 // java.awt.Rectangle imageRect
         4: .line 2586
            aconst_null
            astore 7 /* result */
        start local 7 // java.awt.Rectangle result
         5: .line 2588
            bipush 8
            newarray 7
            astore 8 /* p */
        start local 8 // double[] p
         6: .line 2589
            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 2590
            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 2591
            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 2592
            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 2595
            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 2596
            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 2600
            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 2601
            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 2603
            iconst_2
            istore 17 /* i */
        start local 17 // int i
        17: goto 30
        18: .line 2604
      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 2605
            dload 18 /* pt */
            dload 9 /* x0 */
            dcmpg
            ifge 22
        20: .line 2606
            dload 18 /* pt */
            dstore 9 /* x0 */
        21: .line 2607
            goto 24
      StackMap locals: double
      StackMap stack:
        22: dload 18 /* pt */
            dload 11 /* x1 */
            dcmpl
            ifle 24
        23: .line 2608
            dload 18 /* pt */
            dstore 11 /* x1 */
        24: .line 2610
      StackMap locals:
      StackMap stack:
            aload 8 /* p */
            iload 17 /* i */
            iinc 17 /* i */ 1
            daload
            dstore 18 /* pt */
        25: .line 2611
            dload 18 /* pt */
            dload 13 /* y0 */
            dcmpg
            ifge 28
        26: .line 2612
            dload 18 /* pt */
            dstore 13 /* y0 */
        27: .line 2613
            goto 30
      StackMap locals:
      StackMap stack:
        28: dload 18 /* pt */
            dload 15 /* y1 */
            dcmpl
            ifle 30
        29: .line 2614
            dload 18 /* pt */
            dstore 15 /* y1 */
        end local 18 // double pt
        30: .line 2603
      StackMap locals:
      StackMap stack:
            iload 17 /* i */
            bipush 8
            if_icmplt 18
        end local 17 // int i
        31: .line 2620
            dload 9 /* x0 */
            d2i
            iload 4 /* padX */
            isub
            istore 17 /* x */
        start local 17 // int x
        32: .line 2621
            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 2622
            dload 13 /* y0 */
            d2i
            iload 5 /* padY */
            isub
            istore 19 /* y */
        start local 19 // int y
        34: .line 2623
            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 2625
            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 2626
            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 2627
            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 2629
            aload 6 /* imageRect */
            astore 7 /* result */
        40: .line 2632
      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=18, 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 2656
            aload 1 /* img */
            ifnonnull 2
         1: .line 2657
            return
         2: .line 2661
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.BufferedImage
            ifeq 6
         3: .line 2662
            aload 1 /* img */
            checkcast java.awt.image.BufferedImage
            astore 3 /* bufImg */
        start local 3 // java.awt.image.BufferedImage bufImg
         4: .line 2663
            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 2664
            return
        end local 3 // java.awt.image.BufferedImage bufImg
         6: .line 2671
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         7: .line 2672
            aload 2 /* xform */
            invokestatic sun.java2d.SunGraphics2D.isIntegerTranslation:(Ljava/awt/geom/AffineTransform;)Z
            ifeq 9
         8: .line 2670
            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 2675
            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 2679
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getCompClip:()Lsun/java2d/pipe/Region;
            astore 5 /* clip */
        start local 5 // sun.java2d.pipe.Region clip
        15: .line 2680
            goto 18
        end local 5 // sun.java2d.pipe.Region clip
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.RenderedImage java.awt.geom.AffineTransform int int
      StackMap stack: sun.java2d.InvalidPipeException
        16: pop
        17: .line 2681
            return
        start local 5 // sun.java2d.pipe.Region clip
        18: .line 2686
      StackMap locals: sun.java2d.pipe.Region
      StackMap stack:
            aload 1 /* img */
        19: .line 2687
            aload 5 /* clip */
        20: .line 2688
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        21: .line 2689
            aload 2 /* xform */
        22: .line 2690
            iload 4 /* pad */
            iload 4 /* pad */
        23: .line 2686
            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 6 /* region */
        start local 6 // java.awt.Rectangle region
        24: .line 2691
            aload 6 /* region */
            getfield java.awt.Rectangle.width:I
            ifle 25
            aload 6 /* region */
            getfield java.awt.Rectangle.height:I
            ifgt 26
        25: .line 2692
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            return
        26: .line 2700
      StackMap locals:
      StackMap stack:
            iload 3 /* isIntegerTranslate */
            ifeq 32
        27: .line 2707
            aload 0 /* this */
            aload 1 /* img */
            aload 6 /* region */
        28: .line 2708
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
        29: .line 2709
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
        30: .line 2707
            invokevirtual sun.java2d.SunGraphics2D.drawTranslatedRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V
        31: .line 2710
            return
        32: .line 2714
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            aload 6 /* region */
            invokeinterface java.awt.image.RenderedImage.getData:(Ljava/awt/Rectangle;)Ljava/awt/image/Raster;
            astore 7 /* raster */
        start local 7 // java.awt.image.Raster raster
        33: .line 2720
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModel:()Ljava/awt/image/SampleModel;
        34: .line 2721
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        35: .line 2722
            aconst_null
        36: .line 2720
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        37: .line 2719
            astore 8 /* wRaster */
        start local 8 // java.awt.image.WritableRaster wRaster
        38: .line 2729
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 9 /* minX */
        start local 9 // int minX
        39: .line 2730
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 10 /* minY */
        start local 10 // int minY
        40: .line 2731
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 11 /* width */
        start local 11 // int width
        41: .line 2732
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 12 /* height */
        start local 12 // int height
        42: .line 2733
            iload 9 /* minX */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateX:()I
            isub
            istore 13 /* px */
        start local 13 // int px
        43: .line 2734
            iload 10 /* minY */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateY:()I
            isub
            istore 14 /* py */
        start local 14 // int py
        44: .line 2735
            iload 13 /* px */
            ifne 46
            iload 14 /* py */
            ifne 46
            iload 11 /* width */
            aload 8 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getWidth:()I
            if_icmpne 46
        45: .line 2736
            iload 12 /* height */
            aload 8 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            if_icmpeq 54
        46: .line 2738
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.RenderedImage java.awt.geom.AffineTransform int int sun.java2d.pipe.Region java.awt.Rectangle java.awt.image.Raster java.awt.image.WritableRaster int int int int int int
      StackMap stack:
            aload 8 /* wRaster */
            iload 13 /* px */
        47: .line 2739
            iload 14 /* py */
        48: .line 2740
            iload 11 /* width */
        49: .line 2741
            iload 12 /* height */
        50: .line 2742
            iconst_0
            iconst_0
        51: .line 2743
            aconst_null
        52: .line 2738
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
        53: .line 2737
            astore 8 /* wRaster */
        54: .line 2750
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.clone:()Ljava/lang/Object;
            checkcast java.awt.geom.AffineTransform
            astore 15 /* transXform */
        start local 15 // java.awt.geom.AffineTransform transXform
        55: .line 2751
            aload 15 /* transXform */
            iload 9 /* minX */
            i2d
            iload 10 /* minY */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        56: .line 2753
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getColorModel:()Ljava/awt/image/ColorModel;
            astore 16 /* cm */
        start local 16 // java.awt.image.ColorModel cm
        57: .line 2754
            new java.awt.image.BufferedImage
            dup
            aload 16 /* cm */
        58: .line 2755
            aload 8 /* wRaster */
        59: .line 2756
            aload 16 /* cm */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        60: .line 2757
            aconst_null
        61: .line 2754
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
            astore 17 /* bufImg */
        start local 17 // java.awt.image.BufferedImage bufImg
        62: .line 2758
            aload 0 /* this */
            aload 17 /* bufImg */
            aload 15 /* transXform */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.drawImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            pop
        63: .line 2759
            return
        end local 17 // java.awt.image.BufferedImage bufImg
        end local 16 // java.awt.image.ColorModel cm
        end local 15 // java.awt.geom.AffineTransform transXform
        end local 14 // int py
        end local 13 // int px
        end local 12 // int height
        end local 11 // int width
        end local 10 // int minY
        end local 9 // int minX
        end local 8 // java.awt.image.WritableRaster wRaster
        end local 7 // java.awt.image.Raster raster
        end local 6 // java.awt.Rectangle region
        end local 5 // sun.java2d.pipe.Region clip
        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   64     0                this  Lsun/java2d/SunGraphics2D;
            0   64     1                 img  Ljava/awt/image/RenderedImage;
            0   64     2               xform  Ljava/awt/geom/AffineTransform;
            4    6     3              bufImg  Ljava/awt/image/BufferedImage;
           11   64     3  isIntegerTranslate  Z
           14   64     4                 pad  I
           15   16     5                clip  Lsun/java2d/pipe/Region;
           18   64     5                clip  Lsun/java2d/pipe/Region;
           24   64     6              region  Ljava/awt/Rectangle;
           33   64     7              raster  Ljava/awt/image/Raster;
           38   64     8             wRaster  Ljava/awt/image/WritableRaster;
           39   64     9                minX  I
           40   64    10                minY  I
           41   64    11               width  I
           42   64    12              height  I
           43   64    13                  px  I
           44   64    14                  py  I
           55   64    15          transXform  Ljava/awt/geom/AffineTransform;
           57   64    16                  cm  Ljava/awt/image/ColorModel;
           62   64    17              bufImg  Ljava/awt/image/BufferedImage;
      Exception table:
        from    to  target  type
          14    15      16  Class sun.java2d.InvalidPipeException
    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 2767
            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 2768
            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 2769
            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 2770
            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 2771
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            iflt 5
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            ifge 8
         5: .line 2772
      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 2773
            aload 1 /* destRect */
            iconst_m1
            putfield java.awt.Rectangle.height:I
         7: .line 2774
            iconst_0
            ireturn
         8: .line 2776
      StackMap locals:
      StackMap stack:
            aload 1 /* destRect */
            iload 3 /* x1 */
            putfield java.awt.Rectangle.x:I
         9: .line 2777
            aload 1 /* destRect */
            iload 5 /* y1 */
            putfield java.awt.Rectangle.y:I
        10: .line 2778
            aload 1 /* destRect */
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
        11: .line 2779
            aload 1 /* destRect */
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 2780
            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 2794
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridXOffset:()I
            istore 5 /* tileGridXOffset */
        start local 5 // int tileGridXOffset
         1: .line 2795
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridYOffset:()I
            istore 6 /* tileGridYOffset */
        start local 6 // int tileGridYOffset
         2: .line 2796
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileWidth:()I
            istore 7 /* tileWidth */
        start local 7 // int tileWidth
         3: .line 2797
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileHeight:()I
            istore 8 /* tileHeight */
        start local 8 // int tileHeight
         4: .line 2801
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         5: .line 2800
            istore 9 /* minTileX */
        start local 9 // int minTileX
         6: .line 2803
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         7: .line 2802
            istore 10 /* minTileY */
        start local 10 // int minTileY
         8: .line 2805
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            aload 2 /* region */
            getfield java.awt.Rectangle.width:I
            iadd
            iconst_1
            isub
         9: .line 2806
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
        10: .line 2805
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        11: .line 2804
            istore 11 /* maxTileX */
        start local 11 // int maxTileX
        12: .line 2808
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            aload 2 /* region */
            getfield java.awt.Rectangle.height:I
            iadd
            iconst_1
            isub
        13: .line 2809
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
        14: .line 2808
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        15: .line 2807
            istore 12 /* maxTileY */
        start local 12 // int maxTileY
        16: .line 2812
            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 2815
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 14 /* tileRect */
        start local 14 // java.awt.Rectangle tileRect
        18: .line 2817
            iload 10 /* minTileY */
            istore 15 /* ty */
        start local 15 // int ty
        19: goto 56
        20: .line 2818
      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 2820
      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 2823
            aload 14 /* tileRect */
            iload 16 /* tx */
            iload 7 /* tileWidth */
            imul
            iload 5 /* tileGridXOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        24: .line 2824
            aload 14 /* tileRect */
            iload 15 /* ty */
            iload 8 /* tileHeight */
            imul
            iload 6 /* tileGridYOffset */
            iadd
            putfield java.awt.Rectangle.y:I
        25: .line 2825
            aload 14 /* tileRect */
            iload 7 /* tileWidth */
            putfield java.awt.Rectangle.width:I
        26: .line 2826
            aload 14 /* tileRect */
            iload 8 /* tileHeight */
            putfield java.awt.Rectangle.height:I
        27: .line 2831
            aload 0 /* this */
            aload 14 /* tileRect */
            aload 2 /* region */
            invokevirtual sun.java2d.SunGraphics2D.clipTo:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z
            pop
        28: .line 2834
            aconst_null
            astore 18 /* wRaster */
        start local 18 // java.awt.image.WritableRaster wRaster
        29: .line 2835
            aload 17 /* raster */
            instanceof java.awt.image.WritableRaster
            ifeq 32
        30: .line 2836
            aload 17 /* raster */
            checkcast java.awt.image.WritableRaster
            astore 18 /* wRaster */
        31: .line 2837
            goto 37
        32: .line 2841
      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 2842
            aload 17 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        34: .line 2843
            aconst_null
        35: .line 2841
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        36: .line 2840
            astore 18 /* wRaster */
        37: .line 2848
      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 2849
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.width:I
        39: .line 2850
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
        40: .line 2851
            iconst_0
            iconst_0
        41: .line 2852
            aconst_null
        42: .line 2848
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 18 /* wRaster */
        43: .line 2856
            new java.awt.image.BufferedImage
            dup
            aload 13 /* colorModel */
        44: .line 2857
            aload 18 /* wRaster */
        45: .line 2858
            aload 13 /* colorModel */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        46: .line 2859
            aconst_null
        47: .line 2856
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
        48: .line 2855
            astore 19 /* bufImg */
        start local 19 // java.awt.image.BufferedImage bufImg
        49: .line 2866
            aload 0 /* this */
            aload 19 /* bufImg */
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.x:I
            iload 3 /* i2uTransX */
            iadd
        50: .line 2867
            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 2868
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
            aconst_null
            aconst_null
        52: .line 2866
            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 2818
            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 2817
            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 2871
            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 2876
            aload 1 /* img */
            ifnonnull 2
         1: .line 2877
            return
         2: .line 2880
      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 2881
            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 2882
            aload 4 /* concatTransform */
            aload 3 /* pipeTransform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 2885
            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 2888
            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 2889
            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 2890
            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 2891
            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 2894
      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 2895
            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 2896
            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 2905
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2906
            aload 1 /* rect */
            areturn
         2: .line 2909
      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 2910
            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 2915
            aload 1 /* str */
            ifnonnull 2
         1: .line 2916
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2919
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 7
         3: .line 2920
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2921
            return
         5: .line 2923
      StackMap locals:
      StackMap stack:
            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
         6: .line 2924
            return
         7: .line 2928
      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
         8: .line 2929
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2931
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2932
            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
        12: .line 2933
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 19
        15: .line 2938
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2939
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2940
            aload 4
            athrow
        18: .line 2939
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2941
      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   20     0  this  Lsun/java2d/SunGraphics2D;
            0   20     1   str  Ljava/lang/String;
            0   20     2     x  I
            0   20     3     y  I
      Exception table:
        from    to  target  type
           7     8       9  Class sun.java2d.InvalidPipeException
          10    12      13  Class sun.java2d.InvalidPipeException
           7    14      15  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 2944
            aload 1 /* str */
            ifnonnull 2
         1: .line 2945
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 7
         3: .line 2949
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2950
            return
         5: .line 2952
      StackMap locals:
      StackMap stack:
            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
         6: .line 2953
            return
         7: .line 2957
      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
         8: .line 2958
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2960
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2961
            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
        12: .line 2962
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 19
        15: .line 2967
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2968
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2969
            aload 4
            athrow
        18: .line 2968
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2970
      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   20     0  this  Lsun/java2d/SunGraphics2D;
            0   20     1   str  Ljava/lang/String;
            0   20     2     x  F
            0   20     3     y  F
      Exception table:
        from    to  target  type
           7     8       9  Class sun.java2d.InvalidPipeException
          10    12      13  Class sun.java2d.InvalidPipeException
           7    14      15  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 2974
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2975
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2977
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            aload 1 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            if_icmpne 4
         3: .line 2978
            return
         4: .line 2980
      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
         5: .line 2981
            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
         6: .line 2982
            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    7     0      this  Lsun/java2d/SunGraphics2D;
            0    7     1  iterator  Ljava/text/AttributedCharacterIterator;
            0    7     2         x  I
            0    7     3         y  I
            5    7     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 2986
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2987
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2989
      StackMap locals:
      StackMap stack:
            aload 1 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getBeginIndex:()I
            aload 1 /* iterator */
            invokeinterface java.text.AttributedCharacterIterator.getEndIndex:()I
            if_icmpne 4
         3: .line 2990
            return
         4: .line 2992
      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
         5: .line 2993
            aload 4 /* tl */
            aload 0 /* this */
            fload 2 /* x */
            fload 3 /* y */
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
         6: .line 2994
            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    7     0      this  Lsun/java2d/SunGraphics2D;
            0    7     1  iterator  Ljava/text/AttributedCharacterIterator;
            0    7     2         x  F
            0    7     3         y  F
            5    7     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 2998
            aload 1 /* gv */
            ifnonnull 2
         1: .line 2999
            new java.lang.NullPointerException
            dup
            ldc "GlyphVector is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3003
      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 3004
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3006
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3007
            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 3008
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3014
      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 3013
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 3014
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3015
            aload 4
            athrow
        13: .line 3014
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3016
      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
           5     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 3020
            aload 1 /* data */
            ifnonnull 2
         1: .line 3021
            new java.lang.NullPointerException
            dup
            ldc "char data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3023
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 4
            iload 3 /* length */
            iflt 4
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            iload 3 /* length */
            if_icmplt 4
         3: .line 3024
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 5
         4: .line 3025
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 3027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 13
         6: .line 3028
            aload 1 /* data */
            arraylength
            ifne 8
         7: .line 3029
            return
         8: .line 3031
      StackMap locals:
      StackMap stack:
            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
         9: .line 3032
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
        10: .line 3031
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        11: .line 3032
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        12: .line 3033
            return
        13: .line 3037
      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
        14: .line 3038
            goto 24
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        15: pop
        16: .line 3040
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        17: .line 3041
            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
        18: .line 3042
            goto 20
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        19: pop
        20: .line 3048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 25
        21: .line 3047
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        22: .line 3048
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3049
            aload 6
            athrow
        24: .line 3048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3050
      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   26     0    this  Lsun/java2d/SunGraphics2D;
            0   26     1    data  [C
            0   26     2  offset  I
            0   26     3  length  I
            0   26     4       x  I
            0   26     5       y  I
      Exception table:
        from    to  target  type
          13    14      15  Class sun.java2d.InvalidPipeException
          16    18      19  Class sun.java2d.InvalidPipeException
          13    20      21  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 3053
            aload 1 /* data */
            ifnonnull 2
         1: .line 3054
            new java.lang.NullPointerException
            dup
            ldc "byte data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3056
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 4
            iload 3 /* length */
            iflt 4
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            iload 3 /* length */
            if_icmplt 4
         3: .line 3057
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 5
         4: .line 3058
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 3061
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 5
            astore 6 /* chData */
        start local 6 // char[] chData
         6: .line 3062
            iload 3 /* length */
            istore 7 /* i */
        start local 7 // int i
         7: goto 9
         8: .line 3063
      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
         9: .line 3062
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iinc 7 /* i */ -1
            ifgt 8
        end local 7 // int i
        10: .line 3065
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 18
        11: .line 3066
            aload 1 /* data */
            arraylength
            ifne 13
        12: .line 3067
            return
        13: .line 3069
      StackMap locals:
      StackMap stack:
            new java.awt.font.TextLayout
            dup
            new java.lang.String
            dup
            aload 6 /* chData */
            invokespecial java.lang.String.<init>:([C)V
        14: .line 3070
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
        15: .line 3069
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        16: .line 3070
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        17: .line 3071
            return
        18: .line 3075
      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
        19: .line 3076
            goto 29
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        20: pop
        21: .line 3078
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        22: .line 3079
            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
        23: .line 3080
            goto 25
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        24: pop
        25: .line 3086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 30
        26: .line 3085
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        27: .line 3086
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3087
            aload 7
            athrow
        29: .line 3086
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        30: .line 3088
      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   31     0    this  Lsun/java2d/SunGraphics2D;
            0   31     1    data  [B
            0   31     2  offset  I
            0   31     3  length  I
            0   31     4       x  I
            0   31     5       y  I
            6   31     6  chData  [C
            7   10     7       i  I
      Exception table:
        from    to  target  type
          18    19      20  Class sun.java2d.InvalidPipeException
          21    23      24  Class sun.java2d.InvalidPipeException
          18    25      26  any
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  
      x       
      y       

  private boolean isHiDPIImage(java.awt.Image);
    descriptor: (Ljava/awt/Image;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
         0: .line 3092
            aload 1 /* img */
            invokestatic sun.awt.image.SurfaceManager.getImageScale:(Ljava/awt/Image;)I
            iconst_1
            if_icmpne 4
         1: .line 3093
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
            iconst_1
            if_icmpeq 3
         2: .line 3094
            aload 1 /* img */
            instanceof sun.awt.image.MultiResolutionImage
            ifne 4
         3: .line 3092
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/java2d/SunGraphics2D;
            0    5     1   img  Ljava/awt/Image;
    MethodParameters:
      Name  Flags
      img   final

  private boolean drawHiDPIImage(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: (0x0002) ACC_PRIVATE
    Code:
      stack=13, locals=20, 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 3101
            aload 1 /* img */
            invokestatic sun.awt.image.SurfaceManager.getImageScale:(Ljava/awt/Image;)I
            iconst_1
            if_icmpeq 7
         1: .line 3102
            aload 1 /* img */
            invokestatic sun.awt.image.SurfaceManager.getImageScale:(Ljava/awt/Image;)I
            istore 12 /* scale */
        start local 12 // int scale
         2: .line 3103
            iload 6 /* sx1 */
            iload 12 /* scale */
            i2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 6 /* sx1 */
         3: .line 3104
            iload 8 /* sx2 */
            iload 12 /* scale */
            i2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 8 /* sx2 */
         4: .line 3105
            iload 7 /* sy1 */
            iload 12 /* scale */
            i2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 7 /* sy1 */
         5: .line 3106
            iload 9 /* sy2 */
            iload 12 /* scale */
            i2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 9 /* sy2 */
        end local 12 // int scale
         6: .line 3107
            goto 30
      StackMap locals:
      StackMap stack:
         7: aload 1 /* img */
            instanceof sun.awt.image.MultiResolutionImage
            ifeq 30
         8: .line 3110
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 12 /* width */
        start local 12 // int width
         9: .line 3111
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 13 /* height */
        start local 13 // int height
        10: .line 3113
            aload 0 /* this */
        11: .line 3114
            aload 1 /* img */
            checkcast sun.awt.image.MultiResolutionImage
            iload 12 /* width */
            iload 13 /* height */
        12: .line 3115
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        13: .line 3113
            invokevirtual sun.java2d.SunGraphics2D.getResolutionVariant:(Lsun/awt/image/MultiResolutionImage;IIIIIIIIII)Ljava/awt/Image;
            astore 14 /* resolutionVariant */
        start local 14 // java.awt.Image resolutionVariant
        14: .line 3117
            aload 14 /* resolutionVariant */
            aload 1 /* img */
            if_acmpeq 30
            aload 14 /* resolutionVariant */
            ifnull 30
        15: .line 3121
            aload 1 /* img */
            aload 11 /* observer */
        16: .line 3122
            iload 12 /* width */
            iload 13 /* height */
            iconst_m1
            iconst_m1
        17: .line 3121
            invokestatic sun.awt.image.MultiResolutionToolkitImage.getResolutionVariantObserver:(Ljava/awt/Image;Ljava/awt/image/ImageObserver;IIII)Ljava/awt/image/ImageObserver;
        18: .line 3120
            astore 15 /* rvObserver */
        start local 15 // java.awt.image.ImageObserver rvObserver
        19: .line 3124
            aload 14 /* resolutionVariant */
            aload 15 /* rvObserver */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 16 /* rvWidth */
        start local 16 // int rvWidth
        20: .line 3125
            aload 14 /* resolutionVariant */
            aload 15 /* rvObserver */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 17 /* rvHeight */
        start local 17 // int rvHeight
        21: .line 3127
            iload 12 /* width */
            ifle 30
            iload 13 /* height */
            ifle 30
            iload 16 /* rvWidth */
            ifle 30
            iload 17 /* rvHeight */
            ifle 30
        22: .line 3129
            iload 16 /* rvWidth */
            i2f
            iload 12 /* width */
            i2f
            fdiv
            fstore 18 /* widthScale */
        start local 18 // float widthScale
        23: .line 3130
            iload 17 /* rvHeight */
            i2f
            iload 13 /* height */
            i2f
            fdiv
            fstore 19 /* heightScale */
        start local 19 // float heightScale
        24: .line 3132
            iload 6 /* sx1 */
            fload 18 /* widthScale */
            f2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 6 /* sx1 */
        25: .line 3133
            iload 7 /* sy1 */
            fload 19 /* heightScale */
            f2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 7 /* sy1 */
        26: .line 3134
            iload 8 /* sx2 */
            fload 18 /* widthScale */
            f2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 8 /* sx2 */
        27: .line 3135
            iload 9 /* sy2 */
            fload 19 /* heightScale */
            f2d
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 9 /* sy2 */
        28: .line 3137
            aload 15 /* rvObserver */
            astore 11 /* observer */
        29: .line 3138
            aload 14 /* resolutionVariant */
            astore 1 /* img */
        end local 19 // float heightScale
        end local 18 // float widthScale
        end local 17 // int rvHeight
        end local 16 // int rvWidth
        end local 15 // java.awt.image.ImageObserver rvObserver
        end local 14 // java.awt.Image resolutionVariant
        end local 13 // int height
        end local 12 // int width
        30: .line 3144
      StackMap locals:
      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 */
            iload 6 /* sx1 */
            iload 7 /* sy1 */
        31: .line 3145
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        32: .line 3144
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        33: .line 3158
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        34: .line 3144
            iload 13
            ireturn
        35: .line 3146
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        36: .line 3148
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        37: .line 3149
            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 */
            iload 6 /* sx1 */
        38: .line 3150
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        39: .line 3149
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        40: .line 3158
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        41: .line 3149
            iload 13
            ireturn
        42: .line 3151
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        43: .line 3158
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        44: .line 3155
            iconst_0
            ireturn
        45: .line 3157
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        46: .line 3158
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        47: .line 3159
            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   48     0               this  Lsun/java2d/SunGraphics2D;
            0   48     1                img  Ljava/awt/Image;
            0   48     2                dx1  I
            0   48     3                dy1  I
            0   48     4                dx2  I
            0   48     5                dy2  I
            0   48     6                sx1  I
            0   48     7                sy1  I
            0   48     8                sx2  I
            0   48     9                sy2  I
            0   48    10            bgcolor  Ljava/awt/Color;
            0   48    11           observer  Ljava/awt/image/ImageObserver;
            2    6    12              scale  I
            9   30    12              width  I
           10   30    13             height  I
           14   30    14  resolutionVariant  Ljava/awt/Image;
           19   30    15         rvObserver  Ljava/awt/image/ImageObserver;
           20   30    16            rvWidth  I
           21   30    17           rvHeight  I
           23   30    18         widthScale  F
           24   30    19        heightScale  F
      Exception table:
        from    to  target  type
          30    33      35  Class sun.java2d.InvalidPipeException
          36    40      42  Class sun.java2d.InvalidPipeException
          30    33      45  any
          35    40      45  any
          42    43      45  any
    MethodParameters:
          Name  Flags
      img       
      dx1       
      dy1       
      dx2       
      dy2       
      sx1       
      sy1       
      sx2       
      sy2       
      bgcolor   
      observer  

  private java.awt.Image getResolutionVariant(sun.awt.image.MultiResolutionImage, int, int, int, int, int, int, int, int, int, int);
    descriptor: (Lsun/awt/image/MultiResolutionImage;IIIIIIIIII)Ljava/awt/Image;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=24, args_size=12
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // sun.awt.image.MultiResolutionImage img
        start local 2 // int srcWidth
        start local 3 // int srcHeight
        start local 4 // int dx1
        start local 5 // int dy1
        start local 6 // int dx2
        start local 7 // int dy2
        start local 8 // int sx1
        start local 9 // int sy1
        start local 10 // int sx2
        start local 11 // int sy2
         0: .line 3166
            iload 2 /* srcWidth */
            ifle 1
            iload 3 /* srcHeight */
            ifgt 2
         1: .line 3167
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 3170
      StackMap locals:
      StackMap stack:
            iload 10 /* sx2 */
            iload 8 /* sx1 */
            isub
            istore 12 /* sw */
        start local 12 // int sw
         3: .line 3171
            iload 11 /* sy2 */
            iload 9 /* sy1 */
            isub
            istore 13 /* sh */
        start local 13 // int sh
         4: .line 3173
            iload 12 /* sw */
            ifeq 5
            iload 13 /* sh */
            ifne 6
         5: .line 3174
      StackMap locals: int int
      StackMap stack:
            aconst_null
            areturn
         6: .line 3177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            istore 14 /* type */
        start local 14 // int type
         7: .line 3178
            iload 6 /* dx2 */
            iload 4 /* dx1 */
            isub
            istore 15 /* dw */
        start local 15 // int dw
         8: .line 3179
            iload 7 /* dy2 */
            iload 5 /* dy1 */
            isub
            istore 16 /* dh */
        start local 16 // int dh
         9: .line 3183
            iload 14 /* type */
            bipush -66
            iand
            ifne 13
        10: .line 3184
            iload 15 /* dw */
            i2d
            dstore 17 /* destRegionWidth */
        start local 17 // double destRegionWidth
        11: .line 3185
            iload 16 /* dh */
            i2d
            dstore 19 /* destRegionHeight */
        start local 19 // double destRegionHeight
        12: .line 3186
            goto 23
        end local 19 // double destRegionHeight
        end local 17 // double destRegionWidth
      StackMap locals: int int int
      StackMap stack:
        13: iload 14 /* type */
            bipush -72
            iand
            ifne 17
        14: .line 3187
            iload 15 /* dw */
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dmul
            dstore 17 /* destRegionWidth */
        start local 17 // double destRegionWidth
        15: .line 3188
            iload 16 /* dh */
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dmul
            dstore 19 /* destRegionHeight */
        start local 19 // double destRegionHeight
        16: .line 3189
            goto 23
        end local 19 // double destRegionHeight
        end local 17 // double destRegionWidth
        17: .line 3190
      StackMap locals:
      StackMap stack:
            iload 15 /* dw */
            i2d
        18: .line 3191
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        19: .line 3190
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 17 /* destRegionWidth */
        start local 17 // double destRegionWidth
        20: .line 3192
            iload 16 /* dh */
            i2d
        21: .line 3193
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        22: .line 3192
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 19 /* destRegionHeight */
        start local 19 // double destRegionHeight
        23: .line 3196
      StackMap locals: double double
      StackMap stack:
            iload 2 /* srcWidth */
            i2d
            dload 17 /* destRegionWidth */
            dmul
            iload 12 /* sw */
            i2d
            ddiv
            invokestatic java.lang.Math.abs:(D)D
            d2i
            istore 21 /* destImageWidth */
        start local 21 // int destImageWidth
        24: .line 3197
            iload 3 /* srcHeight */
            i2d
            dload 19 /* destRegionHeight */
            dmul
            iload 13 /* sh */
            i2d
            ddiv
            invokestatic java.lang.Math.abs:(D)D
            d2i
            istore 22 /* destImageHeight */
        start local 22 // int destImageHeight
        25: .line 3200
            aload 1 /* img */
            iload 21 /* destImageWidth */
            iload 22 /* destImageHeight */
            invokeinterface sun.awt.image.MultiResolutionImage.getResolutionVariant:(II)Ljava/awt/Image;
        26: .line 3199
            astore 23 /* resolutionVariant */
        start local 23 // java.awt.Image resolutionVariant
        27: .line 3202
            aload 23 /* resolutionVariant */
            instanceof sun.awt.image.ToolkitImage
            ifeq 30
        28: .line 3203
            aload 23 /* resolutionVariant */
            checkcast sun.awt.image.ToolkitImage
            invokevirtual sun.awt.image.ToolkitImage.hasError:()Z
            ifeq 30
        29: .line 3204
            aconst_null
            areturn
        30: .line 3207
      StackMap locals: int int java.awt.Image
      StackMap stack:
            aload 23 /* resolutionVariant */
            areturn
        end local 23 // java.awt.Image resolutionVariant
        end local 22 // int destImageHeight
        end local 21 // int destImageWidth
        end local 19 // double destRegionHeight
        end local 17 // double destRegionWidth
        end local 16 // int dh
        end local 15 // int dw
        end local 14 // int type
        end local 13 // int sh
        end local 12 // int sw
        end local 11 // int sy2
        end local 10 // int sx2
        end local 9 // int sy1
        end local 8 // int sx1
        end local 7 // int dy2
        end local 6 // int dx2
        end local 5 // int dy1
        end local 4 // int dx1
        end local 3 // int srcHeight
        end local 2 // int srcWidth
        end local 1 // sun.awt.image.MultiResolutionImage img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   31     0               this  Lsun/java2d/SunGraphics2D;
            0   31     1                img  Lsun/awt/image/MultiResolutionImage;
            0   31     2           srcWidth  I
            0   31     3          srcHeight  I
            0   31     4                dx1  I
            0   31     5                dy1  I
            0   31     6                dx2  I
            0   31     7                dy2  I
            0   31     8                sx1  I
            0   31     9                sy1  I
            0   31    10                sx2  I
            0   31    11                sy2  I
            3   31    12                 sw  I
            4   31    13                 sh  I
            7   31    14               type  I
            8   31    15                 dw  I
            9   31    16                 dh  I
           11   13    17    destRegionWidth  D
           15   17    17    destRegionWidth  D
           20   31    17    destRegionWidth  D
           12   13    19   destRegionHeight  D
           16   17    19   destRegionHeight  D
           23   31    19   destRegionHeight  D
           24   31    21     destImageWidth  I
           25   31    22    destImageHeight  I
           27   31    23  resolutionVariant  Ljava/awt/Image;
    MethodParameters:
           Name  Flags
      img        
      srcWidth   
      srcHeight  
      dx1        
      dy1        
      dx2        
      dy2        
      sx1        
      sy1        
      sx2        
      sy2        

  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 3216
            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 3231
            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 3232
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         2: .line 3231
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
         3: .line 3245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3231
            iload 11
            ireturn
         5: .line 3233
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3235
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 3236
            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 3237
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         9: .line 3236
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        10: .line 3245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3236
            iload 11
            ireturn
        12: .line 3238
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3242
            iconst_0
            ireturn
        15: .line 3244
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        16: .line 3245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3246
            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
           6    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=12, locals=12, 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 3256
            aload 1 /* img */
            ifnonnull 2
         1: .line 3257
            iconst_1
            ireturn
         2: .line 3260
      StackMap locals:
      StackMap stack:
            iload 4 /* width */
            ifeq 3
            iload 5 /* height */
            ifne 4
         3: .line 3261
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 3264
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 8 /* imgW */
        start local 8 // int imgW
         5: .line 3265
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 9 /* imgH */
        start local 9 // int imgH
         6: .line 3266
            aload 0 /* this */
            aload 1 /* img */
            invokevirtual sun.java2d.SunGraphics2D.isHiDPIImage:(Ljava/awt/Image;)Z
            ifeq 10
         7: .line 3267
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            iload 2 /* x */
            iload 4 /* width */
            iadd
            iload 3 /* y */
            iload 5 /* height */
            iadd
            iconst_0
            iconst_0
            iload 8 /* imgW */
         8: .line 3268
            iload 9 /* imgH */
            aload 6 /* bg */
            aload 7 /* observer */
         9: .line 3267
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        10: .line 3271
      StackMap locals: int int
      StackMap stack:
            iload 4 /* width */
            iload 8 /* imgW */
            if_icmpne 12
            iload 5 /* height */
            iload 9 /* imgH */
            if_icmpne 12
        11: .line 3272
            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
        12: .line 3276
      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 */
        13: .line 3277
            aload 6 /* bg */
            aload 7 /* observer */
        14: .line 3276
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        15: .line 3290
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        16: .line 3276
            iload 11
            ireturn
        17: .line 3278
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        18: .line 3280
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        19: .line 3281
            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 */
        20: .line 3282
            aload 6 /* bg */
            aload 7 /* observer */
        21: .line 3281
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        22: .line 3290
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3281
            iload 11
            ireturn
        24: .line 3283
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        25: .line 3290
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        26: .line 3287
            iconst_0
            ireturn
        27: .line 3289
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        28: .line 3290
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        29: .line 3291
            aload 10
            athrow
        end local 9 // int imgH
        end local 8 // int imgW
        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   30     0      this  Lsun/java2d/SunGraphics2D;
            0   30     1       img  Ljava/awt/Image;
            0   30     2         x  I
            0   30     3         y  I
            0   30     4     width  I
            0   30     5    height  I
            0   30     6        bg  Ljava/awt/Color;
            0   30     7  observer  Ljava/awt/image/ImageObserver;
            5   30     8      imgW  I
            6   30     9      imgH  I
      Exception table:
        from    to  target  type
          12    15      17  Class sun.java2d.InvalidPipeException
          18    22      24  Class sun.java2d.InvalidPipeException
          12    15      27  any
          17    22      27  any
          24    25      27  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 3298
            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=12, 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 3308
            aload 1 /* img */
            ifnonnull 2
         1: .line 3309
            iconst_1
            ireturn
         2: .line 3312
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            invokevirtual sun.java2d.SunGraphics2D.isHiDPIImage:(Ljava/awt/Image;)Z
            ifeq 8
         3: .line 3313
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 6 /* imgW */
        start local 6 // int imgW
         4: .line 3314
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 7 /* imgH */
        start local 7 // int imgH
         5: .line 3315
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* x */
            iload 3 /* y */
            iload 2 /* x */
            iload 6 /* imgW */
            iadd
            iload 3 /* y */
            iload 7 /* imgH */
            iadd
            iconst_0
            iconst_0
            iload 6 /* imgW */
         6: .line 3316
            iload 7 /* imgH */
            aload 4 /* bg */
            aload 5 /* observer */
         7: .line 3315
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 7 // int imgH
        end local 6 // int imgW
         8: .line 3320
      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
         9: .line 3332
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 3320
            iload 7
            ireturn
        11: .line 3321
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        12: .line 3323
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        13: .line 3324
            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
        14: .line 3332
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        15: .line 3324
            iload 7
            ireturn
        16: .line 3325
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        17: .line 3332
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        18: .line 3329
            iconst_0
            ireturn
        19: .line 3331
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        20: .line 3332
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        21: .line 3333
            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   22     0      this  Lsun/java2d/SunGraphics2D;
            0   22     1       img  Ljava/awt/Image;
            0   22     2         x  I
            0   22     3         y  I
            0   22     4        bg  Ljava/awt/Color;
            0   22     5  observer  Ljava/awt/image/ImageObserver;
            4    8     6      imgW  I
            5    8     7      imgH  I
      Exception table:
        from    to  target  type
           8     9      11  Class sun.java2d.InvalidPipeException
          12    14      16  Class sun.java2d.InvalidPipeException
           8     9      19  any
          11    14      19  any
          16    17      19  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 3344
            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 3345
            aload 10 /* observer */
         2: .line 3344
            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 3357
            aload 1 /* img */
            ifnonnull 2
         1: .line 3358
            iconst_1
            ireturn
         2: .line 3361
      StackMap locals:
      StackMap stack:
            iload 2 /* dx1 */
            iload 4 /* dx2 */
            if_icmpeq 4
            iload 3 /* dy1 */
            iload 5 /* dy2 */
            if_icmpeq 4
         3: .line 3362
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            if_icmpeq 4
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            if_icmpne 5
         4: .line 3364
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 3367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            invokevirtual sun.java2d.SunGraphics2D.isHiDPIImage:(Ljava/awt/Image;)Z
            ifeq 9
         6: .line 3368
            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 */
         7: .line 3369
            aload 10 /* bgcolor */
            aload 11 /* observer */
         8: .line 3368
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
         9: .line 3372
      StackMap locals:
      StackMap stack:
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            iload 4 /* dx2 */
            iload 2 /* dx1 */
            isub
            if_icmpne 30
        10: .line 3373
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            iload 5 /* dy2 */
            iload 3 /* dy1 */
            isub
            if_icmpne 30
        11: .line 3377
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            if_icmple 16
        12: .line 3378
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            istore 16 /* width */
        start local 16 // int width
        13: .line 3379
            iload 6 /* sx1 */
            istore 12 /* srcX */
        start local 12 // int srcX
        14: .line 3380
            iload 2 /* dx1 */
            istore 14 /* dstX */
        start local 14 // int dstX
        15: .line 3381
            goto 19
        end local 16 // int width
        end local 14 // int dstX
        end local 12 // int srcX
        16: .line 3382
      StackMap locals:
      StackMap stack:
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            isub
            istore 16 /* width */
        start local 16 // int width
        17: .line 3383
            iload 8 /* sx2 */
            istore 12 /* srcX */
        start local 12 // int srcX
        18: .line 3384
            iload 4 /* dx2 */
            istore 14 /* dstX */
        start local 14 // int dstX
        19: .line 3386
      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 24
        20: .line 3387
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            istore 17 /* height */
        start local 17 // int height
        21: .line 3388
            iload 7 /* sy1 */
            istore 13 /* srcY */
        start local 13 // int srcY
        22: .line 3389
            iload 3 /* dy1 */
            istore 15 /* dstY */
        start local 15 // int dstY
        23: .line 3390
            goto 27
        end local 17 // int height
        end local 15 // int dstY
        end local 13 // int srcY
        24: .line 3391
      StackMap locals:
      StackMap stack:
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            isub
            istore 17 /* height */
        start local 17 // int height
        25: .line 3392
            iload 9 /* sy2 */
            istore 13 /* srcY */
        start local 13 // int srcY
        26: .line 3393
            iload 5 /* dy2 */
            istore 15 /* dstY */
        start local 15 // int dstY
        27: .line 3395
      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 */
        28: .line 3396
            iload 16 /* width */
            iload 17 /* height */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        29: .line 3395
            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
        30: .line 3400
      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 */
        31: .line 3401
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        32: .line 3402
            aload 11 /* observer */
        33: .line 3400
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        34: .line 3416
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        35: .line 3400
            iload 13
            ireturn
        36: .line 3403
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        37: .line 3405
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        38: .line 3406
            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 */
        39: .line 3407
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        40: .line 3408
            aload 11 /* observer */
        41: .line 3406
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        42: .line 3416
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        43: .line 3406
            iload 13
            ireturn
        44: .line 3409
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        45: .line 3416
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        46: .line 3413
            iconst_0
            ireturn
        47: .line 3415
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        48: .line 3416
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        49: .line 3417
            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   50     0      this  Lsun/java2d/SunGraphics2D;
            0   50     1       img  Ljava/awt/Image;
            0   50     2       dx1  I
            0   50     3       dy1  I
            0   50     4       dx2  I
            0   50     5       dy2  I
            0   50     6       sx1  I
            0   50     7       sy1  I
            0   50     8       sx2  I
            0   50     9       sy2  I
            0   50    10   bgcolor  Ljava/awt/Color;
            0   50    11  observer  Ljava/awt/image/ImageObserver;
           14   16    12      srcX  I
           18   30    12      srcX  I
           22   24    13      srcY  I
           26   30    13      srcY  I
           15   16    14      dstX  I
           19   30    14      dstX  I
           23   24    15      dstY  I
           27   30    15      dstY  I
           13   16    16     width  I
           17   30    16     width  I
           21   24    17    height  I
           25   30    17    height  I
      Exception table:
        from    to  target  type
          30    34      36  Class sun.java2d.InvalidPipeException
          37    42      44  Class sun.java2d.InvalidPipeException
          30    34      47  any
          36    42      47  any
          44    45      47  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=12, locals=8, 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 3442
            aload 1 /* img */
            ifnonnull 2
         1: .line 3443
            iconst_1
            ireturn
         2: .line 3446
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            ifnull 3
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 4
         3: .line 3447
      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 3450
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            invokevirtual sun.java2d.SunGraphics2D.isHiDPIImage:(Ljava/awt/Image;)Z
            ifeq 15
         5: .line 3451
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 4 /* w */
        start local 4 // int w
         6: .line 3452
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 5 /* h */
        start local 5 // int h
         7: .line 3453
            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
            astore 6 /* tx */
        start local 6 // java.awt.geom.AffineTransform tx
         8: .line 3454
            aload 0 /* this */
            aload 2 /* xform */
            invokevirtual sun.java2d.SunGraphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
         9: .line 3455
            aload 0 /* this */
            aload 1 /* img */
            iconst_0
            iconst_0
            iload 4 /* w */
            iload 5 /* h */
            iconst_0
            iconst_0
            iload 4 /* w */
            iload 5 /* h */
            aconst_null
        10: .line 3456
            aload 3 /* observer */
        11: .line 3455
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 7 /* result */
        start local 7 // boolean result
        12: .line 3457
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 6 /* tx */
            invokevirtual java.awt.geom.AffineTransform.setTransform:(Ljava/awt/geom/AffineTransform;)V
        13: .line 3458
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        14: .line 3459
            iload 7 /* result */
            ireturn
        end local 7 // boolean result
        end local 6 // java.awt.geom.AffineTransform tx
        end local 5 // int h
        end local 4 // int w
        15: .line 3463
      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
        16: .line 3475
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3463
            iload 5
            ireturn
        18: .line 3464
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        19: .line 3466
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        20: .line 3467
            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
        21: .line 3475
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        22: .line 3467
            iload 5
            ireturn
        23: .line 3468
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        24: .line 3475
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3472
            iconst_0
            ireturn
        26: .line 3474
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        27: .line 3475
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3476
            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   29     0      this  Lsun/java2d/SunGraphics2D;
            0   29     1       img  Ljava/awt/Image;
            0   29     2     xform  Ljava/awt/geom/AffineTransform;
            0   29     3  observer  Ljava/awt/image/ImageObserver;
            6   15     4         w  I
            7   15     5         h  I
            8   15     6        tx  Ljava/awt/geom/AffineTransform;
           12   15     7    result  Z
      Exception table:
        from    to  target  type
          15    16      18  Class sun.java2d.InvalidPipeException
          19    21      23  Class sun.java2d.InvalidPipeException
          15    16      26  any
          18    21      26  any
          23    24      26  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 3484
            aload 1 /* bImg */
            ifnonnull 2
         1: .line 3485
            return
         2: .line 3489
      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 3490
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3492
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3493
            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 3494
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3500
      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 3499
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 3500
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3501
            aload 5
            athrow
        13: .line 3500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3502
      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
           5     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 3509
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
            ifnonnull 23
         1: .line 3510
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 1 /* aahint */
        start local 1 // int aahint
         2: .line 3511
            iload 1 /* aahint */
            ifne 5
         3: .line 3512
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 5
         4: .line 3513
            iconst_2
            istore 1 /* aahint */
         5: .line 3516
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* tx */
        start local 2 // java.awt.geom.AffineTransform tx
         6: .line 3517
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 17
         7: .line 3518
            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 3519
            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 3520
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 2 /* tx */
        10: .line 3521
            goto 17
        11: .line 3522
      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 3523
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        13: .line 3524
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
        14: .line 3525
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        15: .line 3526
            dconst_0
            dconst_0
        16: .line 3522
            invokespecial java.awt.geom.AffineTransform.<init>:(DDDDDD)V
            astore 2 /* tx */
        17: .line 3529
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.font.FontRenderContext
            dup
            aload 2 /* tx */
        18: .line 3530
            iconst_2
            iload 1 /* aahint */
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        19: .line 3531
            iconst_3
        20: .line 3532
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 3531
            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 3529
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // int aahint
        23: .line 3534
      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 3548
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         1: .line 3549
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         2: .line 3550
            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 3565
            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 3573
            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 3583
            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