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 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 final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 114
            ldc Lsun/java2d/SunGraphics2D;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
         3: .line 211
            new java.awt.BasicStroke
            dup
            invokespecial java.awt.BasicStroke.<init>:()V
            putstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
         4: .line 212
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            putstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
         5: .line 214
            new java.awt.Font
            dup
            ldc "Dialog"
            iconst_0
            bipush 12
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
         6: .line 213
            putstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
         7: .line 229
            sipush 140
            putstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
         8: .line 261
            invokestatic sun.awt.util.PerformanceLogger.loggingEnabled:()Z
            ifeq 10
         9: .line 262
            ldc "SunGraphics2D static initialization"
            invokestatic sun.awt.util.PerformanceLogger.setTime:(Ljava/lang/String;)I
            pop
        10: .line 421
      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;
        11: .line 572
            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
        12: .line 574
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
        13: .line 573
            putstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
        14: .line 578
            bipush 17
            anewarray double[]
            putstatic sun.java2d.SunGraphics2D.textTxArr:[[D
        15: .line 580
            bipush 17
            anewarray java.awt.geom.AffineTransform
        16: .line 579
            putstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
        17: .line 583
            bipush 8
            istore 0 /* i */
        start local 0 // int i
        18: goto 22
        19: .line 584
      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
        20: .line 585
            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
        21: .line 583
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 0 /* i */
            bipush 17
            if_icmplt 19
        end local 0 // int i
        23: .line 1038
            invokestatic sun.java2d.pipe.RenderingEngine.getInstance:()Lsun/java2d/pipe/RenderingEngine;
            invokevirtual sun.java2d.pipe.RenderingEngine.getMinimumAAPenSize:()F
            f2d
        24: .line 1037
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
        25: .line 1040
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dmul
        26: .line 1039
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAASquared:D
        27: .line 1932
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
           18   23     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=2, 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 266
            aload 0 /* this */
            invokespecial java.awt.Graphics2D.<init>:()V
         1: .line 267
            aload 0 /* this */
            aload 1 /* sd */
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         2: .line 268
            aload 0 /* this */
            aload 2 /* fg */
            putfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
         3: .line 269
            aload 0 /* this */
            aload 3 /* bg */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         4: .line 270
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         5: .line 271
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
         6: .line 272
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         7: .line 274
            aload 0 /* this */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
         8: .line 276
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         9: .line 277
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        10: .line 278
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        11: .line 279
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        12: .line 280
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        13: .line 281
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        14: .line 282
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        15: .line 283
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        16: .line 285
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        17: .line 287
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getDefaultTransform:()Ljava/awt/geom/AffineTransform;
            putfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        18: .line 288
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifne 20
        19: .line 289
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        20: .line 292
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.SurfaceData java.awt.Color java.awt.Color java.awt.Font
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        21: .line 294
            aload 0 /* this */
            aload 4 /* f */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        22: .line 295
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 24
        23: .line 296
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        24: .line 299
      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
        25: .line 300
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 301
            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   27     0  this  Lsun/java2d/SunGraphics2D;
            0   27     1    sd  Lsun/java2d/SurfaceData;
            0   27     2    fg  Ljava/awt/Color;
            0   27     3    bg  Ljava/awt/Color;
            0   27     4     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      sd    
      fg    
      bg    
      f     

  private java.awt.geom.AffineTransform getDefaultTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 304
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getDeviceConfiguration:()Ljava/awt/GraphicsConfiguration;
            astore 1 /* gc */
        start local 1 // java.awt.GraphicsConfiguration gc
         1: .line 305
            aload 1 /* gc */
            ifnonnull 2
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
            goto 3
      StackMap locals: java.awt.GraphicsConfiguration
      StackMap stack:
         2: aload 1 /* gc */
            invokevirtual java.awt.GraphicsConfiguration.getDefaultTransform:()Ljava/awt/geom/AffineTransform;
      StackMap locals:
      StackMap stack: java.awt.geom.AffineTransform
         3: areturn
        end local 1 // java.awt.GraphicsConfiguration gc
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/java2d/SunGraphics2D;
            1    4     1    gc  Ljava/awt/GraphicsConfiguration;

  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 310
            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 311
            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 312
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 4
         3: .line 313
            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 321
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 9
         5: .line 322
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifeq 8
         6: .line 323
            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 324
            goto 9
         8: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         9: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 14
        10: .line 329
            aload 1 /* g */
        11: .line 330
            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 329
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        13: .line 331
            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 334
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
        15: areturn
        end local 1 // sun.java2d.SunGraphics2D g
        16: .line 335
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack: java.lang.CloneNotSupportedException
            pop
        17: .line 337
            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 344
            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 348
            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 349
            aload 5 /* c */
            ifnonnull 4
         2: .line 350
            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 351
            goto 5
         4: .line 352
      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 354
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         6: .line 355
            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 358
            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 359
            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 365
            iload 1 /* x */
            iload 2 /* y */
            ior
            ifeq 2
         1: .line 366
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.java2d.SunGraphics2D.translate:(II)V
         2: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmple 5
         3: .line 369
            aload 0 /* this */
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.clipRect:(IIII)V
         4: .line 370
            return
         5: .line 373
      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 374
            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 375
            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 376
            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 377
            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 378
            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 380
            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 381
            aload 10 /* c */
            ifnonnull 15
        13: .line 382
            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 383
            goto 16
        15: .line 384
      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 386
      StackMap locals:
      StackMap stack:
            aload 5 /* region */
            ifnull 20
        17: .line 387
            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 388
            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 389
            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 392
      StackMap locals:
      StackMap stack:
            aload 10 /* c */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            if_acmpne 22
        21: .line 394
            return
        22: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* c */
            putfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
        23: .line 398
            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 399
            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 400
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
        26: .line 402
      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 418
            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 419
            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 427
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
         1: .line 428
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
         2: .line 429
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
         3: .line 430
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
         4: .line 431
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
         5: .line 432
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.loops:Lsun/java2d/loops/RenderLoops;
         6: .line 433
            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 443
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.isValid:()Z
            ifne 2
         1: .line 444
            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 447
      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 448
            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 458
            aload 1 /* s1 */
            instanceof java.awt.Rectangle
            ifeq 2
            aload 2 /* s2 */
            instanceof java.awt.Rectangle
            ifeq 2
         1: .line 459
            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 461
      StackMap locals:
      StackMap stack:
            aload 1 /* s1 */
            instanceof java.awt.geom.Rectangle2D
            ifeq 4
         3: .line 462
            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 463
      StackMap locals:
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Rectangle2D
            ifeq 6
         5: .line 464
            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 466
      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 478
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 21
         1: .line 479
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 5 /* r2 */
        start local 5 // java.awt.geom.Rectangle2D r2
         2: .line 481
            iload 3 /* keep1 */
            ifne 5
         3: .line 482
            aload 1 /* r */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         4: .line 483
            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 484
            aload 5 /* r2 */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         7: .line 485
            goto 9
        end local 6 // java.awt.geom.Rectangle2D outrect
         8: .line 486
      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 488
      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 489
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        11: .line 490
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        12: .line 489
            invokestatic java.lang.Math.min:(DD)D
            dstore 9 /* x2 */
        start local 9 // double x2
        13: .line 491
            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 492
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        15: .line 493
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        16: .line 492
            invokestatic java.lang.Math.min:(DD)D
            dstore 13 /* y2 */
        start local 13 // double y2
        17: .line 495
            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 497
      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 499
      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 500
      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 502
      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 503
            iload 4 /* keep2 */
            ifeq 24
        23: .line 504
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 2 /* s */
        24: .line 506
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            areturn
        25: .line 508
      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 512
            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 529
            iload 3 /* keep1 */
            ifne 3
            aload 1 /* s1 */
            instanceof java.awt.geom.Area
            ifeq 3
         1: .line 530
            aload 1 /* s1 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         2: .line 531
            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 532
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         5: .line 533
            aload 1 /* s1 */
            astore 2 /* s2 */
         6: .line 534
            goto 8
        end local 5 // java.awt.geom.Area a1
         7: .line 535
      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 538
      StackMap locals: java.awt.geom.Area
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Area
            ifeq 11
         9: .line 539
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 6 /* a2 */
        start local 6 // java.awt.geom.Area a2
        10: .line 540
            goto 12
        end local 6 // java.awt.geom.Area a2
        11: .line 541
      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 544
      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 545
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.isRectangular:()Z
            ifeq 15
        14: .line 546
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.getBounds:()Ljava/awt/Rectangle;
            areturn
        15: .line 549
      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 557
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.isValid:()Z
            ifne 2
         1: .line 559
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         2: .line 562
      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 566
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 2
         1: .line 567
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
         2: .line 569
      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 596
            aload 1 /* info */
            ifnonnull 2
         1: .line 597
            new sun.java2d.loops.FontInfo
            dup
            invokespecial sun.java2d.loops.FontInfo.<init>:()V
            astore 1 /* info */
         2: .line 600
      StackMap locals:
      StackMap stack:
            aload 2 /* font */
            invokevirtual java.awt.Font.getSize2D:()F
            fstore 4 /* ptSize */
        start local 4 // float ptSize
         3: .line 602
            aconst_null
            astore 6 /* textAt */
        start local 6 // java.awt.geom.AffineTransform textAt
         4: .line 603
            aload 2 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifeq 25
         5: .line 604
            aload 2 /* font */
            invokevirtual java.awt.Font.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 6 /* textAt */
         6: .line 605
            aload 6 /* textAt */
            fload 4 /* ptSize */
            f2d
            fload 4 /* ptSize */
            f2d
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
         7: .line 606
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            pop
         8: .line 607
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originX:F
         9: .line 608
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originY:F
        10: .line 609
            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 610
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 16
        12: .line 611
            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 612
            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 613
            aload 6 /* textAt */
            aload 5 /* devAt */
            invokevirtual java.awt.geom.AffineTransform.preConcatenate:(Ljava/awt/geom/AffineTransform;)V
        15: .line 614
            goto 18
        end local 5 // java.awt.geom.AffineTransform devAt
        16: .line 615
      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 616
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        18: .line 618
      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 619
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        20: .line 620
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        21: .line 621
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 23
        22: .line 622
            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 624
      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 625
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        25: .line 627
      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 628
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 42
        27: .line 629
            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 630
            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 631
            aload 1 /* info */
            iconst_4
            newarray 7
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        30: .line 632
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 34
        32: .line 633
      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 632
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 7 /* i */
            iconst_4
            if_icmplt 32
        end local 7 // int i
        35: .line 635
            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 636
            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 637
            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 638
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 40
        39: .line 639
            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 641
      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 642
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        42: .line 651
      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 652
            fload 4 /* ptSize */
            iload 7 /* pszInt */
            i2f
            fcmpl
            ifne 49
        44: .line 653
            iload 7 /* pszInt */
            bipush 8
            if_icmplt 49
            iload 7 /* pszInt */
            bipush 17
            if_icmpge 49
        45: .line 654
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 7 /* pszInt */
            aaload
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        46: .line 655
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 7 /* pszInt */
            aaload
            astore 6 /* textAt */
        47: .line 656
            aload 1 /* info */
            iload 7 /* pszInt */
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        48: .line 657
            goto 50
        49: .line 658
      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 660
      StackMap locals:
      StackMap stack:
            aload 6 /* textAt */
            ifnonnull 53
        51: .line 661
            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 662
            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 665
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        54: .line 666
            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 670
      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 672
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
            istore 7 /* fmhint */
        start local 7 // int fmhint
        57: .line 673
            iload 7 /* fmhint */
            ifne 59
        58: .line 674
            iconst_1
            istore 7 /* fmhint */
        59: .line 676
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdSubPixPos:Z
        60: .line 701
            aload 3 /* frc */
            ifnonnull 63
        61: .line 702
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 8 /* aahint */
        start local 8 // int aahint
        62: .line 703
            goto 64
        end local 8 // int aahint
        63: .line 704
      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 706
      StackMap locals: int
      StackMap stack:
            iload 8 /* aahint */
            ifne 70
        65: .line 707
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 68
        66: .line 708
            iconst_2
            istore 8 /* aahint */
        67: .line 709
            goto 93
        68: .line 710
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        69: .line 712
            goto 93
        70: .line 719
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            iconst_3
            if_icmpne 76
        71: .line 720
            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 721
            iconst_2
            istore 8 /* aahint */
        73: .line 722
            goto 93
        74: .line 723
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        75: .line 725
            goto 93
      StackMap locals:
      StackMap stack:
        76: iload 8 /* aahint */
            iconst_4
            if_icmplt 93
        77: .line 742
            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 747
            iconst_2
            istore 8 /* aahint */
        79: .line 748
            goto 93
        80: .line 749
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_1
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        81: .line 757
            iload 8 /* aahint */
            iconst_5
            if_icmpne 85
        82: .line 758
            iconst_4
            istore 8 /* aahint */
        83: .line 759
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        84: .line 760
            goto 88
        85: .line 761
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            bipush 7
            if_icmpne 88
        86: .line 762
            bipush 6
            istore 8 /* aahint */
        87: .line 763
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        88: .line 768
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
        89: .line 769
            iload 7 /* fmhint */
            iconst_2
            if_icmpne 91
        90: .line 770
            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 768
      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 774
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iload 8 /* aahint */
            putfield sun.java2d.loops.FontInfo.aaHint:I
        94: .line 775
            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 776
            iload 8 /* aahint */
            iload 7 /* fmhint */
        96: .line 775
            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 777
            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 781
            aload 0 /* mtx */
            iconst_0
            daload
            aload 0 /* mtx */
            iconst_3
            daload
            dcmpl
            ifne 5
         1: .line 782
            aload 0 /* mtx */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 5
         2: .line 783
            aload 0 /* mtx */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 5
         3: .line 784
            aload 0 /* mtx */
            iconst_0
            daload
            dconst_0
            dcmpl
            ifle 5
         4: .line 786
            iconst_0
            ireturn
         5: .line 789
      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 798
            aload 1 /* font */
            ifnull 14
            aload 1 /* font */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            if_acmpeq 14
         1: .line 813
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            iconst_3
            if_icmpne 11
         2: .line 814
            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 815
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 10
         4: .line 816
            aload 1 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifne 10
         5: .line 817
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 10
         6: .line 818
            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 819
      StackMap locals:
      StackMap stack: int
            aload 1 /* font */
            invokestatic sun.font.FontUtilities.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
         9: .line 820
            aload 1 /* font */
            invokevirtual java.awt.Font.getSize:()I
            invokevirtual sun.font.Font2D.useAAForPtSize:(I)Z
            if_icmpeq 11
        10: .line 821
      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 823
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        12: .line 824
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        13: .line 825
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        14: .line 827
      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 830
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifne 3
         1: .line 831
            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 832
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
         3: .line 834
      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 839
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 4
         1: .line 840
            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 841
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            aload 2 /* frc */
            if_acmpne 4
         3: .line 842
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            areturn
         4: .line 844
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* frc */
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
         5: .line 845
            aload 0 /* this */
         6: .line 846
            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 845
            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 851
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            ifnull 2
         1: .line 852
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 855
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 856
            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 855
            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 860
            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 861
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 864
      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 863
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         4: .line 866
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 1 /* font */
            if_acmpne 6
         5: .line 867
            aload 0 /* this */
            aload 2 /* fm */
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
         6: .line 869
      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 890
            iload 3 /* onStroke */
            ifeq 2
         1: .line 891
            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 894
      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 895
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifeq 6
         4: .line 896
            new java.awt.Rectangle
            dup
            aload 1 /* rect */
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 1 /* rect */
         5: .line 897
            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 900
      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 907
            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 914
            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 sun.java2d.SurfaceData getSurfaceData();
    descriptor: ()Lsun/java2d/SurfaceData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 922
            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 936
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            aload 1 /* comp */
            if_acmpne 2
         1: .line 937
            return
         2: .line 941
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            instanceof java.awt.AlphaComposite
            ifeq 24
         3: .line 942
            aload 1 /* comp */
            checkcast java.awt.AlphaComposite
            astore 4 /* alphacomp */
        start local 4 // java.awt.AlphaComposite alphacomp
         4: .line 943
            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 944
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 13
         6: .line 945
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifeq 9
         7: .line 946
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmple 11
         8: .line 947
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         9: .line 949
      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 950
            goto 33
        end local 2 // int newCompState
        11: .line 951
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        start local 2 // int newCompState
        12: .line 953
            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 954
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Src:Lsun/java2d/loops/CompositeType;
            if_acmpeq 16
        15: .line 955
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Clear:Lsun/java2d/loops/CompositeType;
            if_acmpne 18
        16: .line 957
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        17: .line 958
            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 959
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcIn:Lsun/java2d/loops/CompositeType;
            if_acmpne 22
        20: .line 961
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        21: .line 962
            goto 33
        end local 2 // int newCompState
        22: .line 963
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        end local 4 // java.awt.AlphaComposite alphacomp
        start local 2 // int newCompState
        23: .line 965
            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 966
            iconst_2
            istore 2 /* newCompState */
        start local 2 // int newCompState
        26: .line 967
            getstatic sun.java2d.loops.CompositeType.Xor:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        27: .line 968
            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 969
            new java.lang.IllegalArgumentException
            dup
            ldc "null Composite"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 971
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.checkCustomComposite:()V
        31: .line 972
            iconst_3
            istore 2 /* newCompState */
        start local 2 // int newCompState
        32: .line 973
            getstatic sun.java2d.loops.CompositeType.General:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        33: .line 975
      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 976
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            aload 3 /* newCompType */
            if_acmpeq 39
        35: .line 978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newCompState */
            putfield sun.java2d.SunGraphics2D.compositeState:I
        36: .line 979
            aload 0 /* this */
            aload 3 /* newCompType */
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
        37: .line 980
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        38: .line 981
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        39: .line 983
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
        40: .line 984
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 42
        41: .line 985
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        42: .line 987
      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 998
            aload 1 /* paint */
            instanceof java.awt.Color
            ifeq 3
         1: .line 999
            aload 0 /* this */
            aload 1 /* paint */
            checkcast java.awt.Color
            invokevirtual sun.java2d.SunGraphics2D.setColor:(Ljava/awt/Color;)V
         2: .line 1000
            return
         3: .line 1002
      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 1003
      StackMap locals:
      StackMap stack:
            return
         5: .line 1005
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* paint */
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         6: .line 1006
            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 1008
            aload 1 /* paint */
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         8: .line 1009
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifeq 13
         9: .line 1010
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1012
            goto 13
        11: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifne 13
        12: .line 1014
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        13: .line 1018
      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 1019
            aload 2 /* paintClass */
            ldc Ljava/awt/GradientPaint;
            if_acmpne 17
        15: .line 1020
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.paintState:I
        16: .line 1021
            goto 27
      StackMap locals: java.lang.Class
      StackMap stack:
        17: aload 2 /* paintClass */
            ldc Ljava/awt/LinearGradientPaint;
            if_acmpne 20
        18: .line 1022
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.paintState:I
        19: .line 1023
            goto 27
      StackMap locals:
      StackMap stack:
        20: aload 2 /* paintClass */
            ldc Ljava/awt/RadialGradientPaint;
            if_acmpne 23
        21: .line 1024
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.paintState:I
        22: .line 1025
            goto 27
      StackMap locals:
      StackMap stack:
        23: aload 2 /* paintClass */
            ldc Ljava/awt/TexturePaint;
            if_acmpne 26
        24: .line 1026
            aload 0 /* this */
            iconst_5
            putfield sun.java2d.SunGraphics2D.paintState:I
        25: .line 1027
            goto 27
        26: .line 1028
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield sun.java2d.SunGraphics2D.paintState:I
        27: .line 1030
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        28: .line 1031
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        29: .line 1032
            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 1049
            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 1050
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
         4: .line 1051
            iload 2 /* aa */
            ifeq 13
         5: .line 1052
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            f2d
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dcmpg
            ifgt 11
         6: .line 1053
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 9
         7: .line 1054
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1055
            goto 48
         9: .line 1056
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        10: .line 1058
            goto 48
        11: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        12: .line 1061
            goto 48
        13: .line 1062
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpne 16
        14: .line 1063
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        15: .line 1064
            goto 48
      StackMap locals:
      StackMap stack:
        16: aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            fconst_1
            fcmpg
            ifgt 22
        17: .line 1065
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 20
        18: .line 1066
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        19: .line 1067
            goto 48
        20: .line 1068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        21: .line 1070
            goto 48
        22: .line 1071
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        23: .line 1074
            goto 48
        24: .line 1076
      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 1078
            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 1079
            goto 36
        end local 3 // double widthsquared
        27: .line 1081
      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 1082
            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 1083
            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 1084
            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 1100
            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 1101
            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 1102
            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 1126
            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 1129
            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 1131
      StackMap locals: double
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpeq 38
        37: .line 1132
            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 1134
      StackMap locals:
      StackMap stack:
            dload 3 /* widthsquared */
        39: .line 1135
            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 1137
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 45
        43: .line 1138
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        44: .line 1139
            goto 48
        45: .line 1140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        46: .line 1142
            goto 48
        47: .line 1143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        end local 3 // double widthsquared
        48: .line 1146
      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 1155
            aload 1 /* s */
            ifnonnull 2
         1: .line 1156
            new java.lang.IllegalArgumentException
            dup
            ldc "null Stroke"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            istore 2 /* saveStrokeState */
        start local 2 // int saveStrokeState
         3: .line 1159
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         4: .line 1160
            aload 1 /* s */
            instanceof java.awt.BasicStroke
            ifeq 7
         5: .line 1161
            aload 0 /* this */
            aload 1 /* s */
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
         6: .line 1162
            goto 8
         7: .line 1163
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iload 2 /* saveStrokeState */
            if_icmpeq 10
         9: .line 1166
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        10: .line 1168
      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 1187
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints$Key.isCompatibleValue:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 1188
            new java.lang.IllegalArgumentException
            dup
         2: .line 1189
            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 1188
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1191
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifeq 86
         5: .line 1193
            iconst_0
            istore 4 /* textStateChanged */
        start local 4 // boolean textStateChanged
         6: .line 1194
            iconst_1
            istore 5 /* recognized */
        start local 5 // boolean recognized
         7: .line 1195
            aload 1 /* hintKey */
            checkcast sun.awt.SunHints$Key
            astore 6 /* sunKey */
        start local 6 // sun.awt.SunHints$Key sunKey
         8: .line 1197
            aload 6 /* sunKey */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpne 11
         9: .line 1198
            aload 2 /* hintValue */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* newHint */
        start local 7 // int newHint
        10: .line 1199
            goto 12
        end local 7 // int newHint
        11: .line 1200
      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 1202
      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 1204
      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 1205
            iload 3 /* stateChanged */
            ifeq 75
        17: .line 1206
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.renderHint:I
        18: .line 1207
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            iconst_m1
            if_icmpne 75
        19: .line 1208
            aload 0 /* this */
        20: .line 1209
            iload 7 /* newHint */
            iconst_2
            if_icmpne 22
        21: .line 1210
            iconst_2
            goto 23
        22: .line 1211
      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 1208
      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 1214
            goto 75
        end local 3 // boolean stateChanged
        25: .line 1216
      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 1217
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        29: .line 1218
            iload 3 /* stateChanged */
            ifeq 75
        30: .line 1220
            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 1219
      StackMap locals:
      StackMap stack: int
            istore 4 /* textStateChanged */
        33: .line 1222
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 75
        34: .line 1223
            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 1226
            goto 75
        end local 3 // boolean stateChanged
        36: .line 1228
      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 1229
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        40: .line 1230
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        41: .line 1231
            goto 75
        end local 3 // boolean stateChanged
        42: .line 1233
      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 1234
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        46: .line 1235
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        47: .line 1236
            goto 75
        end local 3 // boolean stateChanged
        48: .line 1238
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        49: .line 1240
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        50: .line 1241
            goto 75
        end local 3 // boolean stateChanged
        51: .line 1243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        52: .line 1244
            iload 7 /* newHint */
            tableswitch { // 0 - 2
                    0: 57
                    1: 55
                    2: 53
              default: 57
          }
        53: .line 1246
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 7 /* newHint */
        54: .line 1247
            goto 58
        55: .line 1249
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* newHint */
        56: .line 1250
            goto 58
        57: .line 1253
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* newHint */
        58: .line 1256
      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 1257
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        62: .line 1258
            goto 75
        end local 3 // boolean stateChanged
        63: .line 1260
      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 1261
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        67: .line 1262
            goto 75
        end local 3 // boolean stateChanged
        68: .line 1264
      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 1265
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        72: .line 1266
            goto 75
        end local 3 // boolean stateChanged
        73: .line 1268
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* recognized */
        74: .line 1269
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        75: .line 1272
      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 1273
            iload 3 /* stateChanged */
            ifeq 83
        77: .line 1274
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        78: .line 1275
            iload 4 /* textStateChanged */
            ifeq 83
        79: .line 1276
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        80: .line 1277
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        81: .line 1278
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        82: .line 1279
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        83: .line 1282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 85
        84: .line 1283
            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 1285
      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 1289
      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 1290
            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 1292
      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 1293
            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=2, locals=3, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.RenderingHints$Key hintKey
         0: .line 1305
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 2
         1: .line 1306
            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 1308
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifne 4
         3: .line 1309
            aconst_null
            areturn
         4: .line 1311
      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 1312
            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 1314
      StackMap locals: int
      StackMap stack:
            iconst_0
         7: .line 1315
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         8: .line 1314
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
         9: .line 1317
      StackMap locals:
      StackMap stack:
            iconst_1
        10: .line 1318
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1317
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        12: .line 1320
      StackMap locals:
      StackMap stack:
            iconst_2
        13: .line 1321
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1320
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        15: .line 1323
      StackMap locals:
      StackMap stack:
            iconst_3
        16: .line 1324
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        17: .line 1323
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        18: .line 1326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        19: .line 1328
      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 1330
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            areturn
        21: .line 1332
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            areturn
        22: .line 1334
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            areturn
        23: .line 1336
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        24: .line 1338
      StackMap locals:
      StackMap stack:
            bipush 8
        25: .line 1339
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        26: .line 1338
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        27: .line 1341
      StackMap locals:
      StackMap stack:
            bipush 9
        28: .line 1342
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        29: .line 1341
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        30: .line 1344
      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 1355
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         1: .line 1356
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         2: .line 1357
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
         3: .line 1358
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
         4: .line 1359
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
         5: .line 1360
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
         6: .line 1361
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
         7: .line 1362
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
         8: .line 1363
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         9: .line 1364
            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 1365
            goto 22
        11: .line 1366
      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 1367
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        13: .line 1368
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        14: .line 1369
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        15: .line 1370
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        16: .line 1371
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 19
        17: .line 1372
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        18: .line 1373
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 21
        19: .line 1375
      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 1376
            goto 22
        21: .line 1377
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        22: .line 1365
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        23: .line 1380
            iload 2 /* customHintPresent */
            ifeq 25
        24: .line 1381
            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 1383
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 1384
            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 1394
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         1: .line 1395
            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 1396
            goto 14
         3: .line 1397
      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 1398
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         5: .line 1399
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         6: .line 1400
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         7: .line 1401
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         8: .line 1402
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 11
         9: .line 1403
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 11
        10: .line 1404
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 13
        11: .line 1406
      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 1407
            goto 14
        13: .line 1408
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        14: .line 1396
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        15: .line 1411
            iload 2 /* customHintPresent */
            ifeq 20
        16: .line 1412
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 19
        17: .line 1413
            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 1414
            goto 20
        19: .line 1415
      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 1418
      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 1427
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 2
         1: .line 1428
            aload 0 /* this */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            areturn
         2: .line 1430
      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 1435
            new java.awt.RenderingHints
            dup
            aconst_null
            invokespecial java.awt.RenderingHints.<init>:(Ljava/util/Map;)V
            astore 2 /* model */
        start local 2 // java.awt.RenderingHints model
         1: .line 1436
            aload 1 /* hints */
            ifnull 3
         2: .line 1437
            aload 2 /* model */
            aload 1 /* hints */
            invokevirtual java.awt.RenderingHints.putAll:(Ljava/util/Map;)V
         3: .line 1439
      StackMap locals: java.awt.RenderingHints
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
         4: .line 1440
            iconst_0
         5: .line 1441
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         6: .line 1440
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
         7: .line 1439
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 1442
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
         9: .line 1443
            iconst_1
        10: .line 1444
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1443
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        12: .line 1442
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 1445
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
        14: .line 1446
            iconst_2
        15: .line 1447
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        16: .line 1446
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        17: .line 1445
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 1448
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
        19: .line 1449
            iconst_3
        20: .line 1450
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 1449
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        22: .line 1448
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1451
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
        24: .line 1452
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        25: .line 1451
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 1454
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            tableswitch { // 0 - 2
                    0: 27
                    1: 29
                    2: 31
              default: 33
          }
        27: .line 1456
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        28: .line 1457
            goto 34
        end local 3 // java.lang.Object value
        29: .line 1459
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        30: .line 1460
            goto 34
        end local 3 // java.lang.Object value
        31: .line 1462
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        32: .line 1463
            goto 34
        end local 3 // java.lang.Object value
        33: .line 1465
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* value */
        start local 3 // java.lang.Object value
        34: .line 1468
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            ifnull 36
        35: .line 1469
            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
        36: .line 1471
      StackMap locals:
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
        37: .line 1472
            bipush 8
        38: .line 1473
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        39: .line 1472
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        40: .line 1471
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        41: .line 1474
            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   42     0   this  Lsun/java2d/SunGraphics2D;
            0   42     1  hints  Ljava/util/Map<**>;
            1   42     2  model  Ljava/awt/RenderingHints;
           28   29     3  value  Ljava/lang/Object;
           30   31     3  value  Ljava/lang/Object;
           32   33     3  value  Ljava/lang/Object;
           34   42     3  value  Ljava/lang/Object;
    Signature: (Ljava/util/Map<**>;)Ljava/awt/RenderingHints;
    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 1489
            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 1490
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1491
            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 1508
            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 1509
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1510
            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 1528
            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 1529
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1530
            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 1544
            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 1545
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1546
            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 1564
            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 1565
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1566
            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 1586
            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 1587
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1588
            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 1594
            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 1595
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         2: .line 1596
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transX:I
            iload 1 /* x */
            iadd
            putfield sun.java2d.SunGraphics2D.transX:I
         3: .line 1597
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transY:I
            iload 2 /* y */
            iadd
            putfield sun.java2d.SunGraphics2D.transY:I
         4: .line 1598
            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 1599
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.SunGraphics2D
         6: iconst_1
         7: .line 1598
      StackMap locals: sun.java2d.SunGraphics2D int int
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.transformState:I
         8: .line 1600
            goto 10
         9: .line 1601
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        10: .line 1603
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lsun/java2d/SunGraphics2D;
            0   11     1     x  I
            0   11     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public void setTransform(java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/geom/AffineTransform;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.geom.AffineTransform Tx
         0: .line 1613
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 3
         1: .line 1614
            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 1615
            goto 5
         3: .line 1616
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            i2d
            invokevirtual java.awt.geom.AffineTransform.setToTranslation:(DD)V
         4: .line 1617
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* Tx */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 1619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         6: .line 1620
            return
        end local 1 // java.awt.geom.AffineTransform Tx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/SunGraphics2D;
            0    7     1    Tx  Ljava/awt/geom/AffineTransform;
    MethodParameters:
      Name  Flags
      Tx    

  protected void invalidateTransform();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=7, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1623
            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 1624
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            istore 2 /* origTransformState */
        start local 2 // int origTransformState
         2: .line 1625
            iload 1 /* type */
            ifne 6
         3: .line 1626
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.transformState:I
         4: .line 1627
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
         5: .line 1628
            goto 22
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* type */
            iconst_1
            if_icmpne 16
         7: .line 1629
            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 1630
            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 1631
            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 1632
            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 1633
            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 1634
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.transformState:I
        13: .line 1635
            goto 22
        14: .line 1636
      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 1638
            goto 22
      StackMap locals:
      StackMap stack:
        16: iload 1 /* type */
            bipush 120
            iand
            ifne 20
        17: .line 1642
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.transformState:I
        18: .line 1643
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        19: .line 1644
            goto 22
        20: .line 1645
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.transformState:I
        21: .line 1646
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        22: .line 1649
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
        23: .line 1650
            iload 2 /* origTransformState */
            iconst_3
            if_icmplt 30
        24: .line 1655
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        25: .line 1656
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        26: .line 1657
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        27: .line 1658
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        28: .line 1660
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iload 2 /* origTransformState */
            if_icmpeq 30
        29: .line 1661
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 32
        31: .line 1665
            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 1667
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int origTransformState
        end local 1 // int type
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   33     0                this  Lsun/java2d/SunGraphics2D;
            1   33     1                type  I
            2   33     2  origTransformState  I
            8   15     3                 dtx  D
            9   15     5                 dty  D

  public java.awt.geom.AffineTransform getTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1676
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 2
         1: .line 1677
            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 1680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            ineg
            i2d
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ineg
            i2d
            invokestatic java.awt.geom.AffineTransform.getTranslateInstance:(DD)Ljava/awt/geom/AffineTransform;
         3: .line 1679
            astore 1 /* tx */
        start local 1 // java.awt.geom.AffineTransform tx
         4: .line 1681
            aload 1 /* tx */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 1682
            aload 1 /* tx */
            areturn
        end local 1 // java.awt.geom.AffineTransform tx
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/java2d/SunGraphics2D;
            4    6     1    tx  Ljava/awt/geom/AffineTransform;

  public java.awt.geom.AffineTransform cloneTransform();
    descriptor: ()Ljava/awt/geom/AffineTransform;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 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;

  void validateColor();
    descriptor: ()V
    flags: (0x0000) 
    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 26
      StackMap locals: int
      StackMap stack:
         5: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.geom.Rectangle2D
            ifeq 9
         6: .line 1904
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.clipState:I
         7: .line 1905
            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.geom.Rectangle2D
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Ljava/awt/geom/Rectangle2D;)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
         8: .line 1906
            goto 26
         9: .line 1907
      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
        10: .line 1908
            iconst_4
            newarray 10
            astore 3 /* box */
        start local 3 // int[] box
        11: .line 1909
            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
        12: .line 1911
            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
        13: .line 1912
            aload 4 /* sr */
            aload 2 /* cpi */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.appendPath:(Ljava/awt/geom/PathIterator;)V
        14: .line 1913
            aload 4 /* sr */
            aload 3 /* box */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.getPathBox:([I)V
        15: .line 1914
            aload 3 /* box */
            aload 4 /* sr */
            invokestatic sun.java2d.pipe.Region.getInstance:([ILsun/java2d/pipe/SpanIterator;)Lsun/java2d/pipe/Region;
            astore 5 /* r */
        start local 5 // sun.java2d.pipe.Region r
        16: .line 1915
            aload 0 /* this */
            aload 5 /* r */
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
        17: .line 1916
            aload 0 /* this */
        18: .line 1917
            aload 5 /* r */
            invokevirtual sun.java2d.pipe.Region.isRectangular:()Z
            ifeq 19
            iconst_1
            goto 20
      StackMap locals: sun.java2d.SunGraphics2D int java.awt.geom.PathIterator int[] sun.java2d.pipe.ShapeSpanIterator sun.java2d.pipe.Region
      StackMap stack: sun.java2d.SunGraphics2D
        19: iconst_2
        20: .line 1916
      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
        21: .line 1918
            goto 25
      StackMap locals: sun.java2d.SunGraphics2D int java.awt.geom.PathIterator int[] sun.java2d.pipe.ShapeSpanIterator
      StackMap stack: java.lang.Throwable
        22: astore 6
        23: .line 1919
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.dispose:()V
        24: .line 1920
            aload 6
            athrow
        25: .line 1919
      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
        26: .line 1922
      StackMap locals:
      StackMap stack:
            iload 1 /* origClipState */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            if_icmpeq 30
        27: .line 1923
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            iconst_2
            if_icmpeq 28
            iload 1 /* origClipState */
            iconst_2
            if_icmpne 30
        28: .line 1925
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        29: .line 1926
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1928
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int origClipState
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   31     0           this  Lsun/java2d/SunGraphics2D;
            1   31     1  origClipState  I
           10   26     2            cpi  Ljava/awt/geom/PathIterator;
           11   26     3            box  [I
           12   26     4             sr  Lsun/java2d/pipe/ShapeSpanIterator;
           16   21     5              r  Lsun/java2d/pipe/Region;
      Exception table:
        from    to  target  type
          12    22      22  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 1935
            aload 1 /* s */
            ifnonnull 2
         1: .line 1936
            aconst_null
            areturn
         2: .line 1938
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 4
         3: .line 1939
            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 1941
      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 1946
            aload 1 /* s */
            ifnonnull 2
         1: .line 1947
            aconst_null
            areturn
         2: .line 1949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 7
         3: .line 1951
            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 1952
      StackMap locals:
      StackMap stack: java.awt.geom.NoninvertibleTransformException
            pop
         6: .line 1953
            aconst_null
            areturn
         7: .line 1956
      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 1961
            aload 2 /* s */
            ifnonnull 2
         1: .line 1962
            aconst_null
            areturn
         2: .line 1965
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.Rectangle
            ifeq 6
         3: .line 1966
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* r */
        start local 3 // java.awt.Rectangle r
         4: .line 1967
            aload 3 /* r */
            iload 0 /* tx */
            iload 1 /* ty */
            invokevirtual java.awt.Rectangle.translate:(II)V
         5: .line 1968
            aload 3 /* r */
            areturn
        end local 3 // java.awt.Rectangle r
         6: .line 1970
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 13
         7: .line 1971
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 3 /* rect */
        start local 3 // java.awt.geom.Rectangle2D rect
         8: .line 1972
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            iload 0 /* tx */
            i2d
            dadd
         9: .line 1973
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            iload 1 /* ty */
            i2d
            dadd
        10: .line 1974
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
        11: .line 1975
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
        12: .line 1972
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 3 // java.awt.geom.Rectangle2D rect
        13: .line 1978
      StackMap locals:
      StackMap stack:
            iload 0 /* tx */
            ifne 15
            iload 1 /* ty */
            ifne 15
        14: .line 1979
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        15: .line 1982
      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 1983
            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 1987
            aload 1 /* clip */
            ifnonnull 2
         1: .line 1988
            aconst_null
            areturn
         2: .line 1991
      StackMap locals:
      StackMap stack:
            aload 1 /* clip */
            instanceof java.awt.geom.Rectangle2D
            ifeq 16
         3: .line 1992
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 48
            iand
            ifne 16
         4: .line 1994
            aload 1 /* clip */
            checkcast java.awt.geom.Rectangle2D
            astore 2 /* rect */
        start local 2 // java.awt.geom.Rectangle2D rect
         5: .line 1995
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
         6: .line 1996
            aload 3 /* matrix */
            iconst_0
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            dastore
         7: .line 1997
            aload 3 /* matrix */
            iconst_1
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            dastore
         8: .line 1998
            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 1999
            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 2000
            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 2001
            aload 3 /* matrix */
            aload 2 /* rect */
            invokestatic sun.java2d.SunGraphics2D.fixRectangleOrientation:([DLjava/awt/geom/Rectangle2D;)V
        12: .line 2002
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_1
            daload
        13: .line 2003
            aload 3 /* matrix */
            iconst_2
            daload
            aload 3 /* matrix */
            iconst_0
            daload
            dsub
        14: .line 2004
            aload 3 /* matrix */
            iconst_3
            daload
            aload 3 /* matrix */
            iconst_1
            daload
            dsub
        15: .line 2002
            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 2007
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 18
        17: .line 2008
            aload 1 /* clip */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        18: .line 2011
      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 2018
            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 2019
            aload 0 /* m */
            iconst_0
            daload
            dstore 2 /* t */
        start local 2 // double t
         6: .line 2020
            aload 0 /* m */
            iconst_0
            aload 0 /* m */
            iconst_2
            daload
            dastore
         7: .line 2021
            aload 0 /* m */
            iconst_2
            dload 2 /* t */
            dastore
        end local 2 // double t
         8: .line 2023
      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 2024
            aload 0 /* m */
            iconst_1
            daload
            dstore 2 /* t */
        start local 2 // double t
        14: .line 2025
            aload 0 /* m */
            iconst_1
            aload 0 /* m */
            iconst_3
            daload
            dastore
        15: .line 2026
            aload 0 /* m */
            iconst_3
            dload 2 /* t */
            dastore
        end local 2 // double t
        16: .line 2028
      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 2031
            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 2032
            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 2035
            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 2036
            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 2039
            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 2043
            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 2044
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         2: .line 2045
            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 2056
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 1 /* s */
         1: .line 2057
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnull 3
         2: .line 2058
            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 2060
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
         4: .line 2061
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         5: .line 2062
            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 2065
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         1: .line 2066
            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 2069
            aload 1 /* c */
            ifnonnull 2
         1: .line 2070
            new java.lang.IllegalArgumentException
            dup
            ldc "null XORColor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2072
      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 2073
            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 2080
            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 2081
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2083
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2084
            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 2085
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2091
      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 2090
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2091
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2092
            aload 7
            athrow
        11: .line 2091
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2093
      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=13, args_size=7
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // int dx
        start local 6 // int dy
         0: .line 2096
            iload 3 /* w */
            ifle 1
            iload 4 /* h */
            ifgt 2
         1: .line 2097
      StackMap locals:
      StackMap stack:
            return
         2: .line 2100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            ifeq 24
         3: .line 2102
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 7
         4: .line 2103
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
         5: .line 2104
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
         6: .line 2105
            goto 24
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpne 23
         8: .line 2106
            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 7 /* coords */
        start local 7 // double[] coords
         9: .line 2107
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 7 /* coords */
            iconst_0
            aload 7 /* coords */
            iconst_0
            iconst_3
            invokevirtual java.awt.geom.AffineTransform.transform:([DI[DII)V
        10: .line 2108
            aload 7 /* coords */
            iconst_0
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 1 /* x */
        11: .line 2109
            aload 7 /* coords */
            iconst_1
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 2 /* y */
        12: .line 2110
            aload 7 /* coords */
            iconst_2
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 1 /* x */
            isub
            istore 3 /* w */
        13: .line 2111
            aload 7 /* coords */
            iconst_3
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 2 /* y */
            isub
            istore 4 /* h */
        14: .line 2112
            aload 7 /* coords */
            iconst_4
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 1 /* x */
            isub
            istore 5 /* dx */
        15: .line 2113
            aload 7 /* coords */
            iconst_5
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            iload 2 /* y */
            isub
            istore 6 /* dy */
        16: .line 2115
            iload 3 /* w */
            ifge 19
        17: .line 2116
            iload 3 /* w */
            ineg
            istore 3 /* w */
        18: .line 2117
            iload 1 /* x */
            iload 3 /* w */
            isub
            istore 1 /* x */
        19: .line 2119
      StackMap locals: double[]
      StackMap stack:
            iload 4 /* h */
            ifge 24
        20: .line 2120
            iload 4 /* h */
            ineg
            istore 4 /* h */
        21: .line 2121
            iload 2 /* y */
            iload 4 /* h */
            isub
            istore 2 /* y */
        end local 7 // double[] coords
        22: .line 2123
            goto 24
        23: .line 2124
      StackMap locals:
      StackMap stack:
            new java.lang.InternalError
            dup
            ldc "transformed copyArea not implemented yet"
            invokespecial java.lang.InternalError.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 2127
      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
        25: .line 2128
            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 27
        26: .line 2129
            return
        27: .line 2135
      StackMap locals: sun.java2d.SurfaceData
      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
        28: .line 2137
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 9 /* comp */
        start local 9 // java.awt.Composite comp
        29: .line 2138
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAcomp:Ljava/awt/Composite;
            aload 9 /* comp */
            if_acmpeq 37
        30: .line 2139
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getSurfaceType:()Lsun/java2d/loops/SurfaceType;
            astore 10 /* dsttype */
        start local 10 // sun.java2d.loops.SurfaceType dsttype
        31: .line 2140
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        start local 11 // sun.java2d.loops.CompositeType comptype
        32: .line 2141
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            aload 11 /* comptype */
            invokevirtual sun.java2d.loops.CompositeType.equals:(Ljava/lang/Object;)Z
            ifeq 35
        33: .line 2142
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getTransparency:()I
            iconst_1
            if_icmpne 35
        34: .line 2144
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        35: .line 2146
      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;
        36: .line 2147
            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
        37: .line 2150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAblit:Lsun/java2d/loops/Blit;
            astore 10 /* ob */
        start local 10 // sun.java2d.loops.Blit ob
        38: .line 2151
            iload 6 /* dy */
            ifne 48
            iload 5 /* dx */
            ifle 48
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 48
        39: .line 2152
            goto 46
        40: .line 2153
      StackMap locals: sun.java2d.loops.Blit
      StackMap stack:
            iload 3 /* w */
            iload 5 /* dx */
            invokestatic java.lang.Math.min:(II)I
            istore 11 /* partW */
        start local 11 // int partW
        41: .line 2154
            iload 3 /* w */
            iload 11 /* partW */
            isub
            istore 3 /* w */
        42: .line 2155
            iload 1 /* x */
            iload 3 /* w */
            iadd
            istore 12 /* sx */
        start local 12 // int sx
        43: .line 2156
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        44: .line 2157
            iload 12 /* sx */
            iload 2 /* y */
            iload 12 /* sx */
            iload 5 /* dx */
            iadd
            iload 2 /* y */
            iload 6 /* dy */
            iadd
            iload 11 /* partW */
            iload 4 /* h */
        45: .line 2156
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        end local 12 // int sx
        end local 11 // int partW
        46: .line 2152
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            ifgt 40
        47: .line 2159
            return
        48: .line 2161
      StackMap locals:
      StackMap stack:
            iload 6 /* dy */
            ifle 58
            iload 6 /* dy */
            iload 4 /* h */
            if_icmpge 58
            iload 5 /* dx */
            iload 3 /* w */
            ineg
            if_icmple 58
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 58
        49: .line 2162
            goto 56
        50: .line 2163
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            iload 6 /* dy */
            invokestatic java.lang.Math.min:(II)I
            istore 11 /* partH */
        start local 11 // int partH
        51: .line 2164
            iload 4 /* h */
            iload 11 /* partH */
            isub
            istore 4 /* h */
        52: .line 2165
            iload 2 /* y */
            iload 4 /* h */
            iadd
            istore 12 /* sy */
        start local 12 // int sy
        53: .line 2166
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        54: .line 2167
            iload 1 /* x */
            iload 12 /* sy */
            iload 1 /* x */
            iload 5 /* dx */
            iadd
            iload 12 /* sy */
            iload 6 /* dy */
            iadd
            iload 3 /* w */
            iload 11 /* partH */
        55: .line 2166
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        end local 12 // int sy
        end local 11 // int partH
        56: .line 2162
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            ifgt 50
        57: .line 2169
            return
        58: .line 2171
      StackMap locals:
      StackMap stack:
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
            iload 1 /* x */
            iload 2 /* y */
            iload 1 /* x */
            iload 5 /* dx */
            iadd
            iload 2 /* y */
            iload 6 /* dy */
            iadd
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.loops.Blit.Blit:(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V
        59: .line 2172
            return
        end local 10 // sun.java2d.loops.Blit ob
        end local 9 // java.awt.Composite comp
        end local 8 // sun.java2d.pipe.Region clip
        end local 7 // sun.java2d.SurfaceData theData
        end local 6 // int dy
        end local 5 // int dx
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   60     0      this  Lsun/java2d/SunGraphics2D;
            0   60     1         x  I
            0   60     2         y  I
            0   60     3         w  I
            0   60     4         h  I
            0   60     5        dx  I
            0   60     6        dy  I
            9   22     7    coords  [D
           25   60     7   theData  Lsun/java2d/SurfaceData;
           28   60     8      clip  Lsun/java2d/pipe/Region;
           29   60     9      comp  Ljava/awt/Composite;
           31   37    10   dsttype  Lsun/java2d/loops/SurfaceType;
           32   37    11  comptype  Lsun/java2d/loops/CompositeType;
           38   60    10        ob  Lsun/java2d/loops/Blit;
           41   46    11     partW  I
           43   46    12        sx  I
           51   56    11     partH  I
           53   56    12        sy  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     
      dx    
      dy    

  public void drawLine(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x1
        start local 2 // int y1
        start local 3 // int x2
        start local 4 // int y2
         0: .line 2235
            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 2236
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2238
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2239
            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 2240
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2246
      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 2245
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2246
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2247
            aload 5
            athrow
        11: .line 2246
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2248
      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 2252
            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 2253
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2255
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2256
            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 2257
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2263
      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 2262
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2263
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2264
            aload 7
            athrow
        11: .line 2263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2265
      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 2269
            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 2270
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2272
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2273
            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 2274
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2280
      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 2279
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2280
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2281
            aload 7
            athrow
        11: .line 2280
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2282
      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 2286
            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 2287
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2289
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2290
            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 2291
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2297
      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 2296
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2297
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2298
            aload 5
            athrow
        11: .line 2297
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2299
      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 2303
            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 2304
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2306
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2307
            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 2308
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2314
      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 2313
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2314
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2315
            aload 5
            athrow
        11: .line 2314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2316
      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 2321
            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 2322
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2324
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2325
            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 2326
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2332
      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 2331
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2332
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2333
            aload 7
            athrow
        11: .line 2332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2334
      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 2339
            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 2340
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2342
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2343
            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 2344
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2350
      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 2349
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2350
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2351
            aload 7
            athrow
        11: .line 2350
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2352
      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 2356
            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 2357
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2359
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2360
            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 2361
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2367
      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 2366
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2367
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2368
            aload 4
            athrow
        11: .line 2367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2369
      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 2373
            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 2374
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2376
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2377
            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 2378
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2384
      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 2383
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2384
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2385
            aload 4
            athrow
        11: .line 2384
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2386
      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 2390
            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 2391
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2393
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2394
            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 2395
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2401
      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 2400
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2401
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2402
            aload 4
            athrow
        11: .line 2401
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2403
      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 2407
            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 2408
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2410
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2411
            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 2412
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2418
      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 2417
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2418
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2419
            aload 5
            athrow
        11: .line 2418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2420
      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 2424
            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 2425
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2427
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2428
            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 2429
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2435
      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 2434
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2435
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2436
            aload 5
            athrow
        11: .line 2435
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2437
      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 2446
            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 2447
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            ifnonnull 3
         2: .line 2448
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         3: .line 2451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         4: .line 2454
            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 2456
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 7
         6: .line 2457
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         7: .line 2459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            instanceof sun.java2d.loops.XORComposite
            ifeq 10
         8: .line 2460
            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 2461
            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 2463
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validatePipe:()V
        11: .line 2468
            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 2473
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 5 /* c */
        start local 5 // java.awt.Composite c
         1: .line 2474
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            astore 6 /* p */
        start local 6 // java.awt.Paint p
         2: .line 2475
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.Src:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         3: .line 2476
            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 2477
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.fillRect:(IIII)V
         5: .line 2478
            aload 0 /* this */
            aload 6 /* p */
            invokevirtual sun.java2d.SunGraphics2D.setPaint:(Ljava/awt/Paint;)V
         6: .line 2479
            aload 0 /* this */
            aload 5 /* c */
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         7: .line 2480
            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 2498
            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 2499
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2501
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2502
            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 2503
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2509
      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 2508
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2509
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2510
            aload 2
            athrow
        11: .line 2509
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2511
      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 2528
            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 2529
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2531
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2532
            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 2533
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2539
      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 2538
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2539
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2540
            aload 2
            athrow
        11: .line 2539
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2541
      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 2548
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2549
            iconst_1
            ireturn
         2: .line 2551
      StackMap locals:
      StackMap stack:
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            iconst_1
            if_icmpne 7
         3: .line 2552
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dstore 1 /* tx */
        start local 1 // double tx
         4: .line 2553
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dstore 3 /* ty */
        start local 3 // double ty
         5: .line 2554
            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 2556
      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 2564
            iload 0 /* p */
            iload 1 /* tileGridOffset */
            isub
            istore 0 /* p */
         1: .line 2565
            iload 0 /* p */
            ifge 3
         2: .line 2566
            iload 0 /* p */
            iconst_1
            iload 2 /* tileSize */
            isub
            iadd
            istore 0 /* p */
         3: .line 2568
      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 2584
            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 2585
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getWidth:()I
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getHeight:()I
         2: .line 2584
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         3: .line 2583
            astore 6 /* imageRect */
        start local 6 // java.awt.Rectangle imageRect
         4: .line 2587
            aconst_null
            astore 7 /* result */
        start local 7 // java.awt.Rectangle result
         5: .line 2589
            bipush 8
            newarray 7
            astore 8 /* p */
        start local 8 // double[] p
         6: .line 2590
            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 2591
            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 2592
            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 2593
            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 2596
            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 2597
            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 2601
            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 2602
            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 2604
            iconst_2
            istore 17 /* i */
        start local 17 // int i
        17: goto 30
        18: .line 2605
      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 2606
            dload 18 /* pt */
            dload 9 /* x0 */
            dcmpg
            ifge 22
        20: .line 2607
            dload 18 /* pt */
            dstore 9 /* x0 */
        21: .line 2608
            goto 24
      StackMap locals: double
      StackMap stack:
        22: dload 18 /* pt */
            dload 11 /* x1 */
            dcmpl
            ifle 24
        23: .line 2609
            dload 18 /* pt */
            dstore 11 /* x1 */
        24: .line 2611
      StackMap locals:
      StackMap stack:
            aload 8 /* p */
            iload 17 /* i */
            iinc 17 /* i */ 1
            daload
            dstore 18 /* pt */
        25: .line 2612
            dload 18 /* pt */
            dload 13 /* y0 */
            dcmpg
            ifge 28
        26: .line 2613
            dload 18 /* pt */
            dstore 13 /* y0 */
        27: .line 2614
            goto 30
      StackMap locals:
      StackMap stack:
        28: dload 18 /* pt */
            dload 15 /* y1 */
            dcmpl
            ifle 30
        29: .line 2615
            dload 18 /* pt */
            dstore 15 /* y1 */
        end local 18 // double pt
        30: .line 2604
      StackMap locals:
      StackMap stack:
            iload 17 /* i */
            bipush 8
            if_icmplt 18
        end local 17 // int i
        31: .line 2621
            dload 9 /* x0 */
            d2i
            iload 4 /* padX */
            isub
            istore 17 /* x */
        start local 17 // int x
        32: .line 2622
            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 2623
            dload 13 /* y0 */
            d2i
            iload 5 /* padY */
            isub
            istore 19 /* y */
        start local 19 // int y
        34: .line 2624
            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 2626
            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 2627
            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 2628
            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 2630
            aload 6 /* imageRect */
            astore 7 /* result */
        40: .line 2633
      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 2657
            aload 1 /* img */
            ifnonnull 2
         1: .line 2658
            return
         2: .line 2662
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.BufferedImage
            ifeq 6
         3: .line 2663
            aload 1 /* img */
            checkcast java.awt.image.BufferedImage
            astore 3 /* bufImg */
        start local 3 // java.awt.image.BufferedImage bufImg
         4: .line 2664
            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 2665
            return
        end local 3 // java.awt.image.BufferedImage bufImg
         6: .line 2672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         7: .line 2673
            aload 2 /* xform */
            invokestatic sun.java2d.SunGraphics2D.isIntegerTranslation:(Ljava/awt/geom/AffineTransform;)Z
            ifeq 9
         8: .line 2671
            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 2676
            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 2680
            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 2681
            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 2682
            return
        start local 5 // sun.java2d.pipe.Region clip
        18: .line 2687
      StackMap locals: sun.java2d.pipe.Region
      StackMap stack:
            aload 1 /* img */
        19: .line 2688
            aload 5 /* clip */
        20: .line 2689
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        21: .line 2690
            aload 2 /* xform */
        22: .line 2691
            iload 4 /* pad */
            iload 4 /* pad */
        23: .line 2687
            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 2692
            aload 6 /* region */
            getfield java.awt.Rectangle.width:I
            ifle 25
            aload 6 /* region */
            getfield java.awt.Rectangle.height:I
            ifgt 26
        25: .line 2693
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            return
        26: .line 2701
      StackMap locals:
      StackMap stack:
            iload 3 /* isIntegerTranslate */
            ifeq 32
        27: .line 2708
            aload 0 /* this */
            aload 1 /* img */
            aload 6 /* region */
        28: .line 2709
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
        29: .line 2710
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
        30: .line 2708
            invokevirtual sun.java2d.SunGraphics2D.drawTranslatedRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V
        31: .line 2711
            return
        32: .line 2715
      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 2721
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModel:()Ljava/awt/image/SampleModel;
        34: .line 2722
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        35: .line 2723
            aconst_null
        36: .line 2721
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        37: .line 2720
            astore 8 /* wRaster */
        start local 8 // java.awt.image.WritableRaster wRaster
        38: .line 2730
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 9 /* minX */
        start local 9 // int minX
        39: .line 2731
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 10 /* minY */
        start local 10 // int minY
        40: .line 2732
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 11 /* width */
        start local 11 // int width
        41: .line 2733
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 12 /* height */
        start local 12 // int height
        42: .line 2734
            iload 9 /* minX */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateX:()I
            isub
            istore 13 /* px */
        start local 13 // int px
        43: .line 2735
            iload 10 /* minY */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateY:()I
            isub
            istore 14 /* py */
        start local 14 // int py
        44: .line 2736
            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 2737
            iload 12 /* height */
            aload 8 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            if_icmpeq 54
        46: .line 2739
      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 2740
            iload 14 /* py */
        48: .line 2741
            iload 11 /* width */
        49: .line 2742
            iload 12 /* height */
        50: .line 2743
            iconst_0
            iconst_0
        51: .line 2744
            aconst_null
        52: .line 2739
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
        53: .line 2738
            astore 8 /* wRaster */
        54: .line 2751
      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 2752
            aload 15 /* transXform */
            iload 9 /* minX */
            i2d
            iload 10 /* minY */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        56: .line 2754
            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 2755
            new java.awt.image.BufferedImage
            dup
            aload 16 /* cm */
        58: .line 2756
            aload 8 /* wRaster */
        59: .line 2757
            aload 16 /* cm */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        60: .line 2758
            aconst_null
        61: .line 2755
            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 2759
            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 2760
            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 2768
            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 2769
            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 2770
            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 2771
            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 2772
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            iflt 5
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            ifge 8
         5: .line 2773
      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 2774
            aload 1 /* destRect */
            iconst_m1
            putfield java.awt.Rectangle.height:I
         7: .line 2775
            iconst_0
            ireturn
         8: .line 2777
      StackMap locals:
      StackMap stack:
            aload 1 /* destRect */
            iload 3 /* x1 */
            putfield java.awt.Rectangle.x:I
         9: .line 2778
            aload 1 /* destRect */
            iload 5 /* y1 */
            putfield java.awt.Rectangle.y:I
        10: .line 2779
            aload 1 /* destRect */
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
        11: .line 2780
            aload 1 /* destRect */
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 2781
            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 2795
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridXOffset:()I
            istore 5 /* tileGridXOffset */
        start local 5 // int tileGridXOffset
         1: .line 2796
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridYOffset:()I
            istore 6 /* tileGridYOffset */
        start local 6 // int tileGridYOffset
         2: .line 2797
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileWidth:()I
            istore 7 /* tileWidth */
        start local 7 // int tileWidth
         3: .line 2798
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileHeight:()I
            istore 8 /* tileHeight */
        start local 8 // int tileHeight
         4: .line 2802
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         5: .line 2801
            istore 9 /* minTileX */
        start local 9 // int minTileX
         6: .line 2804
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         7: .line 2803
            istore 10 /* minTileY */
        start local 10 // int minTileY
         8: .line 2806
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            aload 2 /* region */
            getfield java.awt.Rectangle.width:I
            iadd
            iconst_1
            isub
         9: .line 2807
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
        10: .line 2806
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        11: .line 2805
            istore 11 /* maxTileX */
        start local 11 // int maxTileX
        12: .line 2809
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            aload 2 /* region */
            getfield java.awt.Rectangle.height:I
            iadd
            iconst_1
            isub
        13: .line 2810
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
        14: .line 2809
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        15: .line 2808
            istore 12 /* maxTileY */
        start local 12 // int maxTileY
        16: .line 2813
            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 2816
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 14 /* tileRect */
        start local 14 // java.awt.Rectangle tileRect
        18: .line 2818
            iload 10 /* minTileY */
            istore 15 /* ty */
        start local 15 // int ty
        19: goto 56
        20: .line 2819
      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 2821
      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 2824
            aload 14 /* tileRect */
            iload 16 /* tx */
            iload 7 /* tileWidth */
            imul
            iload 5 /* tileGridXOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        24: .line 2825
            aload 14 /* tileRect */
            iload 15 /* ty */
            iload 8 /* tileHeight */
            imul
            iload 6 /* tileGridYOffset */
            iadd
            putfield java.awt.Rectangle.y:I
        25: .line 2826
            aload 14 /* tileRect */
            iload 7 /* tileWidth */
            putfield java.awt.Rectangle.width:I
        26: .line 2827
            aload 14 /* tileRect */
            iload 8 /* tileHeight */
            putfield java.awt.Rectangle.height:I
        27: .line 2832
            aload 0 /* this */
            aload 14 /* tileRect */
            aload 2 /* region */
            invokevirtual sun.java2d.SunGraphics2D.clipTo:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z
            pop
        28: .line 2835
            aconst_null
            astore 18 /* wRaster */
        start local 18 // java.awt.image.WritableRaster wRaster
        29: .line 2836
            aload 17 /* raster */
            instanceof java.awt.image.WritableRaster
            ifeq 32
        30: .line 2837
            aload 17 /* raster */
            checkcast java.awt.image.WritableRaster
            astore 18 /* wRaster */
        31: .line 2838
            goto 37
        32: .line 2842
      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 2843
            aload 17 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        34: .line 2844
            aconst_null
        35: .line 2842
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        36: .line 2841
            astore 18 /* wRaster */
        37: .line 2849
      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 2850
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.width:I
        39: .line 2851
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
        40: .line 2852
            iconst_0
            iconst_0
        41: .line 2853
            aconst_null
        42: .line 2849
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 18 /* wRaster */
        43: .line 2857
            new java.awt.image.BufferedImage
            dup
            aload 13 /* colorModel */
        44: .line 2858
            aload 18 /* wRaster */
        45: .line 2859
            aload 13 /* colorModel */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        46: .line 2860
            aconst_null
        47: .line 2857
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
        48: .line 2856
            astore 19 /* bufImg */
        start local 19 // java.awt.image.BufferedImage bufImg
        49: .line 2867
            aload 0 /* this */
            aload 19 /* bufImg */
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.x:I
            iload 3 /* i2uTransX */
            iadd
        50: .line 2868
            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 2869
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
            aconst_null
            aconst_null
        52: .line 2867
            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 2819
            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 2818
            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 2872
            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 2877
            aload 1 /* img */
            ifnonnull 2
         1: .line 2878
            return
         2: .line 2881
      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 2882
            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 2883
            aload 4 /* concatTransform */
            aload 3 /* pipeTransform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 2886
            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 2889
            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 2890
            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 2891
            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 2892
            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 2895
      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 2896
            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 2897
            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 2906
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2907
            aload 1 /* rect */
            areturn
         2: .line 2910
      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 2911
            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 2916
            aload 1 /* str */
            ifnonnull 2
         1: .line 2917
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2920
      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 2921
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2922
            return
         5: .line 2924
      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 2925
            return
         7: .line 2929
      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 2930
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2932
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2933
            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 2934
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2940
      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 2939
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2940
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2941
            aload 4
            athrow
        18: .line 2940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2942
      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 2945
            aload 1 /* str */
            ifnonnull 2
         1: .line 2946
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2949
      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 2950
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2951
            return
         5: .line 2953
      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 2954
            return
         7: .line 2958
      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 2959
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2961
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2962
            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 2963
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2969
      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 2968
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2969
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2970
            aload 4
            athrow
        18: .line 2969
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2971
      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 2975
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2976
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2978
      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 2979
            return
         4: .line 2981
      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 2982
            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 2983
            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 2987
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2988
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2990
      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 2991
            return
         4: .line 2993
      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 2994
            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 2995
            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 2999
            aload 1 /* gv */
            ifnonnull 2
         1: .line 3000
            new java.lang.NullPointerException
            dup
            ldc "GlyphVector is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3004
      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 3005
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3007
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3008
            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 3009
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3015
      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 3014
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 3015
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3016
            aload 4
            athrow
        13: .line 3015
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3017
      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 3021
            aload 1 /* data */
            ifnonnull 2
         1: .line 3022
            new java.lang.NullPointerException
            dup
            ldc "char data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3024
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 3
            iload 3 /* length */
            iflt 3
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 4
         3: .line 3025
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3027
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 12
         5: .line 3028
            aload 1 /* data */
            arraylength
            ifne 7
         6: .line 3029
            return
         7: .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
         8: .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;
         9: .line 3031
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        10: .line 3032
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        11: .line 3033
            return
        12: .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
        13: .line 3038
            goto 23
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        14: pop
        15: .line 3040
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        16: .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
        17: .line 3042
            goto 19
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        18: pop
        19: .line 3048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 24
        20: .line 3047
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        21: .line 3048
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        22: .line 3049
            aload 6
            athrow
        23: .line 3048
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        24: .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   25     0    this  Lsun/java2d/SunGraphics2D;
            0   25     1    data  [C
            0   25     2  offset  I
            0   25     3  length  I
            0   25     4       x  I
            0   25     5       y  I
      Exception table:
        from    to  target  type
          12    13      14  Class sun.java2d.InvalidPipeException
          15    17      18  Class sun.java2d.InvalidPipeException
          12    19      20  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 3
            iload 3 /* length */
            iflt 3
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 4
         3: .line 3057
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 3060
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 5
            astore 6 /* chData */
        start local 6 // char[] chData
         5: .line 3061
            iload 3 /* length */
            istore 7 /* i */
        start local 7 // int i
         6: goto 8
         7: .line 3062
      StackMap locals: char[] int
      StackMap stack:
            aload 6 /* chData */
            iload 7 /* i */
            aload 1 /* data */
            iload 7 /* i */
            iload 2 /* offset */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
         8: .line 3061
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iinc 7 /* i */ -1
            ifgt 7
        end local 7 // int i
         9: .line 3064
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 17
        10: .line 3065
            aload 1 /* data */
            arraylength
            ifne 12
        11: .line 3066
            return
        12: .line 3068
      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
        13: .line 3069
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
        14: .line 3068
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        15: .line 3069
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        16: .line 3070
            return
        17: .line 3074
      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
        18: .line 3075
            goto 28
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        19: pop
        20: .line 3077
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        21: .line 3078
            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
        22: .line 3079
            goto 24
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        23: pop
        24: .line 3085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 29
        25: .line 3084
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        26: .line 3085
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        27: .line 3086
            aload 7
            athrow
        28: .line 3085
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        29: .line 3087
      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   30     0    this  Lsun/java2d/SunGraphics2D;
            0   30     1    data  [B
            0   30     2  offset  I
            0   30     3  length  I
            0   30     4       x  I
            0   30     5       y  I
            5   30     6  chData  [C
            6    9     7       i  I
      Exception table:
        from    to  target  type
          17    18      19  Class sun.java2d.InvalidPipeException
          20    22      23  Class sun.java2d.InvalidPipeException
          17    24      25  any
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  
      x       
      y       

  private java.lang.Boolean drawHiDPIImage(java.awt.Image, int, int, int, int, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver, java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;Ljava/awt/geom/AffineTransform;)Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=13, locals=25, args_size=13
        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
        start local 12 // java.awt.geom.AffineTransform xform
         0: .line 3096
            aload 1 /* img */
            instanceof java.awt.image.VolatileImage
            ifeq 24
         1: .line 3097
            aload 1 /* img */
            invokestatic sun.awt.image.SurfaceManager.getManager:(Ljava/awt/Image;)Lsun/awt/image/SurfaceManager;
         2: .line 3098
            invokevirtual sun.awt.image.SurfaceManager.getPrimarySurfaceData:()Lsun/java2d/SurfaceData;
         3: .line 3097
            astore 13 /* sd */
        start local 13 // sun.java2d.SurfaceData sd
         4: .line 3099
            aload 13 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleX:()D
            dstore 14 /* scaleX */
        start local 14 // double scaleX
         5: .line 3100
            aload 13 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleY:()D
            dstore 16 /* scaleY */
        start local 16 // double scaleY
         6: .line 3101
            dload 14 /* scaleX */
            dconst_1
            dcmpl
            ifne 8
            dload 16 /* scaleY */
            dconst_1
            dcmpl
            ifne 8
         7: .line 3102
            aconst_null
            areturn
         8: .line 3104
      StackMap locals: sun.java2d.SurfaceData double double
      StackMap stack:
            iload 6 /* sx1 */
            i2d
            dload 14 /* scaleX */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 6 /* sx1 */
         9: .line 3105
            iload 8 /* sx2 */
            i2d
            dload 14 /* scaleX */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 8 /* sx2 */
        10: .line 3106
            iload 7 /* sy1 */
            i2d
            dload 16 /* scaleY */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 7 /* sy1 */
        11: .line 3107
            iload 9 /* sy2 */
            i2d
            dload 16 /* scaleY */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 9 /* sy2 */
        12: .line 3109
            aconst_null
            astore 18 /* tx */
        start local 18 // java.awt.geom.AffineTransform tx
        13: .line 3110
            aload 12 /* xform */
            ifnull 16
        14: .line 3111
            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 18 /* tx */
        15: .line 3112
            aload 0 /* this */
            aload 12 /* xform */
            invokevirtual sun.java2d.SunGraphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
        16: .line 3114
      StackMap locals: java.awt.geom.AffineTransform
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        17: .line 3115
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        18: .line 3116
            aload 10 /* bgcolor */
            aload 11 /* observer */
        19: .line 3114
            invokevirtual sun.java2d.SunGraphics2D.scaleImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 19 /* result */
        start local 19 // boolean result
        20: .line 3117
            aload 18 /* tx */
            ifnull 23
        21: .line 3118
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 18 /* tx */
            invokevirtual java.awt.geom.AffineTransform.setTransform:(Ljava/awt/geom/AffineTransform;)V
        22: .line 3119
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        23: .line 3121
      StackMap locals: int
      StackMap stack:
            iload 19 /* result */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 19 // boolean result
        end local 18 // java.awt.geom.AffineTransform tx
        end local 16 // double scaleY
        end local 14 // double scaleX
        end local 13 // sun.java2d.SurfaceData sd
        24: .line 3122
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.MultiResolutionImage
            ifeq 67
        25: .line 3125
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 13 /* width */
        start local 13 // int width
        26: .line 3126
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 14 /* height */
        start local 14 // int height
        27: .line 3128
            aload 1 /* img */
            checkcast java.awt.image.MultiResolutionImage
            astore 15 /* mrImage */
        start local 15 // java.awt.image.MultiResolutionImage mrImage
        28: .line 3129
            aload 0 /* this */
            aload 15 /* mrImage */
            iload 13 /* width */
            iload 14 /* height */
        29: .line 3130
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        30: .line 3131
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        31: .line 3132
            aload 12 /* xform */
        32: .line 3129
            invokevirtual sun.java2d.SunGraphics2D.getResolutionVariant:(Ljava/awt/image/MultiResolutionImage;IIIIIIIIIILjava/awt/geom/AffineTransform;)Ljava/awt/Image;
            astore 16 /* resolutionVariant */
        start local 16 // java.awt.Image resolutionVariant
        33: .line 3134
            aload 16 /* resolutionVariant */
            aload 1 /* img */
            if_acmpeq 67
            aload 16 /* resolutionVariant */
            ifnull 67
        34: .line 3138
            aload 1 /* img */
            aload 11 /* observer */
        35: .line 3139
            iload 13 /* width */
            iload 14 /* height */
            iconst_m1
            iconst_m1
        36: .line 3138
            invokestatic sun.awt.image.MultiResolutionToolkitImage.getResolutionVariantObserver:(Ljava/awt/Image;Ljava/awt/image/ImageObserver;IIII)Ljava/awt/image/ImageObserver;
        37: .line 3137
            astore 17 /* rvObserver */
        start local 17 // java.awt.image.ImageObserver rvObserver
        38: .line 3141
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 18 /* rvWidth */
        start local 18 // int rvWidth
        39: .line 3142
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 19 /* rvHeight */
        start local 19 // int rvHeight
        40: .line 3144
            iload 13 /* width */
            ifle 67
            iload 14 /* height */
            ifle 67
            iload 18 /* rvWidth */
            ifle 67
            iload 19 /* rvHeight */
            ifle 67
        41: .line 3146
            iload 18 /* rvWidth */
            i2d
            iload 13 /* width */
            i2d
            ddiv
            dstore 20 /* widthScale */
        start local 20 // double widthScale
        42: .line 3147
            iload 19 /* rvHeight */
            i2d
            iload 14 /* height */
            i2d
            ddiv
            dstore 22 /* heightScale */
        start local 22 // double heightScale
        43: .line 3149
            aload 16 /* resolutionVariant */
            instanceof java.awt.image.VolatileImage
            ifeq 49
        44: .line 3151
            aload 16 /* resolutionVariant */
            invokestatic sun.awt.image.SurfaceManager.getManager:(Ljava/awt/Image;)Lsun/awt/image/SurfaceManager;
        45: .line 3152
            invokevirtual sun.awt.image.SurfaceManager.getPrimarySurfaceData:()Lsun/java2d/SurfaceData;
        46: .line 3150
            astore 24 /* sd */
        start local 24 // sun.java2d.SurfaceData sd
        47: .line 3153
            dload 20 /* widthScale */
            aload 24 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleX:()D
            dmul
            dstore 20 /* widthScale */
        48: .line 3154
            dload 22 /* heightScale */
            aload 24 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleY:()D
            dmul
            dstore 22 /* heightScale */
        end local 24 // sun.java2d.SurfaceData sd
        49: .line 3157
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.awt.geom.AffineTransform int int java.awt.image.MultiResolutionImage java.awt.Image java.awt.image.ImageObserver int int double double
      StackMap stack:
            iload 6 /* sx1 */
            dload 20 /* widthScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 6 /* sx1 */
        50: .line 3158
            iload 7 /* sy1 */
            dload 22 /* heightScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 7 /* sy1 */
        51: .line 3159
            iload 8 /* sx2 */
            dload 20 /* widthScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 8 /* sx2 */
        52: .line 3160
            iload 9 /* sy2 */
            dload 22 /* heightScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 9 /* sy2 */
        53: .line 3162
            aload 17 /* rvObserver */
            astore 11 /* observer */
        54: .line 3163
            aload 16 /* resolutionVariant */
            astore 1 /* img */
        55: .line 3165
            aload 12 /* xform */
            ifnull 63
        56: .line 3166
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 58
            iload 2 /* dx1 */
            ifne 57
            iload 3 /* dy1 */
            ifeq 58
      StackMap locals:
      StackMap stack:
        57: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        58: .line 3167
      StackMap locals:
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 59
            iload 4 /* dx2 */
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            if_icmpeq 59
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        59: .line 3168
      StackMap locals:
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 60
            iload 5 /* dy2 */
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            if_icmpeq 60
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        60: .line 3169
      StackMap locals:
      StackMap stack:
            new java.awt.geom.AffineTransform
            dup
            aload 12 /* xform */
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            astore 24 /* renderTX */
        start local 24 // java.awt.geom.AffineTransform renderTX
        61: .line 3170
            aload 24 /* renderTX */
            dconst_1
            dload 20 /* widthScale */
            ddiv
            dconst_1
            dload 22 /* heightScale */
            ddiv
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
        62: .line 3171
            aload 0 /* this */
            aload 1 /* img */
            aload 24 /* renderTX */
            aload 11 /* observer */
            invokevirtual sun.java2d.SunGraphics2D.transformImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 24 // java.awt.geom.AffineTransform renderTX
        63: .line 3174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        64: .line 3175
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        65: .line 3176
            aload 10 /* bgcolor */
            aload 11 /* observer */
        66: .line 3174
            invokevirtual sun.java2d.SunGraphics2D.scaleImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 22 // double heightScale
        end local 20 // double widthScale
        end local 19 // int rvHeight
        end local 18 // int rvWidth
        end local 17 // java.awt.image.ImageObserver rvObserver
        end local 16 // java.awt.Image resolutionVariant
        end local 15 // java.awt.image.MultiResolutionImage mrImage
        end local 14 // int height
        end local 13 // int width
        67: .line 3180
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.awt.geom.AffineTransform
      StackMap stack:
            aconst_null
            areturn
        end local 12 // java.awt.geom.AffineTransform xform
        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   68     0               this  Lsun/java2d/SunGraphics2D;
            0   68     1                img  Ljava/awt/Image;
            0   68     2                dx1  I
            0   68     3                dy1  I
            0   68     4                dx2  I
            0   68     5                dy2  I
            0   68     6                sx1  I
            0   68     7                sy1  I
            0   68     8                sx2  I
            0   68     9                sy2  I
            0   68    10            bgcolor  Ljava/awt/Color;
            0   68    11           observer  Ljava/awt/image/ImageObserver;
            0   68    12              xform  Ljava/awt/geom/AffineTransform;
            4   24    13                 sd  Lsun/java2d/SurfaceData;
            5   24    14             scaleX  D
            6   24    16             scaleY  D
           13   24    18                 tx  Ljava/awt/geom/AffineTransform;
           20   24    19             result  Z
           26   67    13              width  I
           27   67    14             height  I
           28   67    15            mrImage  Ljava/awt/image/MultiResolutionImage;
           33   67    16  resolutionVariant  Ljava/awt/Image;
           38   67    17         rvObserver  Ljava/awt/image/ImageObserver;
           39   67    18            rvWidth  I
           40   67    19           rvHeight  I
           42   67    20         widthScale  D
           43   67    22        heightScale  D
           47   49    24                 sd  Lsun/java2d/SurfaceData;
           61   63    24           renderTX  Ljava/awt/geom/AffineTransform;
    MethodParameters:
          Name  Flags
      img       
      dx1       
      dy1       
      dx2       
      dy2       
      sx1       
      sy1       
      sx2       
      sy2       
      bgcolor   
      observer  
      xform     

  private boolean scaleImage(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=14, 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 3188
            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 */
         1: .line 3189
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
         2: .line 3188
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
         3: .line 3202
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3188
            iload 13
            ireturn
         5: .line 3190
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3192
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 3193
            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 */
         8: .line 3194
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
         9: .line 3193
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        10: .line 3202
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3193
            iload 13
            ireturn
        12: .line 3195
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3202
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3199
            iconst_0
            ireturn
        15: .line 3201
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        16: .line 3202
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3203
            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   18     0      this  Lsun/java2d/SunGraphics2D;
            0   18     1       img  Ljava/awt/Image;
            0   18     2       dx1  I
            0   18     3       dy1  I
            0   18     4       dx2  I
            0   18     5       dy2  I
            0   18     6       sx1  I
            0   18     7       sy1  I
            0   18     8       sx2  I
            0   18     9       sy2  I
            0   18    10   bgcolor  Ljava/awt/Color;
            0   18    11  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       
      dx1       
      dy1       
      dx2       
      dy2       
      sx1       
      sy1       
      sx2       
      sy2       
      bgcolor   
      observer  

  private boolean transformImage(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: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // java.awt.geom.AffineTransform xform
        start local 3 // java.awt.image.ImageObserver observer
         0: .line 3211
            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
         1: .line 3223
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         2: .line 3211
            iload 5
            ireturn
         3: .line 3212
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         4: .line 3214
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         5: .line 3215
            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
         6: .line 3223
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         7: .line 3215
            iload 5
            ireturn
         8: .line 3216
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         9: .line 3223
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 3220
            iconst_0
            ireturn
        11: .line 3222
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        12: .line 3223
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        13: .line 3224
            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   14     0      this  Lsun/java2d/SunGraphics2D;
            0   14     1       img  Ljava/awt/Image;
            0   14     2     xform  Ljava/awt/geom/AffineTransform;
            0   14     3  observer  Ljava/awt/image/ImageObserver;
      Exception table:
        from    to  target  type
           0     1       3  Class sun.java2d.InvalidPipeException
           4     6       8  Class sun.java2d.InvalidPipeException
           0     1      11  any
           3     6      11  any
           8     9      11  any
    MethodParameters:
          Name  Flags
      img       
      xform     
      observer  

  private java.awt.Image getResolutionVariant(java.awt.image.MultiResolutionImage, int, int, int, int, int, int, int, int, int, int, java.awt.geom.AffineTransform);
    descriptor: (Ljava/awt/image/MultiResolutionImage;IIIIIIIIIILjava/awt/geom/AffineTransform;)Ljava/awt/Image;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=27, args_size=13
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.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
        start local 12 // java.awt.geom.AffineTransform xform
         0: .line 3231
            iload 2 /* srcWidth */
            ifle 1
            iload 3 /* srcHeight */
            ifgt 2
         1: .line 3232
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 3235
      StackMap locals:
      StackMap stack:
            iload 10 /* sx2 */
            iload 8 /* sx1 */
            isub
            istore 13 /* sw */
        start local 13 // int sw
         3: .line 3236
            iload 11 /* sy2 */
            iload 9 /* sy1 */
            isub
            istore 14 /* sh */
        start local 14 // int sh
         4: .line 3238
            iload 13 /* sw */
            ifeq 5
            iload 14 /* sh */
            ifne 6
         5: .line 3239
      StackMap locals: int int
      StackMap stack:
            aconst_null
            areturn
         6: .line 3244
      StackMap locals:
      StackMap stack:
            aload 12 /* xform */
            ifnonnull 9
         7: .line 3245
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 15 /* tx */
        start local 15 // java.awt.geom.AffineTransform tx
         8: .line 3246
            goto 11
        end local 15 // java.awt.geom.AffineTransform tx
         9: .line 3247
      StackMap locals:
      StackMap stack:
            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 15 /* tx */
        start local 15 // java.awt.geom.AffineTransform tx
        10: .line 3248
            aload 15 /* tx */
            aload 12 /* xform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
        11: .line 3251
      StackMap locals: java.awt.geom.AffineTransform
      StackMap stack:
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            istore 16 /* type */
        start local 16 // int type
        12: .line 3252
            iload 6 /* dx2 */
            iload 4 /* dx1 */
            isub
            istore 17 /* dw */
        start local 17 // int dw
        13: .line 3253
            iload 7 /* dy2 */
            iload 5 /* dy1 */
            isub
            istore 18 /* dh */
        start local 18 // int dh
        14: .line 3258
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
            iconst_1
            if_icmpne 18
        15: .line 3259
            iload 2 /* srcWidth */
            i2d
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        16: .line 3260
            iload 3 /* srcHeight */
            i2d
            dstore 21 /* destImageHeight */
        start local 21 // double destImageHeight
        17: .line 3261
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
      StackMap locals: int int int
      StackMap stack:
        18: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
            iconst_3
            if_icmpne 27
        19: .line 3262
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getDefaultTransform:()Ljava/awt/geom/AffineTransform;
            astore 23 /* configTransform */
        start local 23 // java.awt.geom.AffineTransform configTransform
        20: .line 3263
            aload 23 /* configTransform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 24
        21: .line 3264
            iload 2 /* srcWidth */
            i2d
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        22: .line 3265
            iload 3 /* srcHeight */
            i2d
            dstore 21 /* destImageHeight */
        start local 21 // double destImageHeight
        23: .line 3266
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        24: .line 3267
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.MultiResolutionImage int int int int int int int int int int java.awt.geom.AffineTransform int int java.awt.geom.AffineTransform int int int top top top top java.awt.geom.AffineTransform
      StackMap stack:
            iload 2 /* srcWidth */
            i2d
            aload 23 /* configTransform */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dmul
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        25: .line 3268
            iload 3 /* srcHeight */
            i2d
            aload 23 /* configTransform */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dmul
            dstore 21 /* destImageHeight */
        end local 23 // java.awt.geom.AffineTransform configTransform
        start local 21 // double destImageHeight
        26: .line 3270
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        27: .line 3274
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.MultiResolutionImage int int int int int int int int int int java.awt.geom.AffineTransform int int java.awt.geom.AffineTransform int int int
      StackMap stack:
            iload 16 /* type */
            bipush -66
            iand
            ifne 31
        28: .line 3275
            iload 17 /* dw */
            i2d
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        29: .line 3276
            iload 18 /* dh */
            i2d
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        30: .line 3277
            goto 41
        end local 25 // double destRegionHeight
        end local 23 // double destRegionWidth
      StackMap locals:
      StackMap stack:
        31: iload 16 /* type */
            bipush -72
            iand
            ifne 35
        32: .line 3278
            iload 17 /* dw */
            i2d
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dmul
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        33: .line 3279
            iload 18 /* dh */
            i2d
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dmul
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        34: .line 3280
            goto 41
        end local 25 // double destRegionHeight
        end local 23 // double destRegionWidth
        35: .line 3281
      StackMap locals:
      StackMap stack:
            iload 17 /* dw */
            i2d
        36: .line 3282
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        37: .line 3281
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        38: .line 3283
            iload 18 /* dh */
            i2d
        39: .line 3284
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        40: .line 3283
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        41: .line 3286
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.MultiResolutionImage int int int int int int int int int int java.awt.geom.AffineTransform int int java.awt.geom.AffineTransform int int int top top top top double double
      StackMap stack:
            iload 2 /* srcWidth */
            i2d
            dload 23 /* destRegionWidth */
            dmul
            iload 13 /* sw */
            i2d
            ddiv
            invokestatic java.lang.Math.abs:(D)D
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        42: .line 3287
            iload 3 /* srcHeight */
            i2d
            dload 25 /* destRegionHeight */
            dmul
            iload 14 /* sh */
            i2d
            ddiv
            invokestatic java.lang.Math.abs:(D)D
            dstore 21 /* destImageHeight */
        end local 25 // double destRegionHeight
        end local 23 // double destRegionWidth
        start local 21 // double destImageHeight
        43: .line 3291
      StackMap locals: sun.java2d.SunGraphics2D java.awt.image.MultiResolutionImage int int int int int int int int int int java.awt.geom.AffineTransform int int java.awt.geom.AffineTransform int int int double double
      StackMap stack:
            aload 1 /* img */
            dload 19 /* destImageWidth */
            dload 21 /* destImageHeight */
            invokeinterface java.awt.image.MultiResolutionImage.getResolutionVariant:(DD)Ljava/awt/Image;
        44: .line 3290
            astore 23 /* resolutionVariant */
        start local 23 // java.awt.Image resolutionVariant
        45: .line 3293
            aload 23 /* resolutionVariant */
            instanceof sun.awt.image.ToolkitImage
            ifeq 48
        46: .line 3294
            aload 23 /* resolutionVariant */
            checkcast sun.awt.image.ToolkitImage
            invokevirtual sun.awt.image.ToolkitImage.hasError:()Z
            ifeq 48
        47: .line 3295
            aconst_null
            areturn
        48: .line 3298
      StackMap locals: java.awt.Image
      StackMap stack:
            aload 23 /* resolutionVariant */
            areturn
        end local 23 // java.awt.Image resolutionVariant
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        end local 18 // int dh
        end local 17 // int dw
        end local 16 // int type
        end local 15 // java.awt.geom.AffineTransform tx
        end local 14 // int sh
        end local 13 // int sw
        end local 12 // java.awt.geom.AffineTransform xform
        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 // java.awt.image.MultiResolutionImage img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   49     0               this  Lsun/java2d/SunGraphics2D;
            0   49     1                img  Ljava/awt/image/MultiResolutionImage;
            0   49     2           srcWidth  I
            0   49     3          srcHeight  I
            0   49     4                dx1  I
            0   49     5                dy1  I
            0   49     6                dx2  I
            0   49     7                dy2  I
            0   49     8                sx1  I
            0   49     9                sy1  I
            0   49    10                sx2  I
            0   49    11                sy2  I
            0   49    12              xform  Ljava/awt/geom/AffineTransform;
            3   49    13                 sw  I
            4   49    14                 sh  I
            8    9    15                 tx  Ljava/awt/geom/AffineTransform;
           10   49    15                 tx  Ljava/awt/geom/AffineTransform;
           12   49    16               type  I
           13   49    17                 dw  I
           14   49    18                 dh  I
           16   18    19     destImageWidth  D
           22   24    19     destImageWidth  D
           25   27    19     destImageWidth  D
           42   49    19     destImageWidth  D
           17   18    21    destImageHeight  D
           23   24    21    destImageHeight  D
           26   27    21    destImageHeight  D
           43   49    21    destImageHeight  D
           20   26    23    configTransform  Ljava/awt/geom/AffineTransform;
           29   31    23    destRegionWidth  D
           33   35    23    destRegionWidth  D
           38   43    23    destRegionWidth  D
           30   31    25   destRegionHeight  D
           34   35    25   destRegionHeight  D
           41   43    25   destRegionHeight  D
           45   49    23  resolutionVariant  Ljava/awt/Image;
    MethodParameters:
           Name  Flags
      img        
      srcWidth   
      srcHeight  
      dx1        
      dy1        
      dx2        
      dy2        
      sx1        
      sy1        
      sx2        
      sy2        
      xform      

  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 3307
            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 3322
            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 3323
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         2: .line 3322
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
         3: .line 3336
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3322
            iload 11
            ireturn
         5: .line 3324
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3326
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 3327
            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 3328
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         9: .line 3327
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        10: .line 3336
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3327
            iload 11
            ireturn
        12: .line 3329
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3336
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3333
            iconst_0
            ireturn
        15: .line 3335
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        16: .line 3336
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3337
            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=13, locals=13, 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 3347
            aload 1 /* img */
            ifnonnull 2
         1: .line 3348
            iconst_1
            ireturn
         2: .line 3351
      StackMap locals:
      StackMap stack:
            iload 4 /* width */
            ifeq 3
            iload 5 /* height */
            ifne 4
         3: .line 3352
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 3355
      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 3356
            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 3357
            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
         7: .line 3358
            iconst_0
            iconst_0
            iload 8 /* imgW */
            iload 9 /* imgH */
            aload 6 /* bg */
            aload 7 /* observer */
         8: .line 3359
            aconst_null
         9: .line 3357
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;Ljava/awt/geom/AffineTransform;)Ljava/lang/Boolean;
            astore 10 /* hidpiImageDrawn */
        start local 10 // java.lang.Boolean hidpiImageDrawn
        10: .line 3360
            aload 10 /* hidpiImageDrawn */
            ifnull 12
        11: .line 3361
            aload 10 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        12: .line 3364
      StackMap locals: int int java.lang.Boolean
      StackMap stack:
            iload 4 /* width */
            iload 8 /* imgW */
            if_icmpne 14
            iload 5 /* height */
            iload 9 /* imgH */
            if_icmpne 14
        13: .line 3365
            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
        14: .line 3369
      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 */
        15: .line 3370
            aload 6 /* bg */
            aload 7 /* observer */
        16: .line 3369
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 12
        17: .line 3383
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        18: .line 3369
            iload 12
            ireturn
        19: .line 3371
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        20: .line 3373
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        21: .line 3374
            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 */
        22: .line 3375
            aload 6 /* bg */
            aload 7 /* observer */
        23: .line 3374
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 12
        24: .line 3383
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3374
            iload 12
            ireturn
        26: .line 3376
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        27: .line 3383
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3380
            iconst_0
            ireturn
        29: .line 3382
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        30: .line 3383
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        31: .line 3384
            aload 11
            athrow
        end local 10 // java.lang.Boolean hidpiImageDrawn
        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   32     0             this  Lsun/java2d/SunGraphics2D;
            0   32     1              img  Ljava/awt/Image;
            0   32     2                x  I
            0   32     3                y  I
            0   32     4            width  I
            0   32     5           height  I
            0   32     6               bg  Ljava/awt/Color;
            0   32     7         observer  Ljava/awt/image/ImageObserver;
            5   32     8             imgW  I
            6   32     9             imgH  I
           10   32    10  hidpiImageDrawn  Ljava/lang/Boolean;
      Exception table:
        from    to  target  type
          14    17      19  Class sun.java2d.InvalidPipeException
          20    24      26  Class sun.java2d.InvalidPipeException
          14    17      29  any
          19    24      29  any
          26    27      29  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 3391
            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=13, locals=11, 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 3401
            aload 1 /* img */
            ifnonnull 2
         1: .line 3402
            iconst_1
            ireturn
         2: .line 3405
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 6 /* imgW */
        start local 6 // int imgW
         3: .line 3406
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 7 /* imgH */
        start local 7 // int imgH
         4: .line 3407
            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
         5: .line 3408
            iconst_0
            iconst_0
            iload 6 /* imgW */
            iload 7 /* imgH */
            aload 4 /* bg */
            aload 5 /* observer */
         6: .line 3409
            aconst_null
         7: .line 3407
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;Ljava/awt/geom/AffineTransform;)Ljava/lang/Boolean;
            astore 8 /* hidpiImageDrawn */
        start local 8 // java.lang.Boolean hidpiImageDrawn
         8: .line 3410
            aload 8 /* hidpiImageDrawn */
            ifnull 10
         9: .line 3411
            aload 8 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        10: .line 3415
      StackMap locals: int int java.lang.Boolean
      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 10
        11: .line 3427
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3415
            iload 10
            ireturn
        13: .line 3416
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        14: .line 3418
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        15: .line 3419
            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 10
        16: .line 3427
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3419
            iload 10
            ireturn
        18: .line 3420
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        19: .line 3427
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        20: .line 3424
            iconst_0
            ireturn
        21: .line 3426
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        22: .line 3427
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3428
            aload 9
            athrow
        end local 8 // java.lang.Boolean hidpiImageDrawn
        end local 7 // int imgH
        end local 6 // int imgW
        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   24     0             this  Lsun/java2d/SunGraphics2D;
            0   24     1              img  Ljava/awt/Image;
            0   24     2                x  I
            0   24     3                y  I
            0   24     4               bg  Ljava/awt/Color;
            0   24     5         observer  Ljava/awt/image/ImageObserver;
            3   24     6             imgW  I
            4   24     7             imgH  I
            8   24     8  hidpiImageDrawn  Ljava/lang/Boolean;
      Exception table:
        from    to  target  type
          10    11      13  Class sun.java2d.InvalidPipeException
          14    16      18  Class sun.java2d.InvalidPipeException
          10    11      21  any
          13    16      21  any
          18    19      21  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 3439
            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 3440
            aload 10 /* observer */
         2: .line 3439
            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=19, 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 3452
            aload 1 /* img */
            ifnonnull 2
         1: .line 3453
            iconst_1
            ireturn
         2: .line 3456
      StackMap locals:
      StackMap stack:
            iload 2 /* dx1 */
            iload 4 /* dx2 */
            if_icmpeq 4
            iload 3 /* dy1 */
            iload 5 /* dy2 */
            if_icmpeq 4
         3: .line 3457
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            if_icmpeq 4
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            if_icmpne 5
         4: .line 3459
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 3462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
         6: .line 3463
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
         7: .line 3464
            aload 10 /* bgcolor */
            aload 11 /* observer */
            aconst_null
         8: .line 3462
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;Ljava/awt/geom/AffineTransform;)Ljava/lang/Boolean;
            astore 12 /* hidpiImageDrawn */
        start local 12 // java.lang.Boolean hidpiImageDrawn
         9: .line 3466
            aload 12 /* hidpiImageDrawn */
            ifnull 11
        10: .line 3467
            aload 12 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        11: .line 3470
      StackMap locals: java.lang.Boolean
      StackMap stack:
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            iload 4 /* dx2 */
            iload 2 /* dx1 */
            isub
            if_icmpne 32
        12: .line 3471
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            iload 5 /* dy2 */
            iload 3 /* dy1 */
            isub
            if_icmpne 32
        13: .line 3475
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            if_icmple 18
        14: .line 3476
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            istore 17 /* width */
        start local 17 // int width
        15: .line 3477
            iload 6 /* sx1 */
            istore 13 /* srcX */
        start local 13 // int srcX
        16: .line 3478
            iload 2 /* dx1 */
            istore 15 /* dstX */
        start local 15 // int dstX
        17: .line 3479
            goto 21
        end local 17 // int width
        end local 15 // int dstX
        end local 13 // int srcX
        18: .line 3480
      StackMap locals:
      StackMap stack:
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            isub
            istore 17 /* width */
        start local 17 // int width
        19: .line 3481
            iload 8 /* sx2 */
            istore 13 /* srcX */
        start local 13 // int srcX
        20: .line 3482
            iload 4 /* dx2 */
            istore 15 /* dstX */
        start local 15 // int dstX
        21: .line 3484
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.lang.Boolean int top int top int
      StackMap stack:
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            if_icmple 26
        22: .line 3485
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            istore 18 /* height */
        start local 18 // int height
        23: .line 3486
            iload 7 /* sy1 */
            istore 14 /* srcY */
        start local 14 // int srcY
        24: .line 3487
            iload 3 /* dy1 */
            istore 16 /* dstY */
        start local 16 // int dstY
        25: .line 3488
            goto 29
        end local 18 // int height
        end local 16 // int dstY
        end local 14 // int srcY
        26: .line 3489
      StackMap locals:
      StackMap stack:
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            isub
            istore 18 /* height */
        start local 18 // int height
        27: .line 3490
            iload 9 /* sy2 */
            istore 14 /* srcY */
        start local 14 // int srcY
        28: .line 3491
            iload 5 /* dy2 */
            istore 16 /* dstY */
        start local 16 // int dstY
        29: .line 3493
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.lang.Boolean int int int int int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 15 /* dstX */
            iload 16 /* dstY */
            iload 13 /* srcX */
            iload 14 /* srcY */
        30: .line 3494
            iload 17 /* width */
            iload 18 /* height */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        31: .line 3493
            invokevirtual sun.java2d.SunGraphics2D.copyImage:(Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 18 // int height
        end local 17 // int width
        end local 16 // int dstY
        end local 15 // int dstX
        end local 14 // int srcY
        end local 13 // int srcX
        32: .line 3498
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.lang.Boolean
      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 */
        33: .line 3499
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        34: .line 3500
            aload 11 /* observer */
        35: .line 3498
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 14
        36: .line 3514
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        37: .line 3498
            iload 14
            ireturn
        38: .line 3501
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        39: .line 3503
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        40: .line 3504
            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 */
        41: .line 3505
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        42: .line 3506
            aload 11 /* observer */
        43: .line 3504
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 14
        44: .line 3514
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        45: .line 3504
            iload 14
            ireturn
        46: .line 3507
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        47: .line 3514
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        48: .line 3511
            iconst_0
            ireturn
        49: .line 3513
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        50: .line 3514
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        51: .line 3515
            aload 13
            athrow
        end local 12 // java.lang.Boolean hidpiImageDrawn
        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   52     0             this  Lsun/java2d/SunGraphics2D;
            0   52     1              img  Ljava/awt/Image;
            0   52     2              dx1  I
            0   52     3              dy1  I
            0   52     4              dx2  I
            0   52     5              dy2  I
            0   52     6              sx1  I
            0   52     7              sy1  I
            0   52     8              sx2  I
            0   52     9              sy2  I
            0   52    10          bgcolor  Ljava/awt/Color;
            0   52    11         observer  Ljava/awt/image/ImageObserver;
            9   52    12  hidpiImageDrawn  Ljava/lang/Boolean;
           16   18    13             srcX  I
           20   32    13             srcX  I
           24   26    14             srcY  I
           28   32    14             srcY  I
           17   18    15             dstX  I
           21   32    15             dstX  I
           25   26    16             dstY  I
           29   32    16             dstY  I
           15   18    17            width  I
           19   32    17            width  I
           23   26    18           height  I
           27   32    18           height  I
      Exception table:
        from    to  target  type
          32    36      38  Class sun.java2d.InvalidPipeException
          39    44      46  Class sun.java2d.InvalidPipeException
          32    36      49  any
          38    44      49  any
          46    47      49  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=13, locals=7, 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 3540
            aload 1 /* img */
            ifnonnull 2
         1: .line 3541
            iconst_1
            ireturn
         2: .line 3544
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            ifnull 3
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 4
         3: .line 3545
      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 3548
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 4 /* w */
        start local 4 // int w
         5: .line 3549
            aload 1 /* img */
            aconst_null
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 5 /* h */
        start local 5 // int h
         6: .line 3550
            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 */
         7: .line 3551
            aconst_null
            aload 3 /* observer */
            aload 2 /* xform */
         8: .line 3550
            invokevirtual sun.java2d.SunGraphics2D.drawHiDPIImage:(Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;Ljava/awt/geom/AffineTransform;)Ljava/lang/Boolean;
            astore 6 /* hidpiImageDrawn */
        start local 6 // java.lang.Boolean hidpiImageDrawn
         9: .line 3553
            aload 6 /* hidpiImageDrawn */
            ifnull 11
        10: .line 3554
            aload 6 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        11: .line 3557
      StackMap locals: int int java.lang.Boolean
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            aload 2 /* xform */
            aload 3 /* observer */
            invokevirtual sun.java2d.SunGraphics2D.transformImage:(Ljava/awt/Image;Ljava/awt/geom/AffineTransform;Ljava/awt/image/ImageObserver;)Z
            ireturn
        end local 6 // java.lang.Boolean hidpiImageDrawn
        end local 5 // int h
        end local 4 // int w
        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   12     0             this  Lsun/java2d/SunGraphics2D;
            0   12     1              img  Ljava/awt/Image;
            0   12     2            xform  Ljava/awt/geom/AffineTransform;
            0   12     3         observer  Ljava/awt/image/ImageObserver;
            5   12     4                w  I
            6   12     5                h  I
            9   12     6  hidpiImageDrawn  Ljava/lang/Boolean;
    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 3565
            aload 1 /* bImg */
            ifnonnull 2
         1: .line 3566
            return
         2: .line 3570
      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 3571
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3573
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3574
            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 3575
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3581
      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 3580
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 3581
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3582
            aload 5
            athrow
        13: .line 3581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3583
      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 3590
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
            ifnonnull 23
         1: .line 3591
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 1 /* aahint */
        start local 1 // int aahint
         2: .line 3592
            iload 1 /* aahint */
            ifne 5
         3: .line 3593
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 5
         4: .line 3594
            iconst_2
            istore 1 /* aahint */
         5: .line 3597
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* tx */
        start local 2 // java.awt.geom.AffineTransform tx
         6: .line 3598
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 17
         7: .line 3599
            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 3600
            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 3601
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 2 /* tx */
        10: .line 3602
            goto 17
        11: .line 3603
      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 3604
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        13: .line 3605
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
        14: .line 3606
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        15: .line 3607
            dconst_0
            dconst_0
        16: .line 3603
            invokespecial java.awt.geom.AffineTransform.<init>:(DDDDDD)V
            astore 2 /* tx */
        17: .line 3610
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.font.FontRenderContext
            dup
            aload 2 /* tx */
        18: .line 3611
            iconst_2
            iload 1 /* aahint */
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        19: .line 3612
            iconst_3
        20: .line 3613
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 3612
            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 3610
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // int aahint
        23: .line 3615
      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 3629
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         1: .line 3630
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         2: .line 3631
            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 3647
            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 3655
            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 3665
            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