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 113
            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 210
            new java.awt.BasicStroke
            dup
            invokespecial java.awt.BasicStroke.<init>:()V
            putstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
         4: .line 211
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            putstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
         5: .line 213
            new java.awt.Font
            dup
            ldc "Dialog"
            iconst_0
            bipush 12
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
         6: .line 212
            putstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
         7: .line 228
            sipush 140
            putstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
         8: .line 260
            invokestatic sun.awt.util.PerformanceLogger.loggingEnabled:()Z
            ifeq 10
         9: .line 261
            ldc "SunGraphics2D static initialization"
            invokestatic sun.awt.util.PerformanceLogger.setTime:(Ljava/lang/String;)I
            pop
        10: .line 420
      StackMap locals:
      StackMap stack:
            new sun.java2d.pipe.ValidatePipe
            dup
            invokespecial sun.java2d.pipe.ValidatePipe.<init>:()V
            putstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
        11: .line 571
            iconst_4
            newarray 7
            dup
            iconst_0
            dconst_1
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            dconst_1
            dastore
            putstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
        12: .line 573
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
        13: .line 572
            putstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
        14: .line 577
            bipush 17
            anewarray double[]
            putstatic sun.java2d.SunGraphics2D.textTxArr:[[D
        15: .line 579
            bipush 17
            anewarray java.awt.geom.AffineTransform
        16: .line 578
            putstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
        17: .line 582
            bipush 8
            istore 0 /* i */
        start local 0 // int i
        18: goto 22
        19: .line 583
      StackMap locals: int
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 0 /* i */
            iconst_4
            newarray 7
            dup
            iconst_0
            iload 0 /* i */
            i2d
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            iload 0 /* i */
            i2d
            dastore
            aastore
        20: .line 584
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 0 /* i */
            new java.awt.geom.AffineTransform
            dup
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 0 /* i */
            aaload
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            aastore
        21: .line 582
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 0 /* i */
            bipush 17
            if_icmplt 19
        end local 0 // int i
        23: .line 1045
            invokestatic sun.java2d.pipe.RenderingEngine.getInstance:()Lsun/java2d/pipe/RenderingEngine;
            invokevirtual sun.java2d.pipe.RenderingEngine.getMinimumAAPenSize:()F
            f2d
        24: .line 1044
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
        25: .line 1047
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dmul
        26: .line 1046
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAASquared:D
        27: .line 1935
            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 265
            aload 0 /* this */
            invokespecial java.awt.Graphics2D.<init>:()V
         1: .line 266
            aload 0 /* this */
            aload 1 /* sd */
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         2: .line 267
            aload 0 /* this */
            aload 2 /* fg */
            putfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
         3: .line 268
            aload 0 /* this */
            aload 3 /* bg */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         4: .line 269
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         5: .line 270
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
         6: .line 271
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         7: .line 273
            aload 0 /* this */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
         8: .line 275
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         9: .line 276
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        10: .line 277
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        11: .line 278
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        12: .line 279
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        13: .line 280
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        14: .line 281
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        15: .line 282
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        16: .line 284
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        17: .line 286
            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 287
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifne 20
        19: .line 288
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        20: .line 291
      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 293
            aload 0 /* this */
            aload 4 /* f */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        22: .line 294
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 24
        23: .line 295
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        24: .line 298
      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 299
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 300
            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 303
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getDeviceConfiguration:()Ljava/awt/GraphicsConfiguration;
            astore 1 /* gc */
        start local 1 // java.awt.GraphicsConfiguration gc
         1: .line 304
            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 309
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast sun.java2d.SunGraphics2D
            astore 1 /* g */
        start local 1 // sun.java2d.SunGraphics2D g
         1: .line 310
            aload 1 /* g */
            new java.awt.geom.AffineTransform
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            putfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
         2: .line 311
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 4
         3: .line 312
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            invokevirtual java.awt.RenderingHints.clone:()Ljava/lang/Object;
            checkcast java.awt.RenderingHints
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         4: .line 320
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 9
         5: .line 321
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifeq 8
         6: .line 322
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            invokevirtual sun.java2d.loops.FontInfo.clone:()Ljava/lang/Object;
            checkcast sun.java2d.loops.FontInfo
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         7: .line 323
            goto 9
         8: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         9: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 14
        10: .line 328
            aload 1 /* g */
        11: .line 329
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            invokevirtual sun.java2d.loops.FontInfo.clone:()Ljava/lang/Object;
            checkcast sun.java2d.loops.FontInfo
        12: .line 328
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        13: .line 330
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
        14: .line 333
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
        15: areturn
        end local 1 // sun.java2d.SunGraphics2D g
        16: .line 334
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack: java.lang.CloneNotSupportedException
            pop
        17: .line 336
            aconst_null
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/java2d/SunGraphics2D;
            1   16     1     g  Lsun/java2d/SunGraphics2D;
      Exception table:
        from    to  target  type
           0    15      16  Class java.lang.CloneNotSupportedException

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

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

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

  public void constrain(int, int, int, int, sun.java2d.pipe.Region);
    descriptor: (IIIILsun/java2d/pipe/Region;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=6
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
        start local 5 // sun.java2d.pipe.Region region
         0: .line 364
            iload 1 /* x */
            iload 2 /* y */
            ior
            ifeq 2
         1: .line 365
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.java2d.SunGraphics2D.translate:(II)V
         2: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmple 5
         3: .line 368
            aload 0 /* this */
            iconst_0
            iconst_0
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.clipRect:(IIII)V
         4: .line 369
            return
         5: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            dstore 6 /* scaleX */
        start local 6 // double scaleX
         6: .line 373
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 8 /* scaleY */
        start local 8 // double scaleY
         7: .line 374
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
            dup_x1
            putfield sun.java2d.SunGraphics2D.constrainX:I
            istore 1 /* x */
         8: .line 375
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
            dup_x1
            putfield sun.java2d.SunGraphics2D.constrainY:I
            istore 2 /* y */
         9: .line 376
            iload 1 /* x */
            iload 3 /* w */
            dload 6 /* scaleX */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            invokestatic sun.java2d.pipe.Region.dimAdd:(II)I
            istore 3 /* w */
        10: .line 377
            iload 2 /* y */
            iload 4 /* h */
            dload 8 /* scaleY */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            invokestatic sun.java2d.pipe.Region.dimAdd:(II)I
            istore 4 /* h */
        11: .line 379
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            astore 10 /* c */
        start local 10 // sun.java2d.pipe.Region c
        12: .line 380
            aload 10 /* c */
            ifnonnull 15
        13: .line 381
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokestatic sun.java2d.pipe.Region.getInstanceXYXY:(IIII)Lsun/java2d/pipe/Region;
            astore 10 /* c */
        14: .line 382
            goto 16
        15: .line 383
      StackMap locals: double double sun.java2d.pipe.Region
      StackMap stack:
            aload 10 /* c */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.pipe.Region.getIntersectionXYXY:(IIII)Lsun/java2d/pipe/Region;
            astore 10 /* c */
        16: .line 385
      StackMap locals:
      StackMap stack:
            aload 5 /* region */
            ifnull 20
        17: .line 386
            aload 5 /* region */
            dload 6 /* scaleX */
            dload 8 /* scaleY */
            invokevirtual sun.java2d.pipe.Region.getScaledRegion:(DD)Lsun/java2d/pipe/Region;
            astore 5 /* region */
        18: .line 387
            aload 5 /* region */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.java2d.pipe.Region.getTranslatedRegion:(II)Lsun/java2d/pipe/Region;
            astore 5 /* region */
        19: .line 388
            aload 10 /* c */
            aload 5 /* region */
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Lsun/java2d/pipe/Region;)Lsun/java2d/pipe/Region;
            astore 10 /* c */
        20: .line 391
      StackMap locals:
      StackMap stack:
            aload 10 /* c */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
            if_acmpne 22
        21: .line 393
            return
        22: .line 396
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* c */
            putfield sun.java2d.SunGraphics2D.constrainClip:Lsun/java2d/pipe/Region;
        23: .line 397
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 10 /* c */
            invokevirtual sun.java2d.pipe.Region.isInsideQuickCheck:(Lsun/java2d/pipe/Region;)Z
            ifne 26
        24: .line 398
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
            aload 10 /* c */
            invokevirtual sun.java2d.pipe.Region.getIntersection:(Lsun/java2d/pipe/Region;)Lsun/java2d/pipe/Region;
            putfield sun.java2d.SunGraphics2D.devClip:Lsun/java2d/pipe/Region;
        25: .line 399
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
        26: .line 401
      StackMap locals:
      StackMap stack:
            return
        end local 10 // sun.java2d.pipe.Region c
        end local 8 // double scaleY
        end local 6 // double scaleX
        end local 5 // sun.java2d.pipe.Region region
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lsun/java2d/SunGraphics2D;
            0   27     1       x  I
            0   27     2       y  I
            0   27     3       w  I
            0   27     4       h  I
            0   27     5  region  Lsun/java2d/pipe/Region;
            6   27     6  scaleX  D
            7   27     8  scaleY  D
           12   27    10       c  Lsun/java2d/pipe/Region;
    MethodParameters:
        Name  Flags
      x       
      y       
      w       
      h       
      region  

  public void constrain(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // int x
        start local 2 // int y
        start local 3 // int w
        start local 4 // int h
         0: .line 417
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.constrain:(IIIILsun/java2d/pipe/Region;)V
         1: .line 418
            return
        end local 4 // int h
        end local 3 // int w
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/java2d/SunGraphics2D;
            0    2     1     x  I
            0    2     2     y  I
            0    2     3     w  I
            0    2     4     h  I
    MethodParameters:
      Name  Flags
      x     
      y     
      w     
      h     

  protected void invalidatePipe();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 426
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
         1: .line 427
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
         2: .line 428
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
         3: .line 429
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
         4: .line 430
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
            putfield sun.java2d.SunGraphics2D.imagepipe:Lsun/java2d/pipe/DrawImagePipe;
         5: .line 431
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.loops:Lsun/java2d/loops/RenderLoops;
         6: .line 432
            return
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lsun/java2d/SunGraphics2D;

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

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

  java.awt.Shape intersectRectShape(java.awt.geom.Rectangle2D, java.awt.Shape, boolean, boolean);
    descriptor: (Ljava/awt/geom/Rectangle2D;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
    flags: (0x0000) 
    Code:
      stack=9, locals=15, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.geom.Rectangle2D r
        start local 2 // java.awt.Shape s
        start local 3 // boolean keep1
        start local 4 // boolean keep2
         0: .line 477
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 21
         1: .line 478
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 5 /* r2 */
        start local 5 // java.awt.geom.Rectangle2D r2
         2: .line 480
            iload 3 /* keep1 */
            ifne 5
         3: .line 481
            aload 1 /* r */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         4: .line 482
            goto 9
        end local 6 // java.awt.geom.Rectangle2D outrect
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
         5: iload 4 /* keep2 */
            ifne 8
         6: .line 483
            aload 5 /* r2 */
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         7: .line 484
            goto 9
        end local 6 // java.awt.geom.Rectangle2D outrect
         8: .line 485
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Rectangle2D$Float
            dup
            invokespecial java.awt.geom.Rectangle2D$Float.<init>:()V
            astore 6 /* outrect */
        start local 6 // java.awt.geom.Rectangle2D outrect
         9: .line 487
      StackMap locals: java.awt.geom.Rectangle2D
      StackMap stack:
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 7 /* x1 */
        start local 7 // double x1
        10: .line 488
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        11: .line 489
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
            dadd
        12: .line 488
            invokestatic java.lang.Math.min:(DD)D
            dstore 9 /* x2 */
        start local 9 // double x2
        13: .line 490
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            invokestatic java.lang.Math.max:(DD)D
            dstore 11 /* y1 */
        start local 11 // double y1
        14: .line 491
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 1 /* r */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        15: .line 492
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            aload 5 /* r2 */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
            dadd
        16: .line 491
            invokestatic java.lang.Math.min:(DD)D
            dstore 13 /* y2 */
        start local 13 // double y2
        17: .line 494
            dload 9 /* x2 */
            dload 7 /* x1 */
            dsub
            dconst_0
            dcmpg
            iflt 18
            dload 13 /* y2 */
            dload 11 /* y1 */
            dsub
            dconst_0
            dcmpg
            ifge 19
        18: .line 496
      StackMap locals: sun.java2d.SunGraphics2D java.awt.geom.Rectangle2D java.awt.Shape int int java.awt.geom.Rectangle2D java.awt.geom.Rectangle2D double double double double
      StackMap stack:
            aload 6 /* outrect */
            dconst_0
            dconst_0
            dconst_0
            dconst_0
            invokevirtual java.awt.geom.Rectangle2D.setFrameFromDiagonal:(DDDD)V
            goto 20
        19: .line 498
      StackMap locals:
      StackMap stack:
            aload 6 /* outrect */
            dload 7 /* x1 */
            dload 11 /* y1 */
            dload 9 /* x2 */
            dload 13 /* y2 */
            invokevirtual java.awt.geom.Rectangle2D.setFrameFromDiagonal:(DDDD)V
        20: .line 499
      StackMap locals:
      StackMap stack:
            aload 6 /* outrect */
            areturn
        end local 13 // double y2
        end local 11 // double y1
        end local 9 // double x2
        end local 7 // double x1
        end local 6 // java.awt.geom.Rectangle2D outrect
        end local 5 // java.awt.geom.Rectangle2D r2
        21: .line 501
      StackMap locals: sun.java2d.SunGraphics2D java.awt.geom.Rectangle2D java.awt.Shape int int
      StackMap stack:
            aload 1 /* r */
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds2D:()Ljava/awt/geom/Rectangle2D;
            invokevirtual java.awt.geom.Rectangle2D.contains:(Ljava/awt/geom/Rectangle2D;)Z
            ifeq 25
        22: .line 502
            iload 4 /* keep2 */
            ifeq 24
        23: .line 503
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 2 /* s */
        24: .line 505
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            areturn
        25: .line 507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* r */
            aload 2 /* s */
            iload 3 /* keep1 */
            iload 4 /* keep2 */
            invokevirtual sun.java2d.SunGraphics2D.intersectByArea:(Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
            areturn
        end local 4 // boolean keep2
        end local 3 // boolean keep1
        end local 2 // java.awt.Shape s
        end local 1 // java.awt.geom.Rectangle2D r
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   26     0     this  Lsun/java2d/SunGraphics2D;
            0   26     1        r  Ljava/awt/geom/Rectangle2D;
            0   26     2        s  Ljava/awt/Shape;
            0   26     3    keep1  Z
            0   26     4    keep2  Z
            2   21     5       r2  Ljava/awt/geom/Rectangle2D;
            4    5     6  outrect  Ljava/awt/geom/Rectangle2D;
            7    8     6  outrect  Ljava/awt/geom/Rectangle2D;
            9   21     6  outrect  Ljava/awt/geom/Rectangle2D;
           10   21     7       x1  D
           13   21     9       x2  D
           14   21    11       y1  D
           17   21    13       y2  D
    MethodParameters:
       Name  Flags
      r      
      s      
      keep1  
      keep2  

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

  java.awt.Shape intersectByArea(java.awt.Shape, java.awt.Shape, boolean, boolean);
    descriptor: (Ljava/awt/Shape;Ljava/awt/Shape;ZZ)Ljava/awt/Shape;
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Shape s1
        start local 2 // java.awt.Shape s2
        start local 3 // boolean keep1
        start local 4 // boolean keep2
         0: .line 528
            iload 3 /* keep1 */
            ifne 3
            aload 1 /* s1 */
            instanceof java.awt.geom.Area
            ifeq 3
         1: .line 529
            aload 1 /* s1 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         2: .line 530
            goto 8
        end local 5 // java.awt.geom.Area a1
      StackMap locals:
      StackMap stack:
         3: iload 4 /* keep2 */
            ifne 7
            aload 2 /* s2 */
            instanceof java.awt.geom.Area
            ifeq 7
         4: .line 531
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         5: .line 532
            aload 1 /* s1 */
            astore 2 /* s2 */
         6: .line 533
            goto 8
        end local 5 // java.awt.geom.Area a1
         7: .line 534
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Area
            dup
            aload 1 /* s1 */
            invokespecial java.awt.geom.Area.<init>:(Ljava/awt/Shape;)V
            astore 5 /* a1 */
        start local 5 // java.awt.geom.Area a1
         8: .line 537
      StackMap locals: java.awt.geom.Area
      StackMap stack:
            aload 2 /* s2 */
            instanceof java.awt.geom.Area
            ifeq 11
         9: .line 538
            aload 2 /* s2 */
            checkcast java.awt.geom.Area
            astore 6 /* a2 */
        start local 6 // java.awt.geom.Area a2
        10: .line 539
            goto 12
        end local 6 // java.awt.geom.Area a2
        11: .line 540
      StackMap locals:
      StackMap stack:
            new java.awt.geom.Area
            dup
            aload 2 /* s2 */
            invokespecial java.awt.geom.Area.<init>:(Ljava/awt/Shape;)V
            astore 6 /* a2 */
        start local 6 // java.awt.geom.Area a2
        12: .line 543
      StackMap locals: java.awt.geom.Area
      StackMap stack:
            aload 5 /* a1 */
            aload 6 /* a2 */
            invokevirtual java.awt.geom.Area.intersect:(Ljava/awt/geom/Area;)V
        13: .line 544
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.isRectangular:()Z
            ifeq 15
        14: .line 545
            aload 5 /* a1 */
            invokevirtual java.awt.geom.Area.getBounds:()Ljava/awt/Rectangle;
            areturn
        15: .line 548
      StackMap locals:
      StackMap stack:
            aload 5 /* a1 */
            areturn
        end local 6 // java.awt.geom.Area a2
        end local 5 // java.awt.geom.Area a1
        end local 4 // boolean keep2
        end local 3 // boolean keep1
        end local 2 // java.awt.Shape s2
        end local 1 // java.awt.Shape s1
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Lsun/java2d/SunGraphics2D;
            0   16     1     s1  Ljava/awt/Shape;
            0   16     2     s2  Ljava/awt/Shape;
            0   16     3  keep1  Z
            0   16     4  keep2  Z
            2    3     5     a1  Ljava/awt/geom/Area;
            5    7     5     a1  Ljava/awt/geom/Area;
            8   16     5     a1  Ljava/awt/geom/Area;
           10   11     6     a2  Ljava/awt/geom/Area;
           12   16     6     a2  Ljava/awt/geom/Area;
    MethodParameters:
       Name  Flags
      s1     
      s2     
      keep1  
      keep2  

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

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

  public sun.java2d.loops.FontInfo checkFontInfo(sun.java2d.loops.FontInfo, java.awt.Font, java.awt.font.FontRenderContext);
    descriptor: (Lsun/java2d/loops/FontInfo;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/java2d/loops/FontInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // sun.java2d.loops.FontInfo info
        start local 2 // java.awt.Font font
        start local 3 // java.awt.font.FontRenderContext frc
         0: .line 595
            aload 1 /* info */
            ifnonnull 2
         1: .line 596
            new sun.java2d.loops.FontInfo
            dup
            invokespecial sun.java2d.loops.FontInfo.<init>:()V
            astore 1 /* info */
         2: .line 599
      StackMap locals:
      StackMap stack:
            aload 2 /* font */
            invokevirtual java.awt.Font.getSize2D:()F
            fstore 4 /* ptSize */
        start local 4 // float ptSize
         3: .line 601
            aconst_null
            astore 6 /* textAt */
        start local 6 // java.awt.geom.AffineTransform textAt
         4: .line 602
            aload 2 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifeq 25
         5: .line 603
            aload 2 /* font */
            invokevirtual java.awt.Font.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 6 /* textAt */
         6: .line 604
            aload 6 /* textAt */
            fload 4 /* ptSize */
            f2d
            fload 4 /* ptSize */
            f2d
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
         7: .line 605
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            pop
         8: .line 606
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originX:F
         9: .line 607
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originY:F
        10: .line 608
            aload 6 /* textAt */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.originX:F
            fneg
            f2d
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.originY:F
            fneg
            f2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        11: .line 609
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 16
        12: .line 610
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.devTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        13: .line 611
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        14: .line 612
            aload 6 /* textAt */
            aload 5 /* devAt */
            invokevirtual java.awt.geom.AffineTransform.preConcatenate:(Ljava/awt/geom/AffineTransform;)V
        15: .line 613
            goto 18
        end local 5 // java.awt.geom.AffineTransform devAt
        16: .line 614
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        17: .line 615
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        18: .line 617
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack:
            aload 6 /* textAt */
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        19: .line 618
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        20: .line 619
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        21: .line 620
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 23
        22: .line 621
            dload 7 /* shearx */
            dload 7 /* shearx */
            dmul
            dload 9 /* scaley */
            dload 9 /* scaley */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 9 /* scaley */
        23: .line 623
      StackMap locals: double double
      StackMap stack:
            aload 1 /* info */
            dload 9 /* scaley */
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        end local 9 // double scaley
        end local 7 // double shearx
        24: .line 624
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        25: .line 626
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            aload 1 /* info */
            fconst_0
            dup_x1
            putfield sun.java2d.loops.FontInfo.originY:F
            putfield sun.java2d.loops.FontInfo.originX:F
        26: .line 627
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 42
        27: .line 628
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.devTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        28: .line 629
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        29: .line 630
            aload 1 /* info */
            iconst_4
            newarray 7
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        30: .line 631
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 34
        32: .line 632
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform int
      StackMap stack:
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            iload 7 /* i */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            iload 7 /* i */
            daload
            fload 4 /* ptSize */
            f2d
            dmul
            dastore
        33: .line 631
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 7 /* i */
            iconst_4
            if_icmplt 32
        end local 7 // int i
        35: .line 634
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 6 /* textAt */
        36: .line 635
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        37: .line 636
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        38: .line 637
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 40
        39: .line 638
            dload 7 /* shearx */
            dload 7 /* shearx */
            dmul
            dload 9 /* scaley */
            dload 9 /* scaley */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 9 /* scaley */
        40: .line 640
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform double double
      StackMap stack:
            aload 1 /* info */
            dload 9 /* scaley */
            fload 4 /* ptSize */
            f2d
            dmul
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        end local 9 // double scaley
        end local 7 // double shearx
        41: .line 641
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        42: .line 650
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            fload 4 /* ptSize */
            f2i
            istore 7 /* pszInt */
        start local 7 // int pszInt
        43: .line 651
            fload 4 /* ptSize */
            iload 7 /* pszInt */
            i2f
            fcmpl
            ifne 49
        44: .line 652
            iload 7 /* pszInt */
            bipush 8
            if_icmplt 49
            iload 7 /* pszInt */
            bipush 17
            if_icmpge 49
        45: .line 653
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 7 /* pszInt */
            aaload
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        46: .line 654
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 7 /* pszInt */
            aaload
            astore 6 /* textAt */
        47: .line 655
            aload 1 /* info */
            iload 7 /* pszInt */
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        48: .line 656
            goto 50
        49: .line 657
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            fload 4 /* ptSize */
            f2d
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        50: .line 659
      StackMap locals:
      StackMap stack:
            aload 6 /* textAt */
            ifnonnull 53
        51: .line 660
            aload 1 /* info */
            iconst_4
            newarray 7
            dup
            iconst_0
            fload 4 /* ptSize */
            f2d
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            fload 4 /* ptSize */
            f2d
            dastore
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        52: .line 661
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 6 /* textAt */
        53: .line 664
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        54: .line 665
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        end local 7 // int pszInt
        start local 5 // java.awt.geom.AffineTransform devAt
        55: .line 669
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
        56: .line 670
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getDeterminant:()D
            invokestatic java.lang.Math.abs:(D)D
            ldc 4.9E-324
            dcmpg
            ifgt 57
            iconst_1
            goto 58
      StackMap locals:
      StackMap stack: sun.java2d.loops.FontInfo
        57: iconst_0
        58: .line 669
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack: sun.java2d.loops.FontInfo int
            putfield sun.java2d.loops.FontInfo.nonInvertibleTx:Z
        59: .line 672
            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;
        60: .line 674
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
            istore 7 /* fmhint */
        start local 7 // int fmhint
        61: .line 675
            iload 7 /* fmhint */
            ifne 63
        62: .line 676
            iconst_1
            istore 7 /* fmhint */
        63: .line 678
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdSubPixPos:Z
        64: .line 703
            aload 3 /* frc */
            ifnonnull 67
        65: .line 704
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 8 /* aahint */
        start local 8 // int aahint
        66: .line 705
            goto 68
        end local 8 // int aahint
        67: .line 706
      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
        68: .line 708
      StackMap locals: int
      StackMap stack:
            iload 8 /* aahint */
            ifne 74
        69: .line 709
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 72
        70: .line 710
            iconst_2
            istore 8 /* aahint */
        71: .line 711
            goto 97
        72: .line 712
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        73: .line 714
            goto 97
        74: .line 721
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            iconst_3
            if_icmpne 80
        75: .line 722
            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 78
        76: .line 723
            iconst_2
            istore 8 /* aahint */
        77: .line 724
            goto 97
        78: .line 725
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        79: .line 727
            goto 97
      StackMap locals:
      StackMap stack:
        80: iload 8 /* aahint */
            iconst_4
            if_icmplt 97
        81: .line 744
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            aload 0 /* this */
            invokevirtual sun.java2d.SurfaceData.canRenderLCDText:(Lsun/java2d/SunGraphics2D;)Z
            ifne 84
        82: .line 749
            iconst_2
            istore 8 /* aahint */
        83: .line 750
            goto 97
        84: .line 751
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_1
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        85: .line 759
            iload 8 /* aahint */
            iconst_5
            if_icmpne 89
        86: .line 760
            iconst_4
            istore 8 /* aahint */
        87: .line 761
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        88: .line 762
            goto 92
        89: .line 763
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            bipush 7
            if_icmpne 92
        90: .line 764
            bipush 6
            istore 8 /* aahint */
        91: .line 765
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        92: .line 770
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
        93: .line 771
            iload 7 /* fmhint */
            iconst_2
            if_icmpne 95
        94: .line 772
            iload 8 /* aahint */
            iconst_4
            if_icmpne 95
            iconst_1
            goto 96
      StackMap locals:
      StackMap stack: sun.java2d.loops.FontInfo
        95: iconst_0
        96: .line 770
      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
        97: .line 776
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontUtilities.isMacOSX14:Z
            ifeq 100
        98: .line 777
            iload 8 /* aahint */
            iconst_1
            if_icmpne 100
        99: .line 779
            iconst_2
            istore 8 /* aahint */
       100: .line 781
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iload 8 /* aahint */
            putfield sun.java2d.loops.FontInfo.aaHint:I
       101: .line 782
            aload 1 /* info */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.font2D:Lsun/font/Font2D;
            aload 2 /* font */
            aload 5 /* devAt */
            aload 6 /* textAt */
       102: .line 783
            iload 8 /* aahint */
            iload 7 /* fmhint */
       103: .line 782
            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;
       104: .line 784
            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  105     0    this  Lsun/java2d/SunGraphics2D;
            0  105     1    info  Lsun/java2d/loops/FontInfo;
            0  105     2    font  Ljava/awt/Font;
            0  105     3     frc  Ljava/awt/font/FontRenderContext;
            3  105     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  105     5   devAt  Ljava/awt/geom/AffineTransform;
            4  105     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
           61  105     7  fmhint  I
           66   67     8  aahint  I
           68  105     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 788
            aload 0 /* mtx */
            iconst_0
            daload
            aload 0 /* mtx */
            iconst_3
            daload
            dcmpl
            ifne 5
         1: .line 789
            aload 0 /* mtx */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 5
         2: .line 790
            aload 0 /* mtx */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 5
         3: .line 791
            aload 0 /* mtx */
            iconst_0
            daload
            dconst_0
            dcmpl
            ifle 5
         4: .line 793
            iconst_0
            ireturn
         5: .line 796
      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 805
            aload 1 /* font */
            ifnull 14
            aload 1 /* font */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            if_acmpeq 14
         1: .line 820
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            iconst_3
            if_icmpne 11
         2: .line 821
            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 822
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 10
         4: .line 823
            aload 1 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifne 10
         5: .line 824
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 10
         6: .line 825
            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 826
      StackMap locals:
      StackMap stack: int
            aload 1 /* font */
            invokestatic sun.font.FontUtilities.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
         9: .line 827
            aload 1 /* font */
            invokevirtual java.awt.Font.getSize:()I
            invokevirtual sun.font.Font2D.useAAForPtSize:(I)Z
            if_icmpeq 11
        10: .line 828
      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 830
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        12: .line 831
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        13: .line 832
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        14: .line 834
      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 837
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifne 3
         1: .line 838
            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 839
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
         3: .line 841
      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 846
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 4
         1: .line 847
            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 848
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            aload 2 /* frc */
            if_acmpne 4
         3: .line 849
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            areturn
         4: .line 851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* frc */
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
         5: .line 852
            aload 0 /* this */
         6: .line 853
            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 852
            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 858
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            ifnull 2
         1: .line 859
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 863
            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 862
            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 867
            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 868
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 871
      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 870
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         4: .line 873
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 1 /* font */
            if_acmpne 6
         5: .line 874
            aload 0 /* this */
            aload 2 /* fm */
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
         6: .line 876
      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 897
            iload 3 /* onStroke */
            ifeq 2
         1: .line 898
            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 901
      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 902
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifeq 6
         4: .line 903
            new java.awt.Rectangle
            dup
            aload 1 /* rect */
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 1 /* rect */
         5: .line 904
            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 907
      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 914
            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 921
            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 929
            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 943
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            aload 1 /* comp */
            if_acmpne 2
         1: .line 944
            return
         2: .line 948
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            instanceof java.awt.AlphaComposite
            ifeq 24
         3: .line 949
            aload 1 /* comp */
            checkcast java.awt.AlphaComposite
            astore 4 /* alphacomp */
        start local 4 // java.awt.AlphaComposite alphacomp
         4: .line 950
            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 951
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 13
         6: .line 952
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifeq 9
         7: .line 953
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmple 11
         8: .line 954
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         9: .line 956
      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 957
            goto 33
        end local 2 // int newCompState
        11: .line 958
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        start local 2 // int newCompState
        12: .line 960
            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 961
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Src:Lsun/java2d/loops/CompositeType;
            if_acmpeq 16
        15: .line 962
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Clear:Lsun/java2d/loops/CompositeType;
            if_acmpne 18
        16: .line 964
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        17: .line 965
            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 966
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcIn:Lsun/java2d/loops/CompositeType;
            if_acmpne 22
        20: .line 968
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        21: .line 969
            goto 33
        end local 2 // int newCompState
        22: .line 970
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        end local 4 // java.awt.AlphaComposite alphacomp
        start local 2 // int newCompState
        23: .line 972
            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 973
            iconst_2
            istore 2 /* newCompState */
        start local 2 // int newCompState
        26: .line 974
            getstatic sun.java2d.loops.CompositeType.Xor:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        27: .line 975
            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 976
            new java.lang.IllegalArgumentException
            dup
            ldc "null Composite"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 978
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.checkCustomComposite:()V
        31: .line 979
            iconst_3
            istore 2 /* newCompState */
        start local 2 // int newCompState
        32: .line 980
            getstatic sun.java2d.loops.CompositeType.General:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        33: .line 982
      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 983
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            aload 3 /* newCompType */
            if_acmpeq 39
        35: .line 985
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newCompState */
            putfield sun.java2d.SunGraphics2D.compositeState:I
        36: .line 986
            aload 0 /* this */
            aload 3 /* newCompType */
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
        37: .line 987
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        38: .line 988
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        39: .line 990
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
        40: .line 991
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 42
        41: .line 992
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        42: .line 994
      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 1005
            aload 1 /* paint */
            instanceof java.awt.Color
            ifeq 3
         1: .line 1006
            aload 0 /* this */
            aload 1 /* paint */
            checkcast java.awt.Color
            invokevirtual sun.java2d.SunGraphics2D.setColor:(Ljava/awt/Color;)V
         2: .line 1007
            return
         3: .line 1009
      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 1010
      StackMap locals:
      StackMap stack:
            return
         5: .line 1012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* paint */
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         6: .line 1013
            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 1015
            aload 1 /* paint */
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         8: .line 1016
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifeq 13
         9: .line 1017
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1019
            goto 13
        11: .line 1020
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifne 13
        12: .line 1021
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        13: .line 1025
      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 1026
            aload 2 /* paintClass */
            ldc Ljava/awt/GradientPaint;
            if_acmpne 17
        15: .line 1027
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.paintState:I
        16: .line 1028
            goto 27
      StackMap locals: java.lang.Class
      StackMap stack:
        17: aload 2 /* paintClass */
            ldc Ljava/awt/LinearGradientPaint;
            if_acmpne 20
        18: .line 1029
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.paintState:I
        19: .line 1030
            goto 27
      StackMap locals:
      StackMap stack:
        20: aload 2 /* paintClass */
            ldc Ljava/awt/RadialGradientPaint;
            if_acmpne 23
        21: .line 1031
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.paintState:I
        22: .line 1032
            goto 27
      StackMap locals:
      StackMap stack:
        23: aload 2 /* paintClass */
            ldc Ljava/awt/TexturePaint;
            if_acmpne 26
        24: .line 1033
            aload 0 /* this */
            iconst_5
            putfield sun.java2d.SunGraphics2D.paintState:I
        25: .line 1034
            goto 27
        26: .line 1035
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield sun.java2d.SunGraphics2D.paintState:I
        27: .line 1037
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        28: .line 1038
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        29: .line 1039
            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 1056
            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 1057
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
         4: .line 1058
            iload 2 /* aa */
            ifeq 13
         5: .line 1059
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            f2d
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dcmpg
            ifgt 11
         6: .line 1060
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 9
         7: .line 1061
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1062
            goto 48
         9: .line 1063
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        10: .line 1065
            goto 48
        11: .line 1066
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        12: .line 1068
            goto 48
        13: .line 1069
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpne 16
        14: .line 1070
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        15: .line 1071
            goto 48
      StackMap locals:
      StackMap stack:
        16: aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            fconst_1
            fcmpg
            ifgt 22
        17: .line 1072
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 20
        18: .line 1073
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        19: .line 1074
            goto 48
        20: .line 1075
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        21: .line 1077
            goto 48
        22: .line 1078
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        23: .line 1081
            goto 48
        24: .line 1083
      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 1085
            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 1086
            goto 36
        end local 3 // double widthsquared
        27: .line 1088
      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 1089
            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 1090
            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 1091
            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 1107
            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 1108
            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 1109
            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 1133
            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 1136
            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 1138
      StackMap locals: double
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpeq 38
        37: .line 1139
            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 1141
      StackMap locals:
      StackMap stack:
            dload 3 /* widthsquared */
        39: .line 1142
            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 1144
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 45
        43: .line 1145
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        44: .line 1146
            goto 48
        45: .line 1147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        46: .line 1149
            goto 48
        47: .line 1150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        end local 3 // double widthsquared
        48: .line 1153
      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 1162
            aload 1 /* s */
            ifnonnull 2
         1: .line 1163
            new java.lang.IllegalArgumentException
            dup
            ldc "null Stroke"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            istore 2 /* saveStrokeState */
        start local 2 // int saveStrokeState
         3: .line 1166
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         4: .line 1167
            aload 1 /* s */
            instanceof java.awt.BasicStroke
            ifeq 7
         5: .line 1168
            aload 0 /* this */
            aload 1 /* s */
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
         6: .line 1169
            goto 8
         7: .line 1170
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iload 2 /* saveStrokeState */
            if_icmpeq 10
         9: .line 1173
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        10: .line 1175
      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 1194
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints$Key.isCompatibleValue:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 1195
            new java.lang.IllegalArgumentException
            dup
         2: .line 1196
            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 1195
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1198
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifeq 86
         5: .line 1200
            iconst_0
            istore 4 /* textStateChanged */
        start local 4 // boolean textStateChanged
         6: .line 1201
            iconst_1
            istore 5 /* recognized */
        start local 5 // boolean recognized
         7: .line 1202
            aload 1 /* hintKey */
            checkcast sun.awt.SunHints$Key
            astore 6 /* sunKey */
        start local 6 // sun.awt.SunHints$Key sunKey
         8: .line 1204
            aload 6 /* sunKey */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpne 11
         9: .line 1205
            aload 2 /* hintValue */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* newHint */
        start local 7 // int newHint
        10: .line 1206
            goto 12
        end local 7 // int newHint
        11: .line 1207
      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 1209
      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 1211
      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 1212
            iload 3 /* stateChanged */
            ifeq 75
        17: .line 1213
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.renderHint:I
        18: .line 1214
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            iconst_m1
            if_icmpne 75
        19: .line 1215
            aload 0 /* this */
        20: .line 1216
            iload 7 /* newHint */
            iconst_2
            if_icmpne 22
        21: .line 1217
            iconst_2
            goto 23
        22: .line 1218
      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 1215
      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 1221
            goto 75
        end local 3 // boolean stateChanged
        25: .line 1223
      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 1224
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        29: .line 1225
            iload 3 /* stateChanged */
            ifeq 75
        30: .line 1227
            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 1226
      StackMap locals:
      StackMap stack: int
            istore 4 /* textStateChanged */
        33: .line 1229
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 75
        34: .line 1230
            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 1233
            goto 75
        end local 3 // boolean stateChanged
        36: .line 1235
      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 1236
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        40: .line 1237
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        41: .line 1238
            goto 75
        end local 3 // boolean stateChanged
        42: .line 1240
      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 1241
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        46: .line 1242
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        47: .line 1243
            goto 75
        end local 3 // boolean stateChanged
        48: .line 1245
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        49: .line 1247
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        50: .line 1248
            goto 75
        end local 3 // boolean stateChanged
        51: .line 1250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        52: .line 1251
            iload 7 /* newHint */
            tableswitch { // 0 - 2
                    0: 57
                    1: 55
                    2: 53
              default: 57
          }
        53: .line 1253
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 7 /* newHint */
        54: .line 1254
            goto 58
        55: .line 1256
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* newHint */
        56: .line 1257
            goto 58
        57: .line 1260
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* newHint */
        58: .line 1263
      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 1264
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        62: .line 1265
            goto 75
        end local 3 // boolean stateChanged
        63: .line 1267
      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 1268
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        67: .line 1269
            goto 75
        end local 3 // boolean stateChanged
        68: .line 1271
      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 1272
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        72: .line 1273
            goto 75
        end local 3 // boolean stateChanged
        73: .line 1275
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* recognized */
        74: .line 1276
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        75: .line 1279
      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 1280
            iload 3 /* stateChanged */
            ifeq 83
        77: .line 1281
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        78: .line 1282
            iload 4 /* textStateChanged */
            ifeq 83
        79: .line 1283
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        80: .line 1284
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        81: .line 1285
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        82: .line 1286
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        83: .line 1289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 85
        84: .line 1290
            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 1292
      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 1296
      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 1297
            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 1299
      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 1300
            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 1312
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 2
         1: .line 1313
            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 1315
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifne 4
         3: .line 1316
            aconst_null
            areturn
         4: .line 1318
      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 1319
            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 1321
      StackMap locals: int
      StackMap stack:
            iconst_0
         7: .line 1322
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         8: .line 1321
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
         9: .line 1324
      StackMap locals:
      StackMap stack:
            iconst_1
        10: .line 1325
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1324
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        12: .line 1327
      StackMap locals:
      StackMap stack:
            iconst_2
        13: .line 1328
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1327
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        15: .line 1330
      StackMap locals:
      StackMap stack:
            iconst_3
        16: .line 1331
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        17: .line 1330
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        18: .line 1333
      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 1335
      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 1337
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            areturn
        21: .line 1339
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            areturn
        22: .line 1341
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            areturn
        23: .line 1343
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        24: .line 1345
      StackMap locals:
      StackMap stack:
            bipush 8
        25: .line 1346
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        26: .line 1345
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        27: .line 1348
      StackMap locals:
      StackMap stack:
            bipush 9
        28: .line 1349
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        29: .line 1348
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        30: .line 1351
      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 1362
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         1: .line 1363
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         2: .line 1364
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
         3: .line 1365
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
         4: .line 1366
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
         5: .line 1367
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
         6: .line 1368
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
         7: .line 1369
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
         8: .line 1370
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         9: .line 1371
            aload 1 /* hints */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 21
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int top java.util.Iterator
      StackMap stack:
        10: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
        11: .line 1372
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 18
        12: .line 1373
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 18
        13: .line 1374
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 18
        14: .line 1375
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 18
        15: .line 1376
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 18
        16: .line 1377
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 18
        17: .line 1378
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 20
        18: .line 1380
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int java.lang.Object java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            aload 3 /* key */
            checkcast java.awt.RenderingHints$Key
            aload 1 /* hints */
            aload 3 /* 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
        19: .line 1381
            goto 21
        20: .line 1382
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 3 // java.lang.Object key
        21: .line 1371
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        22: .line 1385
            iload 2 /* customHintPresent */
            ifeq 24
        23: .line 1386
            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;
        24: .line 1388
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        25: .line 1389
            return
        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   26     0               this  Lsun/java2d/SunGraphics2D;
            0   26     1              hints  Ljava/util/Map<**>;
            9   26     2  customHintPresent  Z
           11   21     3                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 1399
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         1: .line 1400
            aload 1 /* hints */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 13
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         3: .line 1401
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 10
         4: .line 1402
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 10
         5: .line 1403
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 10
         6: .line 1404
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 10
         7: .line 1405
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 10
         8: .line 1406
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 10
         9: .line 1407
            aload 3 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 12
        10: .line 1409
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int java.lang.Object java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            aload 3 /* key */
            checkcast java.awt.RenderingHints$Key
            aload 1 /* hints */
            aload 3 /* 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
        11: .line 1410
            goto 13
        12: .line 1411
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 3 // java.lang.Object key
        13: .line 1400
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
        14: .line 1414
            iload 2 /* customHintPresent */
            ifeq 19
        15: .line 1415
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 18
        16: .line 1416
            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;
        17: .line 1417
            goto 19
        18: .line 1418
      StackMap locals: sun.java2d.SunGraphics2D java.util.Map int
      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
        19: .line 1421
      StackMap locals:
      StackMap stack:
            return
        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   20     0               this  Lsun/java2d/SunGraphics2D;
            0   20     1              hints  Ljava/util/Map<**>;
            1   20     2  customHintPresent  Z
            3   13     3                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 1430
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 2
         1: .line 1431
            aload 0 /* this */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            areturn
         2: .line 1433
      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 1438
            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 1439
            aload 1 /* hints */
            ifnull 3
         2: .line 1440
            aload 2 /* model */
            aload 1 /* hints */
            invokevirtual java.awt.RenderingHints.putAll:(Ljava/util/Map;)V
         3: .line 1442
      StackMap locals: java.awt.RenderingHints
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
         4: .line 1443
            iconst_0
         5: .line 1444
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         6: .line 1443
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
         7: .line 1442
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 1445
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
         9: .line 1446
            iconst_1
        10: .line 1447
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1446
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        12: .line 1445
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 1448
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
        14: .line 1449
            iconst_2
        15: .line 1450
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        16: .line 1449
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        17: .line 1448
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 1451
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
        19: .line 1452
            iconst_3
        20: .line 1453
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 1452
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        22: .line 1451
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1454
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
        24: .line 1455
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        25: .line 1454
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 1457
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            tableswitch { // 0 - 2
                    0: 27
                    1: 29
                    2: 31
              default: 33
          }
        27: .line 1459
      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 1460
            goto 34
        end local 3 // java.lang.Object value
        29: .line 1462
      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 1463
            goto 34
        end local 3 // java.lang.Object value
        31: .line 1465
      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 1466
            goto 34
        end local 3 // java.lang.Object value
        33: .line 1468
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* value */
        start local 3 // java.lang.Object value
        34: .line 1471
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            ifnull 36
        35: .line 1472
            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 1474
      StackMap locals:
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
        37: .line 1475
            bipush 8
        38: .line 1476
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        39: .line 1475
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        40: .line 1474
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        41: .line 1477
            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 1492
            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 1493
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1494
            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 1511
            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 1512
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1513
            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 1531
            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 1532
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1533
            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 1547
            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 1548
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1549
            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 1567
            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 1568
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1569
            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 1589
            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 1590
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1591
            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 1597
            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 1598
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         2: .line 1599
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transX:I
            iload 1 /* x */
            iadd
            putfield sun.java2d.SunGraphics2D.transX:I
         3: .line 1600
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transY:I
            iload 2 /* y */
            iadd
            putfield sun.java2d.SunGraphics2D.transY:I
         4: .line 1601
            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 1602
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.SunGraphics2D
         6: iconst_1
         7: .line 1601
      StackMap locals: sun.java2d.SunGraphics2D int int
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.transformState:I
         8: .line 1603
            goto 10
         9: .line 1604
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        10: .line 1606
      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 1616
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 3
         1: .line 1617
            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 1618
            goto 5
         3: .line 1619
      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 1620
            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 1622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         6: .line 1623
            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 1626
            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 1627
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            istore 2 /* origTransformState */
        start local 2 // int origTransformState
         2: .line 1628
            iload 1 /* type */
            ifne 6
         3: .line 1629
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.transformState:I
         4: .line 1630
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
         5: .line 1631
            goto 22
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* type */
            iconst_1
            if_icmpne 16
         7: .line 1632
            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 1633
            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 1634
            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 1635
            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 1636
            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 1637
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.transformState:I
        13: .line 1638
            goto 22
        14: .line 1639
      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 1641
            goto 22
      StackMap locals:
      StackMap stack:
        16: iload 1 /* type */
            bipush 120
            iand
            ifne 20
        17: .line 1645
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.transformState:I
        18: .line 1646
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        19: .line 1647
            goto 22
        20: .line 1648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.transformState:I
        21: .line 1649
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        22: .line 1652
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
        23: .line 1653
            iload 2 /* origTransformState */
            iconst_3
            if_icmplt 30
        24: .line 1658
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        25: .line 1659
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        26: .line 1660
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        27: .line 1661
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        28: .line 1663
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iload 2 /* origTransformState */
            if_icmpeq 30
        29: .line 1664
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1667
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 32
        31: .line 1668
            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 1670
      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 1679
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 2
         1: .line 1680
            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 1683
      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 1682
            astore 1 /* tx */
        start local 1 // java.awt.geom.AffineTransform tx
         4: .line 1684
            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 1685
            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 1693
            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 1702
            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 1710
            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 1714
            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 1739
            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 1740
            iconst_0
            istore 1 /* eargb */
        start local 1 // int eargb
         2: .line 1741
            goto 10
        end local 1 // int eargb
         3: .line 1742
      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 1743
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            iconst_1
            if_icmpgt 10
         5: .line 1744
            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 1745
            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 1747
            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 1748
            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 1749
            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 1752
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* eargb */
            putfield sun.java2d.SunGraphics2D.eargb:I
        11: .line 1753
            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 1754
            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 1757
            aload 1 /* color */
            ifnull 1
            aload 1 /* color */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            if_acmpne 2
         1: .line 1758
      StackMap locals:
      StackMap stack:
            return
         2: .line 1760
      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 1761
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         4: .line 1762
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.eargb:I
            bipush 24
            ishr
            iconst_m1
            if_icmpne 11
         5: .line 1763
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifne 7
         6: .line 1764
            return
         7: .line 1766
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.paintState:I
         8: .line 1767
            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 1769
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1771
            goto 16
        11: .line 1772
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpne 13
        12: .line 1773
            return
        13: .line 1775
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.paintState:I
        14: .line 1776
            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 1778
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        16: .line 1781
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        17: .line 1782
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        18: .line 1783
            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 1798
            aload 0 /* this */
            aload 1 /* color */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         1: .line 1799
            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 1806
            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 1814
            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 1818
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifne 2
         1: .line 1819
            aconst_null
            areturn
         2: .line 1821
      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 1825
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifeq 10
         1: .line 1826
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 8
         2: .line 1827
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 5
         3: .line 1828
            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 1829
            goto 6
         5: .line 1830
      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 1832
      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 1833
            goto 12
         8: .line 1834
      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 1836
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 1 /* r */
            ifnonnull 12
        11: .line 1837
            new java.lang.NullPointerException
            dup
            ldc "null rectangle parameter"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1839
      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 1843
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 1844
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1846
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 23
         3: .line 1864
            bipush 8
            newarray 7
            dup
            iconst_0
         4: .line 1865
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_1
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_2
         5: .line 1866
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            iconst_3
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_4
         6: .line 1867
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_5
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
            dup
            bipush 6
         7: .line 1868
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            bipush 7
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
         8: .line 1864
            astore 5 /* d */
        start local 5 // double[] d
         9: .line 1870
            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 1871
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.min:(DD)D
        11: .line 1872
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.min:(DD)D
        12: .line 1871
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 1 /* x */
        13: .line 1873
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.min:(DD)D
        14: .line 1874
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.min:(DD)D
        15: .line 1873
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 2 /* y */
        16: .line 1875
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.max:(DD)D
        17: .line 1876
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.max:(DD)D
        18: .line 1875
            invokestatic java.lang.Math.max:(DD)D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 3 /* width */
        19: .line 1877
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.max:(DD)D
        20: .line 1878
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.max:(DD)D
        21: .line 1877
            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 1879
            goto 27
        23: .line 1880
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
        24: .line 1881
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
        25: .line 1882
            iload 3 /* width */
            iload 1 /* x */
            iadd
            istore 3 /* width */
        26: .line 1883
            iload 4 /* height */
            iload 2 /* y */
            iadd
            istore 4 /* height */
        27: .line 1887
      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 1888
            iconst_0
            ireturn
        29: .line 1890
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        30: .line 1891
            iconst_0
            ireturn
        31: .line 1898
      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 1902
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            istore 1 /* origClipState */
        start local 1 // int origClipState
         1: .line 1903
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnonnull 5
         2: .line 1904
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.clipState:I
         3: .line 1905
            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 1906
            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 1907
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.clipState:I
         7: .line 1908
            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 1909
            goto 26
         9: .line 1910
      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 1911
            iconst_4
            newarray 10
            astore 3 /* box */
        start local 3 // int[] box
        11: .line 1912
            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 1914
            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 1915
            aload 4 /* sr */
            aload 2 /* cpi */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.appendPath:(Ljava/awt/geom/PathIterator;)V
        14: .line 1916
            aload 4 /* sr */
            aload 3 /* box */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.getPathBox:([I)V
        15: .line 1917
            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 1918
            aload 0 /* this */
            aload 5 /* r */
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
        17: .line 1919
            aload 0 /* this */
        18: .line 1920
            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 1919
      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 1921
            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 1922
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.dispose:()V
        24: .line 1923
            aload 6
            athrow
        25: .line 1922
      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 1925
      StackMap locals:
      StackMap stack:
            iload 1 /* origClipState */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            if_icmpeq 30
        27: .line 1926
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            iconst_2
            if_icmpeq 28
            iload 1 /* origClipState */
            iconst_2
            if_icmpne 30
        28: .line 1928
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        29: .line 1929
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1931
      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 1938
            aload 1 /* s */
            ifnonnull 2
         1: .line 1939
            aconst_null
            areturn
         2: .line 1941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 4
         3: .line 1942
            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 1944
      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 1949
            aload 1 /* s */
            ifnonnull 2
         1: .line 1950
            aconst_null
            areturn
         2: .line 1952
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 7
         3: .line 1954
            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 1955
      StackMap locals:
      StackMap stack: java.awt.geom.NoninvertibleTransformException
            pop
         6: .line 1956
            aconst_null
            areturn
         7: .line 1959
      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 1964
            aload 2 /* s */
            ifnonnull 2
         1: .line 1965
            aconst_null
            areturn
         2: .line 1968
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.Rectangle
            ifeq 6
         3: .line 1969
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* r */
        start local 3 // java.awt.Rectangle r
         4: .line 1970
            aload 3 /* r */
            iload 0 /* tx */
            iload 1 /* ty */
            invokevirtual java.awt.Rectangle.translate:(II)V
         5: .line 1971
            aload 3 /* r */
            areturn
        end local 3 // java.awt.Rectangle r
         6: .line 1973
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 13
         7: .line 1974
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 3 /* rect */
        start local 3 // java.awt.geom.Rectangle2D rect
         8: .line 1975
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            iload 0 /* tx */
            i2d
            dadd
         9: .line 1976
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            iload 1 /* ty */
            i2d
            dadd
        10: .line 1977
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
        11: .line 1978
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
        12: .line 1975
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 3 // java.awt.geom.Rectangle2D rect
        13: .line 1981
      StackMap locals:
      StackMap stack:
            iload 0 /* tx */
            ifne 15
            iload 1 /* ty */
            ifne 15
        14: .line 1982
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        15: .line 1985
      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 1986
            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 1990
            aload 1 /* clip */
            ifnonnull 2
         1: .line 1991
            aconst_null
            areturn
         2: .line 1994
      StackMap locals:
      StackMap stack:
            aload 1 /* clip */
            instanceof java.awt.geom.Rectangle2D
            ifeq 16
         3: .line 1995
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 48
            iand
            ifne 16
         4: .line 1997
            aload 1 /* clip */
            checkcast java.awt.geom.Rectangle2D
            astore 2 /* rect */
        start local 2 // java.awt.geom.Rectangle2D rect
         5: .line 1998
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
         6: .line 1999
            aload 3 /* matrix */
            iconst_0
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            dastore
         7: .line 2000
            aload 3 /* matrix */
            iconst_1
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            dastore
         8: .line 2001
            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 2002
            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 2003
            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 2004
            aload 3 /* matrix */
            aload 2 /* rect */
            invokestatic sun.java2d.SunGraphics2D.fixRectangleOrientation:([DLjava/awt/geom/Rectangle2D;)V
        12: .line 2005
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_1
            daload
        13: .line 2006
            aload 3 /* matrix */
            iconst_2
            daload
            aload 3 /* matrix */
            iconst_0
            daload
            dsub
        14: .line 2007
            aload 3 /* matrix */
            iconst_3
            daload
            aload 3 /* matrix */
            iconst_1
            daload
            dsub
        15: .line 2005
            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 2010
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 18
        17: .line 2011
            aload 1 /* clip */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        18: .line 2014
      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 2021
            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 2022
            aload 0 /* m */
            iconst_0
            daload
            dstore 2 /* t */
        start local 2 // double t
         6: .line 2023
            aload 0 /* m */
            iconst_0
            aload 0 /* m */
            iconst_2
            daload
            dastore
         7: .line 2024
            aload 0 /* m */
            iconst_2
            dload 2 /* t */
            dastore
        end local 2 // double t
         8: .line 2026
      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 2027
            aload 0 /* m */
            iconst_1
            daload
            dstore 2 /* t */
        start local 2 // double t
        14: .line 2028
            aload 0 /* m */
            iconst_1
            aload 0 /* m */
            iconst_3
            daload
            dastore
        15: .line 2029
            aload 0 /* m */
            iconst_3
            dload 2 /* t */
            dastore
        end local 2 // double t
        16: .line 2031
      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 2034
            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 2035
            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 2038
            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 2039
            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 2042
            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 2046
            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 2047
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         2: .line 2048
            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 2059
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 1 /* s */
         1: .line 2060
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnull 3
         2: .line 2061
            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 2063
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
         4: .line 2064
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         5: .line 2065
            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 2068
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         1: .line 2069
            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 2072
            aload 1 /* c */
            ifnonnull 2
         1: .line 2073
            new java.lang.IllegalArgumentException
            dup
            ldc "null XORColor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2075
      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 2076
            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 2083
            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 2084
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2086
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2087
            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 2088
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2094
      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 2093
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2094
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2095
            aload 7
            athrow
        11: .line 2094
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2096
      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 2099
            iload 3 /* w */
            ifle 1
            iload 4 /* h */
            ifgt 2
         1: .line 2100
      StackMap locals:
      StackMap stack:
            return
         2: .line 2103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            ifeq 24
         3: .line 2105
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 7
         4: .line 2106
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
         5: .line 2107
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
         6: .line 2108
            goto 24
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpne 23
         8: .line 2109
            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 2110
            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 2111
            aload 7 /* coords */
            iconst_0
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 1 /* x */
        11: .line 2112
            aload 7 /* coords */
            iconst_1
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 2 /* y */
        12: .line 2113
            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 2114
            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 2115
            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 2116
            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 2118
            iload 3 /* w */
            ifge 19
        17: .line 2119
            iload 3 /* w */
            ineg
            istore 3 /* w */
        18: .line 2120
            iload 1 /* x */
            iload 3 /* w */
            isub
            istore 1 /* x */
        19: .line 2122
      StackMap locals: double[]
      StackMap stack:
            iload 4 /* h */
            ifge 24
        20: .line 2123
            iload 4 /* h */
            ineg
            istore 4 /* h */
        21: .line 2124
            iload 2 /* y */
            iload 4 /* h */
            isub
            istore 2 /* y */
        end local 7 // double[] coords
        22: .line 2126
            goto 24
        23: .line 2127
      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 2130
      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 2131
            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 2132
            return
        27: .line 2138
      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 2140
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 9 /* comp */
        start local 9 // java.awt.Composite comp
        29: .line 2141
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAcomp:Ljava/awt/Composite;
            aload 9 /* comp */
            if_acmpeq 37
        30: .line 2142
            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 2143
            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 2144
            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 2145
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getTransparency:()I
            iconst_1
            if_icmpne 35
        34: .line 2147
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        35: .line 2149
      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 2150
            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 2153
      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 2154
            iload 6 /* dy */
            ifne 48
            iload 5 /* dx */
            ifle 48
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 48
        39: .line 2155
            goto 46
        40: .line 2156
      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 2157
            iload 3 /* w */
            iload 11 /* partW */
            isub
            istore 3 /* w */
        42: .line 2158
            iload 1 /* x */
            iload 3 /* w */
            iadd
            istore 12 /* sx */
        start local 12 // int sx
        43: .line 2159
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        44: .line 2160
            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 2159
            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 2155
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            ifgt 40
        47: .line 2162
            return
        48: .line 2164
      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 2165
            goto 56
        50: .line 2166
      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 2167
            iload 4 /* h */
            iload 11 /* partH */
            isub
            istore 4 /* h */
        52: .line 2168
            iload 2 /* y */
            iload 4 /* h */
            iadd
            istore 12 /* sy */
        start local 12 // int sy
        53: .line 2169
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        54: .line 2170
            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 2169
            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 2165
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            ifgt 50
        57: .line 2172
            return
        58: .line 2174
      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 2175
            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 2238
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x1 */
            iload 2 /* y1 */
            iload 3 /* x2 */
            iload 4 /* y2 */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawLine:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2239
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2241
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2242
            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 2243
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2249
      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 2248
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2249
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2250
            aload 5
            athrow
        11: .line 2249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2251
      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 2255
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* arcW */
            iload 6 /* arcH */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawRoundRect:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2256
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2258
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2259
            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 2260
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2266
      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 2265
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2266
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2267
            aload 7
            athrow
        11: .line 2266
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2268
      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 2272
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* arcW */
            iload 6 /* arcH */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillRoundRect:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2273
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2275
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2276
            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 2277
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2283
      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 2282
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2283
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2284
            aload 7
            athrow
        11: .line 2283
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2285
      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 2289
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawOval:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2290
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2292
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2293
            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 2294
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2300
      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 2299
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2300
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2301
            aload 5
            athrow
        11: .line 2300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2302
      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 2306
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillOval:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2307
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2309
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2310
            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 2311
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2317
      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 2316
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2317
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2318
            aload 5
            athrow
        11: .line 2317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2319
      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 2324
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* startAngl */
            iload 6 /* arcAngl */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawArc:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2325
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2327
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2328
            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 2329
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2335
      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 2334
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2335
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2336
            aload 7
            athrow
        11: .line 2335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2337
      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 2342
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            iload 5 /* startAngl */
            iload 6 /* arcAngl */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillArc:(Lsun/java2d/SunGraphics2D;IIIIII)V
         1: .line 2343
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2345
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2346
            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 2347
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2353
      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 2352
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2353
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2354
            aload 7
            athrow
        11: .line 2353
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2355
      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 2359
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawPolyline:(Lsun/java2d/SunGraphics2D;[I[II)V
         1: .line 2360
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2362
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2363
            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 2364
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2370
      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 2369
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2370
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2371
            aload 4
            athrow
        11: .line 2370
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2372
      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 2376
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawPolygon:(Lsun/java2d/SunGraphics2D;[I[II)V
         1: .line 2377
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2379
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2380
            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 2381
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2387
      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 2386
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2387
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2388
            aload 4
            athrow
        11: .line 2387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2389
      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 2393
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            aload 1 /* xPoints */
            aload 2 /* yPoints */
            iload 3 /* nPoints */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillPolygon:(Lsun/java2d/SunGraphics2D;[I[II)V
         1: .line 2394
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2396
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2397
            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 2398
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2404
      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 2403
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2404
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2405
            aload 4
            athrow
        11: .line 2404
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2406
      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 2410
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.drawpipe:Lsun/java2d/pipe/PixelDrawPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelDrawPipe.drawRect:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2411
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2413
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2414
            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 2415
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2421
      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 2420
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2421
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2422
            aload 5
            athrow
        11: .line 2421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2423
      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 2427
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fillpipe:Lsun/java2d/pipe/PixelFillPipe;
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokeinterface sun.java2d.pipe.PixelFillPipe.fillRect:(Lsun/java2d/SunGraphics2D;IIII)V
         1: .line 2428
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2430
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2431
            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 2432
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2438
      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 2437
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2438
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2439
            aload 5
            athrow
        11: .line 2438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2440
      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 2449
            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 2450
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            ifnonnull 3
         2: .line 2451
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         3: .line 2454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         4: .line 2457
            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 2459
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 7
         6: .line 2460
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         7: .line 2462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            instanceof sun.java2d.loops.XORComposite
            ifeq 10
         8: .line 2463
            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 2464
            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 2466
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validatePipe:()V
        11: .line 2471
            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 2476
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 5 /* c */
        start local 5 // java.awt.Composite c
         1: .line 2477
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            astore 6 /* p */
        start local 6 // java.awt.Paint p
         2: .line 2478
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.Src:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         3: .line 2479
            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 2480
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.fillRect:(IIII)V
         5: .line 2481
            aload 0 /* this */
            aload 6 /* p */
            invokevirtual sun.java2d.SunGraphics2D.setPaint:(Ljava/awt/Paint;)V
         6: .line 2482
            aload 0 /* this */
            aload 5 /* c */
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         7: .line 2483
            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 2501
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface sun.java2d.pipe.ShapeDrawPipe.draw:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;)V
         1: .line 2502
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2504
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2505
            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 2506
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2512
      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 2511
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2512
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2513
            aload 2
            athrow
        11: .line 2512
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2514
      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 2531
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.shapepipe:Lsun/java2d/pipe/ShapeDrawPipe;
            aload 0 /* this */
            aload 1 /* s */
            invokeinterface sun.java2d.pipe.ShapeDrawPipe.fill:(Lsun/java2d/SunGraphics2D;Ljava/awt/Shape;)V
         1: .line 2532
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2534
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2535
            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 2536
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2542
      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 2541
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2542
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2543
            aload 2
            athrow
        11: .line 2542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2544
      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 2551
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2552
            iconst_1
            ireturn
         2: .line 2554
      StackMap locals:
      StackMap stack:
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            iconst_1
            if_icmpne 7
         3: .line 2555
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dstore 1 /* tx */
        start local 1 // double tx
         4: .line 2556
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dstore 3 /* ty */
        start local 3 // double ty
         5: .line 2557
            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 2559
      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 2567
            iload 0 /* p */
            iload 1 /* tileGridOffset */
            isub
            istore 0 /* p */
         1: .line 2568
            iload 0 /* p */
            ifge 3
         2: .line 2569
            iload 0 /* p */
            iconst_1
            iload 2 /* tileSize */
            isub
            iadd
            istore 0 /* p */
         3: .line 2571
      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 2587
            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 2588
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getWidth:()I
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getHeight:()I
         2: .line 2587
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         3: .line 2586
            astore 6 /* imageRect */
        start local 6 // java.awt.Rectangle imageRect
         4: .line 2590
            aconst_null
            astore 7 /* result */
        start local 7 // java.awt.Rectangle result
         5: .line 2592
            bipush 8
            newarray 7
            astore 8 /* p */
        start local 8 // double[] p
         6: .line 2593
            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 2594
            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 2595
            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 2596
            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 2599
            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 2600
            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 2604
            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 2605
            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 2607
            iconst_2
            istore 17 /* i */
        start local 17 // int i
        17: goto 30
        18: .line 2608
      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 2609
            dload 18 /* pt */
            dload 9 /* x0 */
            dcmpg
            ifge 22
        20: .line 2610
            dload 18 /* pt */
            dstore 9 /* x0 */
        21: .line 2611
            goto 24
      StackMap locals: double
      StackMap stack:
        22: dload 18 /* pt */
            dload 11 /* x1 */
            dcmpl
            ifle 24
        23: .line 2612
            dload 18 /* pt */
            dstore 11 /* x1 */
        24: .line 2614
      StackMap locals:
      StackMap stack:
            aload 8 /* p */
            iload 17 /* i */
            iinc 17 /* i */ 1
            daload
            dstore 18 /* pt */
        25: .line 2615
            dload 18 /* pt */
            dload 13 /* y0 */
            dcmpg
            ifge 28
        26: .line 2616
            dload 18 /* pt */
            dstore 13 /* y0 */
        27: .line 2617
            goto 30
      StackMap locals:
      StackMap stack:
        28: dload 18 /* pt */
            dload 15 /* y1 */
            dcmpl
            ifle 30
        29: .line 2618
            dload 18 /* pt */
            dstore 15 /* y1 */
        end local 18 // double pt
        30: .line 2607
      StackMap locals:
      StackMap stack:
            iload 17 /* i */
            bipush 8
            if_icmplt 18
        end local 17 // int i
        31: .line 2624
            dload 9 /* x0 */
            d2i
            iload 4 /* padX */
            isub
            istore 17 /* x */
        start local 17 // int x
        32: .line 2625
            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 2626
            dload 13 /* y0 */
            d2i
            iload 5 /* padY */
            isub
            istore 19 /* y */
        start local 19 // int y
        34: .line 2627
            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 2629
            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 2630
            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 2631
            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 2633
            aload 6 /* imageRect */
            astore 7 /* result */
        40: .line 2636
      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 2660
            aload 1 /* img */
            ifnonnull 2
         1: .line 2661
            return
         2: .line 2665
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.BufferedImage
            ifeq 6
         3: .line 2666
            aload 1 /* img */
            checkcast java.awt.image.BufferedImage
            astore 3 /* bufImg */
        start local 3 // java.awt.image.BufferedImage bufImg
         4: .line 2667
            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 2668
            return
        end local 3 // java.awt.image.BufferedImage bufImg
         6: .line 2675
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         7: .line 2676
            aload 2 /* xform */
            invokestatic sun.java2d.SunGraphics2D.isIntegerTranslation:(Ljava/awt/geom/AffineTransform;)Z
            ifeq 9
         8: .line 2674
            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 2679
            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 2683
            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 2684
            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 2685
            return
        start local 5 // sun.java2d.pipe.Region clip
        18: .line 2690
      StackMap locals: sun.java2d.pipe.Region
      StackMap stack:
            aload 1 /* img */
        19: .line 2691
            aload 5 /* clip */
        20: .line 2692
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        21: .line 2693
            aload 2 /* xform */
        22: .line 2694
            iload 4 /* pad */
            iload 4 /* pad */
        23: .line 2690
            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 2695
            aload 6 /* region */
            getfield java.awt.Rectangle.width:I
            ifle 25
            aload 6 /* region */
            getfield java.awt.Rectangle.height:I
            ifgt 26
        25: .line 2696
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            return
        26: .line 2704
      StackMap locals:
      StackMap stack:
            iload 3 /* isIntegerTranslate */
            ifeq 32
        27: .line 2711
            aload 0 /* this */
            aload 1 /* img */
            aload 6 /* region */
        28: .line 2712
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
        29: .line 2713
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
        30: .line 2711
            invokevirtual sun.java2d.SunGraphics2D.drawTranslatedRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V
        31: .line 2714
            return
        32: .line 2718
      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 2724
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModel:()Ljava/awt/image/SampleModel;
        34: .line 2725
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        35: .line 2726
            aconst_null
        36: .line 2724
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        37: .line 2723
            astore 8 /* wRaster */
        start local 8 // java.awt.image.WritableRaster wRaster
        38: .line 2733
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 9 /* minX */
        start local 9 // int minX
        39: .line 2734
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 10 /* minY */
        start local 10 // int minY
        40: .line 2735
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 11 /* width */
        start local 11 // int width
        41: .line 2736
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 12 /* height */
        start local 12 // int height
        42: .line 2737
            iload 9 /* minX */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateX:()I
            isub
            istore 13 /* px */
        start local 13 // int px
        43: .line 2738
            iload 10 /* minY */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateY:()I
            isub
            istore 14 /* py */
        start local 14 // int py
        44: .line 2739
            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 2740
            iload 12 /* height */
            aload 8 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            if_icmpeq 54
        46: .line 2742
      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 2743
            iload 14 /* py */
        48: .line 2744
            iload 11 /* width */
        49: .line 2745
            iload 12 /* height */
        50: .line 2746
            iconst_0
            iconst_0
        51: .line 2747
            aconst_null
        52: .line 2742
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
        53: .line 2741
            astore 8 /* wRaster */
        54: .line 2754
      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 2755
            aload 15 /* transXform */
            iload 9 /* minX */
            i2d
            iload 10 /* minY */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        56: .line 2757
            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 2758
            new java.awt.image.BufferedImage
            dup
            aload 16 /* cm */
        58: .line 2759
            aload 8 /* wRaster */
        59: .line 2760
            aload 16 /* cm */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        60: .line 2761
            aconst_null
        61: .line 2758
            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 2762
            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 2763
            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 2771
            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 2772
            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 2773
            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 2774
            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 2775
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            iflt 5
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            ifge 8
         5: .line 2776
      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 2777
            aload 1 /* destRect */
            iconst_m1
            putfield java.awt.Rectangle.height:I
         7: .line 2778
            iconst_0
            ireturn
         8: .line 2780
      StackMap locals:
      StackMap stack:
            aload 1 /* destRect */
            iload 3 /* x1 */
            putfield java.awt.Rectangle.x:I
         9: .line 2781
            aload 1 /* destRect */
            iload 5 /* y1 */
            putfield java.awt.Rectangle.y:I
        10: .line 2782
            aload 1 /* destRect */
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
        11: .line 2783
            aload 1 /* destRect */
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 2784
            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 2798
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridXOffset:()I
            istore 5 /* tileGridXOffset */
        start local 5 // int tileGridXOffset
         1: .line 2799
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridYOffset:()I
            istore 6 /* tileGridYOffset */
        start local 6 // int tileGridYOffset
         2: .line 2800
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileWidth:()I
            istore 7 /* tileWidth */
        start local 7 // int tileWidth
         3: .line 2801
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileHeight:()I
            istore 8 /* tileHeight */
        start local 8 // int tileHeight
         4: .line 2805
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         5: .line 2804
            istore 9 /* minTileX */
        start local 9 // int minTileX
         6: .line 2807
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         7: .line 2806
            istore 10 /* minTileY */
        start local 10 // int minTileY
         8: .line 2809
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            aload 2 /* region */
            getfield java.awt.Rectangle.width:I
            iadd
            iconst_1
            isub
         9: .line 2810
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
        10: .line 2809
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        11: .line 2808
            istore 11 /* maxTileX */
        start local 11 // int maxTileX
        12: .line 2812
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            aload 2 /* region */
            getfield java.awt.Rectangle.height:I
            iadd
            iconst_1
            isub
        13: .line 2813
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
        14: .line 2812
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        15: .line 2811
            istore 12 /* maxTileY */
        start local 12 // int maxTileY
        16: .line 2816
            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 2819
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 14 /* tileRect */
        start local 14 // java.awt.Rectangle tileRect
        18: .line 2821
            iload 10 /* minTileY */
            istore 15 /* ty */
        start local 15 // int ty
        19: goto 56
        20: .line 2822
      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 2824
      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 2827
            aload 14 /* tileRect */
            iload 16 /* tx */
            iload 7 /* tileWidth */
            imul
            iload 5 /* tileGridXOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        24: .line 2828
            aload 14 /* tileRect */
            iload 15 /* ty */
            iload 8 /* tileHeight */
            imul
            iload 6 /* tileGridYOffset */
            iadd
            putfield java.awt.Rectangle.y:I
        25: .line 2829
            aload 14 /* tileRect */
            iload 7 /* tileWidth */
            putfield java.awt.Rectangle.width:I
        26: .line 2830
            aload 14 /* tileRect */
            iload 8 /* tileHeight */
            putfield java.awt.Rectangle.height:I
        27: .line 2835
            aload 0 /* this */
            aload 14 /* tileRect */
            aload 2 /* region */
            invokevirtual sun.java2d.SunGraphics2D.clipTo:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z
            pop
        28: .line 2838
            aconst_null
            astore 18 /* wRaster */
        start local 18 // java.awt.image.WritableRaster wRaster
        29: .line 2839
            aload 17 /* raster */
            instanceof java.awt.image.WritableRaster
            ifeq 32
        30: .line 2840
            aload 17 /* raster */
            checkcast java.awt.image.WritableRaster
            astore 18 /* wRaster */
        31: .line 2841
            goto 37
        32: .line 2845
      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 2846
            aload 17 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        34: .line 2847
            aconst_null
        35: .line 2845
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        36: .line 2844
            astore 18 /* wRaster */
        37: .line 2852
      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 2853
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.width:I
        39: .line 2854
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
        40: .line 2855
            iconst_0
            iconst_0
        41: .line 2856
            aconst_null
        42: .line 2852
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 18 /* wRaster */
        43: .line 2860
            new java.awt.image.BufferedImage
            dup
            aload 13 /* colorModel */
        44: .line 2861
            aload 18 /* wRaster */
        45: .line 2862
            aload 13 /* colorModel */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        46: .line 2863
            aconst_null
        47: .line 2860
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
        48: .line 2859
            astore 19 /* bufImg */
        start local 19 // java.awt.image.BufferedImage bufImg
        49: .line 2870
            aload 0 /* this */
            aload 19 /* bufImg */
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.x:I
            iload 3 /* i2uTransX */
            iadd
        50: .line 2871
            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 2872
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
            aconst_null
            aconst_null
        52: .line 2870
            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 2822
            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 2821
            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 2875
            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 2880
            aload 1 /* img */
            ifnonnull 2
         1: .line 2881
            return
         2: .line 2884
      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 2885
            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 2886
            aload 4 /* concatTransform */
            aload 3 /* pipeTransform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 2889
            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 2892
            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 2893
            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 2894
            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 2895
            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 2898
      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 2899
            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 2900
            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 2909
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2910
            aload 1 /* rect */
            areturn
         2: .line 2913
      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 2914
            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 2919
            aload 1 /* str */
            ifnonnull 2
         1: .line 2920
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2923
      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 2924
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2925
            return
         5: .line 2927
      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 2928
            return
         7: .line 2932
      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 2933
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2935
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2936
            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 2937
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2943
      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 2942
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2943
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2944
            aload 4
            athrow
        18: .line 2943
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2945
      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 2948
            aload 1 /* str */
            ifnonnull 2
         1: .line 2949
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2952
      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 2953
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2954
            return
         5: .line 2956
      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 2957
            return
         7: .line 2961
      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 2962
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2964
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2965
            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 2966
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2972
      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 2971
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2972
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2973
            aload 4
            athrow
        18: .line 2972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2974
      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 2978
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2979
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2981
      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 2982
            return
         4: .line 2984
      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 2985
            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 2986
            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 2990
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2991
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2993
      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 2994
            return
         4: .line 2996
      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 2997
            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 2998
            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 3002
            aload 1 /* gv */
            ifnonnull 2
         1: .line 3003
            new java.lang.NullPointerException
            dup
            ldc "GlyphVector is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3007
      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 3008
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3010
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3011
            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 3012
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3018
      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 3017
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 3018
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3019
            aload 4
            athrow
        13: .line 3018
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3020
      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 3024
            aload 1 /* data */
            ifnonnull 2
         1: .line 3025
            new java.lang.NullPointerException
            dup
            ldc "char data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3027
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 4
            iload 3 /* length */
            iflt 4
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            iload 3 /* length */
            if_icmplt 4
         3: .line 3028
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 5
         4: .line 3029
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 3031
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 13
         6: .line 3032
            aload 1 /* data */
            arraylength
            ifne 8
         7: .line 3033
            return
         8: .line 3035
      StackMap locals:
      StackMap stack:
            new java.awt.font.TextLayout
            dup
            new java.lang.String
            dup
            aload 1 /* data */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial java.lang.String.<init>:([CII)V
         9: .line 3036
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
        10: .line 3035
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        11: .line 3036
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        12: .line 3037
            return
        13: .line 3041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* data */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        14: .line 3042
            goto 24
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        15: pop
        16: .line 3044
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        17: .line 3045
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 1 /* data */
            iload 2 /* offset */
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        18: .line 3046
            goto 20
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        19: pop
        20: .line 3052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 25
        21: .line 3051
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        22: .line 3052
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3053
            aload 6
            athrow
        24: .line 3052
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3054
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int y
        end local 4 // int x
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] data
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Lsun/java2d/SunGraphics2D;
            0   26     1    data  [C
            0   26     2  offset  I
            0   26     3  length  I
            0   26     4       x  I
            0   26     5       y  I
      Exception table:
        from    to  target  type
          13    14      15  Class sun.java2d.InvalidPipeException
          16    18      19  Class sun.java2d.InvalidPipeException
          13    20      21  any
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  
      x       
      y       

  public void drawBytes(byte[], int, int, int, int);
    descriptor: ([BIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=6
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // byte[] data
        start local 2 // int offset
        start local 3 // int length
        start local 4 // int x
        start local 5 // int y
         0: .line 3057
            aload 1 /* data */
            ifnonnull 2
         1: .line 3058
            new java.lang.NullPointerException
            dup
            ldc "byte data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3060
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 4
            iload 3 /* length */
            iflt 4
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            iload 3 /* length */
            if_icmplt 4
         3: .line 3061
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 5
         4: .line 3062
      StackMap locals:
      StackMap stack:
            new java.lang.ArrayIndexOutOfBoundsException
            dup
            ldc "bad offset/length"
            invokespecial java.lang.ArrayIndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 3065
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 5
            astore 6 /* chData */
        start local 6 // char[] chData
         6: .line 3066
            iload 3 /* length */
            istore 7 /* i */
        start local 7 // int i
         7: goto 9
         8: .line 3067
      StackMap locals: char[] int
      StackMap stack:
            aload 6 /* chData */
            iload 7 /* i */
            aload 1 /* data */
            iload 7 /* i */
            iload 2 /* offset */
            iadd
            baload
            sipush 255
            iand
            i2c
            castore
         9: .line 3066
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iinc 7 /* i */ -1
            ifgt 8
        end local 7 // int i
        10: .line 3069
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 18
        11: .line 3070
            aload 1 /* data */
            arraylength
            ifne 13
        12: .line 3071
            return
        13: .line 3073
      StackMap locals:
      StackMap stack:
            new java.awt.font.TextLayout
            dup
            new java.lang.String
            dup
            aload 6 /* chData */
            invokespecial java.lang.String.<init>:([C)V
        14: .line 3074
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getFontRenderContext:()Ljava/awt/font/FontRenderContext;
        15: .line 3073
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        16: .line 3074
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        17: .line 3075
            return
        18: .line 3079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 6 /* chData */
            iconst_0
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        19: .line 3080
            goto 29
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        20: pop
        21: .line 3082
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        22: .line 3083
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textpipe:Lsun/java2d/pipe/TextPipe;
            aload 0 /* this */
            aload 6 /* chData */
            iconst_0
            iload 3 /* length */
            iload 4 /* x */
            iload 5 /* y */
            invokeinterface sun.java2d.pipe.TextPipe.drawChars:(Lsun/java2d/SunGraphics2D;[CIIII)V
        23: .line 3084
            goto 25
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        24: pop
        25: .line 3090
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
            goto 30
        26: .line 3089
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        27: .line 3090
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3091
            aload 7
            athrow
        29: .line 3090
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        30: .line 3092
      StackMap locals:
      StackMap stack:
            return
        end local 6 // char[] chData
        end local 5 // int y
        end local 4 // int x
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] data
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   31     0    this  Lsun/java2d/SunGraphics2D;
            0   31     1    data  [B
            0   31     2  offset  I
            0   31     3  length  I
            0   31     4       x  I
            0   31     5       y  I
            6   31     6  chData  [C
            7   10     7       i  I
      Exception table:
        from    to  target  type
          18    19      20  Class sun.java2d.InvalidPipeException
          21    23      24  Class sun.java2d.InvalidPipeException
          18    25      26  any
    MethodParameters:
        Name  Flags
      data    
      offset  
      length  
      x       
      y       

  private 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 3101
            aload 1 /* img */
            instanceof java.awt.image.VolatileImage
            ifeq 25
         1: .line 3102
            aload 1 /* img */
            invokestatic sun.awt.image.SurfaceManager.getManager:(Ljava/awt/Image;)Lsun/awt/image/SurfaceManager;
         2: .line 3103
            invokevirtual sun.awt.image.SurfaceManager.getPrimarySurfaceData:()Lsun/java2d/SurfaceData;
         3: .line 3102
            astore 13 /* sd */
        start local 13 // sun.java2d.SurfaceData sd
         4: .line 3104
            aload 13 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleX:()D
            dstore 14 /* scaleX */
        start local 14 // double scaleX
         5: .line 3105
            aload 13 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleY:()D
            dstore 16 /* scaleY */
        start local 16 // double scaleY
         6: .line 3106
            dload 14 /* scaleX */
            dconst_1
            dcmpl
            ifne 8
            dload 16 /* scaleY */
            dconst_1
            dcmpl
            ifne 8
         7: .line 3107
            aconst_null
            areturn
         8: .line 3109
      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 3110
            iload 8 /* sx2 */
            i2d
            dload 14 /* scaleX */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 8 /* sx2 */
        10: .line 3111
            iload 7 /* sy1 */
            i2d
            dload 16 /* scaleY */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 7 /* sy1 */
        11: .line 3112
            iload 9 /* sy2 */
            i2d
            dload 16 /* scaleY */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 9 /* sy2 */
        12: .line 3114
            aconst_null
            astore 18 /* tx */
        start local 18 // java.awt.geom.AffineTransform tx
        13: .line 3115
            aload 12 /* xform */
            ifnull 16
        14: .line 3116
            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 3117
            aload 0 /* this */
            aload 12 /* xform */
            invokevirtual sun.java2d.SunGraphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
        16: .line 3119
      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 3120
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        18: .line 3121
            aload 10 /* bgcolor */
            aload 11 /* observer */
        19: .line 3119
            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 3122
            aload 18 /* tx */
            ifnull 23
        21: .line 3123
            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 3124
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        23: .line 3126
      StackMap locals: int
      StackMap stack:
            iload 19 /* result */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
        24: 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
        25: .line 3127
      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 76
        26: .line 3130
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 13 /* width */
        start local 13 // int width
        27: .line 3131
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 14 /* height */
        start local 14 // int height
        28: .line 3133
            aload 1 /* img */
            checkcast java.awt.image.MultiResolutionImage
            astore 15 /* mrImage */
        start local 15 // java.awt.image.MultiResolutionImage mrImage
        29: .line 3134
            aload 0 /* this */
            aload 15 /* mrImage */
            iload 13 /* width */
            iload 14 /* height */
        30: .line 3135
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        31: .line 3136
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        32: .line 3137
            aload 12 /* xform */
        33: .line 3134
            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
        34: .line 3139
            aload 16 /* resolutionVariant */
            aload 1 /* img */
            if_acmpeq 76
            aload 16 /* resolutionVariant */
            ifnull 76
        35: .line 3143
            aload 1 /* img */
            aload 11 /* observer */
        36: .line 3144
            iload 13 /* width */
            iload 14 /* height */
            iconst_m1
            iconst_m1
        37: .line 3143
            invokestatic sun.awt.image.MultiResolutionToolkitImage.getResolutionVariantObserver:(Ljava/awt/Image;Ljava/awt/image/ImageObserver;IIII)Ljava/awt/image/ImageObserver;
        38: .line 3142
            astore 17 /* rvObserver */
        start local 17 // java.awt.image.ImageObserver rvObserver
        39: .line 3146
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 18 /* rvWidth */
        start local 18 // int rvWidth
        40: .line 3147
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 19 /* rvHeight */
        start local 19 // int rvHeight
        41: .line 3149
            iload 18 /* rvWidth */
            iflt 42
            iload 19 /* rvHeight */
            ifge 45
        42: .line 3151
      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
      StackMap stack:
            aload 15 /* mrImage */
            iload 13 /* width */
            i2d
            iload 14 /* height */
            i2d
            invokeinterface java.awt.image.MultiResolutionImage.getResolutionVariant:(DD)Ljava/awt/Image;
            astore 16 /* resolutionVariant */
        43: .line 3152
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 18 /* rvWidth */
        44: .line 3153
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 19 /* rvHeight */
        45: .line 3156
      StackMap locals:
      StackMap stack:
            iload 13 /* width */
            ifle 72
            iload 14 /* height */
            ifle 72
            iload 18 /* rvWidth */
            ifle 72
            iload 19 /* rvHeight */
            ifle 72
        46: .line 3158
            iload 18 /* rvWidth */
            i2d
            iload 13 /* width */
            i2d
            ddiv
            dstore 20 /* widthScale */
        start local 20 // double widthScale
        47: .line 3159
            iload 19 /* rvHeight */
            i2d
            iload 14 /* height */
            i2d
            ddiv
            dstore 22 /* heightScale */
        start local 22 // double heightScale
        48: .line 3161
            aload 16 /* resolutionVariant */
            instanceof java.awt.image.VolatileImage
            ifeq 54
        49: .line 3163
            aload 16 /* resolutionVariant */
            invokestatic sun.awt.image.SurfaceManager.getManager:(Ljava/awt/Image;)Lsun/awt/image/SurfaceManager;
        50: .line 3164
            invokevirtual sun.awt.image.SurfaceManager.getPrimarySurfaceData:()Lsun/java2d/SurfaceData;
        51: .line 3162
            astore 24 /* sd */
        start local 24 // sun.java2d.SurfaceData sd
        52: .line 3165
            dload 20 /* widthScale */
            aload 24 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleX:()D
            dmul
            dstore 20 /* widthScale */
        53: .line 3166
            dload 22 /* heightScale */
            aload 24 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleY:()D
            dmul
            dstore 22 /* heightScale */
        end local 24 // sun.java2d.SurfaceData sd
        54: .line 3169
      StackMap locals: double double
      StackMap stack:
            iload 6 /* sx1 */
            dload 20 /* widthScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 6 /* sx1 */
        55: .line 3170
            iload 7 /* sy1 */
            dload 22 /* heightScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 7 /* sy1 */
        56: .line 3171
            iload 8 /* sx2 */
            dload 20 /* widthScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 8 /* sx2 */
        57: .line 3172
            iload 9 /* sy2 */
            dload 22 /* heightScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 9 /* sy2 */
        58: .line 3174
            aload 17 /* rvObserver */
            astore 11 /* observer */
        59: .line 3175
            aload 16 /* resolutionVariant */
            astore 1 /* img */
        60: .line 3177
            aload 12 /* xform */
            ifnull 67
        61: .line 3178
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 63
            iload 2 /* dx1 */
            ifne 62
            iload 3 /* dy1 */
            ifeq 63
      StackMap locals:
      StackMap stack:
        62: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        63: .line 3179
      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
        64: .line 3180
            aload 24 /* renderTX */
            dconst_1
            dload 20 /* widthScale */
            ddiv
            dconst_1
            dload 22 /* heightScale */
            ddiv
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
        65: .line 3181
            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;
        66: areturn
        end local 24 // java.awt.geom.AffineTransform renderTX
        67: .line 3184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        68: .line 3185
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        69: .line 3186
            aload 10 /* bgcolor */
            aload 11 /* observer */
        70: .line 3184
            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;
        71: areturn
        end local 22 // double heightScale
        end local 20 // double widthScale
        72: .line 3188
      StackMap locals:
      StackMap stack:
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
        73: areturn
        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
        74: .line 3192
      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: sun.java2d.InvalidPipeException
            pop
        75: .line 3193
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        76: .line 3195
      StackMap locals:
      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   77     0               this  Lsun/java2d/SunGraphics2D;
            0   77     1                img  Ljava/awt/Image;
            0   77     2                dx1  I
            0   77     3                dy1  I
            0   77     4                dx2  I
            0   77     5                dy2  I
            0   77     6                sx1  I
            0   77     7                sy1  I
            0   77     8                sx2  I
            0   77     9                sy2  I
            0   77    10            bgcolor  Ljava/awt/Color;
            0   77    11           observer  Ljava/awt/image/ImageObserver;
            0   77    12              xform  Ljava/awt/geom/AffineTransform;
            4   25    13                 sd  Lsun/java2d/SurfaceData;
            5   25    14             scaleX  D
            6   25    16             scaleY  D
           13   25    18                 tx  Ljava/awt/geom/AffineTransform;
           20   25    19             result  Z
           27   74    13              width  I
           28   74    14             height  I
           29   74    15            mrImage  Ljava/awt/image/MultiResolutionImage;
           34   74    16  resolutionVariant  Ljava/awt/Image;
           39   74    17         rvObserver  Ljava/awt/image/ImageObserver;
           40   74    18            rvWidth  I
           41   74    19           rvHeight  I
           47   72    20         widthScale  D
           48   72    22        heightScale  D
           52   54    24                 sd  Lsun/java2d/SurfaceData;
           64   67    24           renderTX  Ljava/awt/geom/AffineTransform;
      Exception table:
        from    to  target  type
           0     7      74  Class sun.java2d.InvalidPipeException
           8    24      74  Class sun.java2d.InvalidPipeException
          25    66      74  Class sun.java2d.InvalidPipeException
          67    71      74  Class sun.java2d.InvalidPipeException
          72    73      74  Class sun.java2d.InvalidPipeException
    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 3203
            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 3204
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
         2: .line 3203
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
         3: .line 3217
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3203
            iload 13
            ireturn
         5: .line 3205
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3207
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 3208
            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 3209
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
         9: .line 3208
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        10: .line 3217
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3208
            iload 13
            ireturn
        12: .line 3210
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3217
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3214
            iconst_0
            ireturn
        15: .line 3216
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        16: .line 3217
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3218
            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 3226
            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 3238
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         2: .line 3226
            iload 5
            ireturn
         3: .line 3227
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         4: .line 3229
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         5: .line 3230
            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 3238
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         7: .line 3230
            iload 5
            ireturn
         8: .line 3231
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         9: .line 3238
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 3235
            iconst_0
            ireturn
        11: .line 3237
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        12: .line 3238
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        13: .line 3239
            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 3246
            iload 2 /* srcWidth */
            ifle 1
            iload 3 /* srcHeight */
            ifgt 2
         1: .line 3247
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 3250
      StackMap locals:
      StackMap stack:
            iload 10 /* sx2 */
            iload 8 /* sx1 */
            isub
            istore 13 /* sw */
        start local 13 // int sw
         3: .line 3251
            iload 11 /* sy2 */
            iload 9 /* sy1 */
            isub
            istore 14 /* sh */
        start local 14 // int sh
         4: .line 3253
            iload 13 /* sw */
            ifeq 5
            iload 14 /* sh */
            ifne 6
         5: .line 3254
      StackMap locals: int int
      StackMap stack:
            aconst_null
            areturn
         6: .line 3259
      StackMap locals:
      StackMap stack:
            aload 12 /* xform */
            ifnonnull 9
         7: .line 3260
            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 3261
            goto 11
        end local 15 // java.awt.geom.AffineTransform tx
         9: .line 3262
      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 3263
            aload 15 /* tx */
            aload 12 /* xform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
        11: .line 3266
      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 3267
            iload 6 /* dx2 */
            iload 4 /* dx1 */
            isub
            istore 17 /* dw */
        start local 17 // int dw
        13: .line 3268
            iload 7 /* dy2 */
            iload 5 /* dy1 */
            isub
            istore 18 /* dh */
        start local 18 // int dh
        14: .line 3273
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
            iconst_1
            if_icmpne 18
        15: .line 3274
            iload 2 /* srcWidth */
            i2d
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        16: .line 3275
            iload 3 /* srcHeight */
            i2d
            dstore 21 /* destImageHeight */
        start local 21 // double destImageHeight
        17: .line 3276
            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 3277
            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 3278
            aload 23 /* configTransform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 24
        21: .line 3279
            iload 2 /* srcWidth */
            i2d
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        22: .line 3280
            iload 3 /* srcHeight */
            i2d
            dstore 21 /* destImageHeight */
        start local 21 // double destImageHeight
        23: .line 3281
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        24: .line 3282
      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 3283
            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 3285
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        27: .line 3289
      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 3290
            iload 17 /* dw */
            i2d
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        29: .line 3291
            iload 18 /* dh */
            i2d
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        30: .line 3292
            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 3293
            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 3294
            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 3295
            goto 41
        end local 25 // double destRegionHeight
        end local 23 // double destRegionWidth
        35: .line 3296
      StackMap locals:
      StackMap stack:
            iload 17 /* dw */
            i2d
        36: .line 3297
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        37: .line 3296
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        38: .line 3298
            iload 18 /* dh */
            i2d
        39: .line 3299
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        40: .line 3298
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        41: .line 3301
      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 3302
            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 3306
      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 3305
            astore 23 /* resolutionVariant */
        start local 23 // java.awt.Image resolutionVariant
        45: .line 3308
            aload 23 /* resolutionVariant */
            instanceof sun.awt.image.ToolkitImage
            ifeq 48
        46: .line 3309
            aload 23 /* resolutionVariant */
            checkcast sun.awt.image.ToolkitImage
            invokevirtual sun.awt.image.ToolkitImage.hasError:()Z
            ifeq 48
        47: .line 3310
            aconst_null
            areturn
        48: .line 3313
      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 3322
            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 3337
            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 3338
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         2: .line 3337
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
         3: .line 3351
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3337
            iload 11
            ireturn
         5: .line 3339
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3341
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .line 3342
            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 3343
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         9: .line 3342
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        10: .line 3351
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3342
            iload 11
            ireturn
        12: .line 3344
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3351
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3348
            iconst_0
            ireturn
        15: .line 3350
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        16: .line 3351
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3352
            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 3362
            aload 1 /* img */
            ifnonnull 2
         1: .line 3363
            iconst_1
            ireturn
         2: .line 3366
      StackMap locals:
      StackMap stack:
            iload 4 /* width */
            ifeq 3
            iload 5 /* height */
            ifne 4
         3: .line 3367
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 3370
      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 3371
            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 3372
            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 3373
            iconst_0
            iconst_0
            iload 8 /* imgW */
            iload 9 /* imgH */
            aload 6 /* bg */
            aload 7 /* observer */
         8: .line 3374
            aconst_null
         9: .line 3372
            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 3375
            aload 10 /* hidpiImageDrawn */
            ifnull 12
        11: .line 3376
            aload 10 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        12: .line 3379
      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 3380
            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 3384
      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 3385
            aload 6 /* bg */
            aload 7 /* observer */
        16: .line 3384
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 12
        17: .line 3398
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        18: .line 3384
            iload 12
            ireturn
        19: .line 3386
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        20: .line 3388
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        21: .line 3389
            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 3390
            aload 6 /* bg */
            aload 7 /* observer */
        23: .line 3389
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 12
        24: .line 3398
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3389
            iload 12
            ireturn
        26: .line 3391
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        27: .line 3398
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3395
            iconst_0
            ireturn
        29: .line 3397
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        30: .line 3398
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        31: .line 3399
            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 3406
            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 3416
            aload 1 /* img */
            ifnonnull 2
         1: .line 3417
            iconst_1
            ireturn
         2: .line 3420
      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 3421
            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 3422
            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 3423
            iconst_0
            iconst_0
            iload 6 /* imgW */
            iload 7 /* imgH */
            aload 4 /* bg */
            aload 5 /* observer */
         6: .line 3424
            aconst_null
         7: .line 3422
            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 3425
            aload 8 /* hidpiImageDrawn */
            ifnull 10
         9: .line 3426
            aload 8 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        10: .line 3430
      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 3442
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3430
            iload 10
            ireturn
        13: .line 3431
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        14: .line 3433
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        15: .line 3434
            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 3442
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3434
            iload 10
            ireturn
        18: .line 3435
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        19: .line 3442
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        20: .line 3439
            iconst_0
            ireturn
        21: .line 3441
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        22: .line 3442
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3443
            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 3454
            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 3455
            aload 10 /* observer */
         2: .line 3454
            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 3467
            aload 1 /* img */
            ifnonnull 2
         1: .line 3468
            iconst_1
            ireturn
         2: .line 3471
      StackMap locals:
      StackMap stack:
            iload 2 /* dx1 */
            iload 4 /* dx2 */
            if_icmpeq 4
            iload 3 /* dy1 */
            iload 5 /* dy2 */
            if_icmpeq 4
         3: .line 3472
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            if_icmpeq 4
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            if_icmpne 5
         4: .line 3474
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 3477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
         6: .line 3478
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
         7: .line 3479
            aload 10 /* bgcolor */
            aload 11 /* observer */
            aconst_null
         8: .line 3477
            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 3481
            aload 12 /* hidpiImageDrawn */
            ifnull 11
        10: .line 3482
            aload 12 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        11: .line 3485
      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 3486
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            iload 5 /* dy2 */
            iload 3 /* dy1 */
            isub
            if_icmpne 32
        13: .line 3490
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            if_icmple 18
        14: .line 3491
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            istore 17 /* width */
        start local 17 // int width
        15: .line 3492
            iload 6 /* sx1 */
            istore 13 /* srcX */
        start local 13 // int srcX
        16: .line 3493
            iload 2 /* dx1 */
            istore 15 /* dstX */
        start local 15 // int dstX
        17: .line 3494
            goto 21
        end local 17 // int width
        end local 15 // int dstX
        end local 13 // int srcX
        18: .line 3495
      StackMap locals:
      StackMap stack:
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            isub
            istore 17 /* width */
        start local 17 // int width
        19: .line 3496
            iload 8 /* sx2 */
            istore 13 /* srcX */
        start local 13 // int srcX
        20: .line 3497
            iload 4 /* dx2 */
            istore 15 /* dstX */
        start local 15 // int dstX
        21: .line 3499
      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 3500
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            istore 18 /* height */
        start local 18 // int height
        23: .line 3501
            iload 7 /* sy1 */
            istore 14 /* srcY */
        start local 14 // int srcY
        24: .line 3502
            iload 3 /* dy1 */
            istore 16 /* dstY */
        start local 16 // int dstY
        25: .line 3503
            goto 29
        end local 18 // int height
        end local 16 // int dstY
        end local 14 // int srcY
        26: .line 3504
      StackMap locals:
      StackMap stack:
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            isub
            istore 18 /* height */
        start local 18 // int height
        27: .line 3505
            iload 9 /* sy2 */
            istore 14 /* srcY */
        start local 14 // int srcY
        28: .line 3506
            iload 5 /* dy2 */
            istore 16 /* dstY */
        start local 16 // int dstY
        29: .line 3508
      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 3509
            iload 17 /* width */
            iload 18 /* height */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        31: .line 3508
            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 3513
      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 3514
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        34: .line 3515
            aload 11 /* observer */
        35: .line 3513
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 14
        36: .line 3529
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        37: .line 3513
            iload 14
            ireturn
        38: .line 3516
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        39: .line 3518
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        40: .line 3519
            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 3520
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        42: .line 3521
            aload 11 /* observer */
        43: .line 3519
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 14
        44: .line 3529
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        45: .line 3519
            iload 14
            ireturn
        46: .line 3522
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        47: .line 3529
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        48: .line 3526
            iconst_0
            ireturn
        49: .line 3528
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        50: .line 3529
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        51: .line 3530
            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 3555
            aload 1 /* img */
            ifnonnull 2
         1: .line 3556
            iconst_1
            ireturn
         2: .line 3559
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            ifnull 3
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 4
         3: .line 3560
      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 3563
      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 3564
            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 3565
            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 3566
            aconst_null
            aload 3 /* observer */
            aload 2 /* xform */
         8: .line 3565
            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 3568
            aload 6 /* hidpiImageDrawn */
            ifnull 11
        10: .line 3569
            aload 6 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        11: .line 3572
      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 3580
            aload 1 /* bImg */
            ifnonnull 2
         1: .line 3581
            return
         2: .line 3585
      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 3586
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3588
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3589
            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 3590
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3596
      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 3595
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 3596
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3597
            aload 5
            athrow
        13: .line 3596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3598
      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 3605
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
            ifnonnull 23
         1: .line 3606
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 1 /* aahint */
        start local 1 // int aahint
         2: .line 3607
            iload 1 /* aahint */
            ifne 5
         3: .line 3608
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 5
         4: .line 3609
            iconst_2
            istore 1 /* aahint */
         5: .line 3612
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* tx */
        start local 2 // java.awt.geom.AffineTransform tx
         6: .line 3613
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 17
         7: .line 3614
            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 3615
            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 3616
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 2 /* tx */
        10: .line 3617
            goto 17
        11: .line 3618
      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 3619
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        13: .line 3620
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
        14: .line 3621
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        15: .line 3622
            dconst_0
            dconst_0
        16: .line 3618
            invokespecial java.awt.geom.AffineTransform.<init>:(DDDDDD)V
            astore 2 /* tx */
        17: .line 3625
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.font.FontRenderContext
            dup
            aload 2 /* tx */
        18: .line 3626
            iconst_2
            iload 1 /* aahint */
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        19: .line 3627
            iconst_3
        20: .line 3628
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 3627
            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 3625
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // int aahint
        23: .line 3630
      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 3644
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         1: .line 3645
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         2: .line 3646
            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 3662
            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 3670
            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 3680
            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