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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=1, args_size=0
         0: .line 114
            ldc Lsun/java2d/SunGraphics2D;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
         3: .line 211
            new java.awt.BasicStroke
            dup
            invokespecial java.awt.BasicStroke.<init>:()V
            putstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
         4: .line 212
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            putstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
         5: .line 214
            new java.awt.Font
            dup
            ldc "Dialog"
            iconst_0
            bipush 12
            invokespecial java.awt.Font.<init>:(Ljava/lang/String;II)V
         6: .line 213
            putstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
         7: .line 229
            sipush 140
            putstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
         8: .line 261
            invokestatic sun.awt.util.PerformanceLogger.loggingEnabled:()Z
            ifeq 10
         9: .line 262
            ldc "SunGraphics2D static initialization"
            invokestatic sun.awt.util.PerformanceLogger.setTime:(Ljava/lang/String;)I
            pop
        10: .line 421
      StackMap locals:
      StackMap stack:
            new sun.java2d.pipe.ValidatePipe
            dup
            invokespecial sun.java2d.pipe.ValidatePipe.<init>:()V
            putstatic sun.java2d.SunGraphics2D.invalidpipe:Lsun/java2d/pipe/ValidatePipe;
        11: .line 572
            iconst_4
            newarray 7
            dup
            iconst_0
            dconst_1
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            dconst_1
            dastore
            putstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
        12: .line 574
            new java.awt.geom.AffineTransform
            dup
            invokespecial java.awt.geom.AffineTransform.<init>:()V
        13: .line 573
            putstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
        14: .line 578
            bipush 17
            anewarray double[]
            putstatic sun.java2d.SunGraphics2D.textTxArr:[[D
        15: .line 580
            bipush 17
            anewarray java.awt.geom.AffineTransform
        16: .line 579
            putstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
        17: .line 583
            bipush 8
            istore 0 /* i */
        start local 0 // int i
        18: goto 22
        19: .line 584
      StackMap locals: int
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 0 /* i */
            iconst_4
            newarray 7
            dup
            iconst_0
            iload 0 /* i */
            i2d
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            iload 0 /* i */
            i2d
            dastore
            aastore
        20: .line 585
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 0 /* i */
            new java.awt.geom.AffineTransform
            dup
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 0 /* i */
            aaload
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            aastore
        21: .line 583
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 0 /* i */
            bipush 17
            if_icmplt 19
        end local 0 // int i
        23: .line 1046
            invokestatic sun.java2d.pipe.RenderingEngine.getInstance:()Lsun/java2d/pipe/RenderingEngine;
            invokevirtual sun.java2d.pipe.RenderingEngine.getMinimumAAPenSize:()F
            f2d
        24: .line 1045
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
        25: .line 1048
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dmul
        26: .line 1047
            putstatic sun.java2d.SunGraphics2D.MinPenSizeAASquared:D
        27: .line 1940
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
           18   23     0     i  I

  public void <init>(sun.java2d.SurfaceData, java.awt.Color, java.awt.Color, java.awt.Font);
    descriptor: (Lsun/java2d/SurfaceData;Ljava/awt/Color;Ljava/awt/Color;Ljava/awt/Font;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // sun.java2d.SurfaceData sd
        start local 2 // java.awt.Color fg
        start local 3 // java.awt.Color bg
        start local 4 // java.awt.Font f
         0: .line 266
            aload 0 /* this */
            invokespecial java.awt.Graphics2D.<init>:()V
         1: .line 267
            aload 0 /* this */
            aload 1 /* sd */
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         2: .line 268
            aload 0 /* this */
            aload 2 /* fg */
            putfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
         3: .line 269
            aload 0 /* this */
            aload 3 /* bg */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         4: .line 270
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         5: .line 271
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultComposite:Ljava/awt/Composite;
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
         6: .line 272
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.foregroundColor:Ljava/awt/Color;
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         7: .line 274
            aload 0 /* this */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
         8: .line 276
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         9: .line 277
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        10: .line 278
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        11: .line 279
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        12: .line 280
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        13: .line 281
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        14: .line 282
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        15: .line 283
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        16: .line 285
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        17: .line 287
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.getDefaultTransform:()Ljava/awt/geom/AffineTransform;
            putfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        18: .line 288
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifne 20
        19: .line 289
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        20: .line 292
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.SurfaceData java.awt.Color java.awt.Color java.awt.Font
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        21: .line 294
            aload 0 /* this */
            aload 4 /* f */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        22: .line 295
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            ifnonnull 24
        23: .line 296
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.defaultFont:Ljava/awt/Font;
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        24: .line 299
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sd */
            invokevirtual sun.java2d.SurfaceData.getBounds:()Ljava/awt/Rectangle;
            invokevirtual sun.java2d.SunGraphics2D.setDevClip:(Ljava/awt/Rectangle;)V
        25: .line 300
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 301
            return
        end local 4 // java.awt.Font f
        end local 3 // java.awt.Color bg
        end local 2 // java.awt.Color fg
        end local 1 // sun.java2d.SurfaceData sd
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   27     0  this  Lsun/java2d/SunGraphics2D;
            0   27     1    sd  Lsun/java2d/SurfaceData;
            0   27     2    fg  Ljava/awt/Color;
            0   27     3    bg  Ljava/awt/Color;
            0   27     4     f  Ljava/awt/Font;
    MethodParameters:
      Name  Flags
      sd    
      fg    
      bg    
      f     

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

  protected java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 310
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast sun.java2d.SunGraphics2D
            astore 1 /* g */
        start local 1 // sun.java2d.SunGraphics2D g
         1: .line 311
            aload 1 /* g */
            new java.awt.geom.AffineTransform
            dup
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokespecial java.awt.geom.AffineTransform.<init>:(Ljava/awt/geom/AffineTransform;)V
            putfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
         2: .line 312
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 4
         3: .line 313
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            invokevirtual java.awt.RenderingHints.clone:()Ljava/lang/Object;
            checkcast java.awt.RenderingHints
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         4: .line 321
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 9
         5: .line 322
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifeq 8
         6: .line 323
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            invokevirtual sun.java2d.loops.FontInfo.clone:()Ljava/lang/Object;
            checkcast sun.java2d.loops.FontInfo
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         7: .line 324
            goto 9
         8: .line 325
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
         9: .line 328
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 14
        10: .line 329
            aload 1 /* g */
        11: .line 330
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            invokevirtual sun.java2d.loops.FontInfo.clone:()Ljava/lang/Object;
            checkcast sun.java2d.loops.FontInfo
        12: .line 329
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        13: .line 331
            aload 1 /* g */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
        14: .line 334
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
        15: areturn
        end local 1 // sun.java2d.SunGraphics2D g
        16: .line 335
      StackMap locals: sun.java2d.SunGraphics2D
      StackMap stack: java.lang.CloneNotSupportedException
            pop
        17: .line 337
            aconst_null
            areturn
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   18     0  this  Lsun/java2d/SunGraphics2D;
            1   16     1     g  Lsun/java2d/SunGraphics2D;
      Exception table:
        from    to  target  type
           0    15      16  Class java.lang.CloneNotSupportedException

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

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

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

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

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

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

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

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

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

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

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

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

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

  public sun.java2d.loops.FontInfo checkFontInfo(sun.java2d.loops.FontInfo, java.awt.Font, java.awt.font.FontRenderContext);
    descriptor: (Lsun/java2d/loops/FontInfo;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)Lsun/java2d/loops/FontInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=11, args_size=4
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // sun.java2d.loops.FontInfo info
        start local 2 // java.awt.Font font
        start local 3 // java.awt.font.FontRenderContext frc
         0: .line 596
            aload 1 /* info */
            ifnonnull 2
         1: .line 597
            new sun.java2d.loops.FontInfo
            dup
            invokespecial sun.java2d.loops.FontInfo.<init>:()V
            astore 1 /* info */
         2: .line 600
      StackMap locals:
      StackMap stack:
            aload 2 /* font */
            invokevirtual java.awt.Font.getSize2D:()F
            fstore 4 /* ptSize */
        start local 4 // float ptSize
         3: .line 602
            aconst_null
            astore 6 /* textAt */
        start local 6 // java.awt.geom.AffineTransform textAt
         4: .line 603
            aload 2 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifeq 25
         5: .line 604
            aload 2 /* font */
            invokevirtual java.awt.Font.getTransform:()Ljava/awt/geom/AffineTransform;
            astore 6 /* textAt */
         6: .line 605
            aload 6 /* textAt */
            fload 4 /* ptSize */
            f2d
            fload 4 /* ptSize */
            f2d
            invokevirtual java.awt.geom.AffineTransform.scale:(DD)V
         7: .line 606
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            pop
         8: .line 607
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originX:F
         9: .line 608
            aload 1 /* info */
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2f
            putfield sun.java2d.loops.FontInfo.originY:F
        10: .line 609
            aload 6 /* textAt */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.originX:F
            fneg
            f2d
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.originY:F
            fneg
            f2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        11: .line 610
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 16
        12: .line 611
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.devTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        13: .line 612
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        14: .line 613
            aload 6 /* textAt */
            aload 5 /* devAt */
            invokevirtual java.awt.geom.AffineTransform.preConcatenate:(Ljava/awt/geom/AffineTransform;)V
        15: .line 614
            goto 18
        end local 5 // java.awt.geom.AffineTransform devAt
        16: .line 615
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        17: .line 616
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        18: .line 618
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack:
            aload 6 /* textAt */
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        19: .line 619
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        20: .line 620
            aload 6 /* textAt */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        21: .line 621
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 23
        22: .line 622
            dload 7 /* shearx */
            dload 7 /* shearx */
            dmul
            dload 9 /* scaley */
            dload 9 /* scaley */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 9 /* scaley */
        23: .line 624
      StackMap locals: double double
      StackMap stack:
            aload 1 /* info */
            dload 9 /* scaley */
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        end local 9 // double scaley
        end local 7 // double shearx
        24: .line 625
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        25: .line 627
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
            aload 1 /* info */
            fconst_0
            dup_x1
            putfield sun.java2d.loops.FontInfo.originY:F
            putfield sun.java2d.loops.FontInfo.originX:F
        26: .line 628
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 42
        27: .line 629
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            aload 1 /* info */
            iconst_4
            newarray 7
            dup_x1
            putfield sun.java2d.loops.FontInfo.devTx:[D
            invokevirtual java.awt.geom.AffineTransform.getMatrix:([D)V
        28: .line 630
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 5 /* devAt */
        start local 5 // java.awt.geom.AffineTransform devAt
        29: .line 631
            aload 1 /* info */
            iconst_4
            newarray 7
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        30: .line 632
            iconst_0
            istore 7 /* i */
        start local 7 // int i
        31: goto 34
        32: .line 633
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform int
      StackMap stack:
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            iload 7 /* i */
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.devTx:[D
            iload 7 /* i */
            daload
            fload 4 /* ptSize */
            f2d
            dmul
            dastore
        33: .line 632
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 7 /* i */
            iconst_4
            if_icmplt 32
        end local 7 // int i
        35: .line 635
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 6 /* textAt */
        36: .line 636
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            dstore 7 /* shearx */
        start local 7 // double shearx
        37: .line 637
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
            dstore 9 /* scaley */
        start local 9 // double scaley
        38: .line 638
            dload 7 /* shearx */
            dconst_0
            dcmpl
            ifeq 40
        39: .line 639
            dload 7 /* shearx */
            dload 7 /* shearx */
            dmul
            dload 9 /* scaley */
            dload 9 /* scaley */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dstore 9 /* scaley */
        40: .line 641
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform double double
      StackMap stack:
            aload 1 /* info */
            dload 9 /* scaley */
            fload 4 /* ptSize */
            f2d
            dmul
            invokestatic java.lang.Math.abs:(D)D
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        end local 9 // double scaley
        end local 7 // double shearx
        41: .line 642
            goto 55
        end local 5 // java.awt.geom.AffineTransform devAt
        42: .line 651
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float top java.awt.geom.AffineTransform
      StackMap stack:
            fload 4 /* ptSize */
            f2i
            istore 7 /* pszInt */
        start local 7 // int pszInt
        43: .line 652
            fload 4 /* ptSize */
            iload 7 /* pszInt */
            i2f
            fcmpl
            ifne 49
        44: .line 653
            iload 7 /* pszInt */
            bipush 8
            if_icmplt 49
            iload 7 /* pszInt */
            bipush 17
            if_icmpge 49
        45: .line 654
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.textTxArr:[[D
            iload 7 /* pszInt */
            aaload
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        46: .line 655
            getstatic sun.java2d.SunGraphics2D.textAtArr:[Ljava/awt/geom/AffineTransform;
            iload 7 /* pszInt */
            aaload
            astore 6 /* textAt */
        47: .line 656
            aload 1 /* info */
            iload 7 /* pszInt */
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        48: .line 657
            goto 50
        49: .line 658
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            fload 4 /* ptSize */
            f2d
            ldc 0.5
            dadd
            d2i
            putfield sun.java2d.loops.FontInfo.pixelHeight:I
        50: .line 660
      StackMap locals:
      StackMap stack:
            aload 6 /* textAt */
            ifnonnull 53
        51: .line 661
            aload 1 /* info */
            iconst_4
            newarray 7
            dup
            iconst_0
            fload 4 /* ptSize */
            f2d
            dastore
            dup
            iconst_1
            dconst_0
            dastore
            dup
            iconst_2
            dconst_0
            dastore
            dup
            iconst_3
            fload 4 /* ptSize */
            f2d
            dastore
            putfield sun.java2d.loops.FontInfo.glyphTx:[D
        52: .line 662
            new java.awt.geom.AffineTransform
            dup
            aload 1 /* info */
            getfield sun.java2d.loops.FontInfo.glyphTx:[D
            invokespecial java.awt.geom.AffineTransform.<init>:([D)V
            astore 6 /* textAt */
        53: .line 665
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            getstatic sun.java2d.SunGraphics2D.IDENT_MATRIX:[D
            putfield sun.java2d.loops.FontInfo.devTx:[D
        54: .line 666
            getstatic sun.java2d.SunGraphics2D.IDENT_ATX:Ljava/awt/geom/AffineTransform;
            astore 5 /* devAt */
        end local 7 // int pszInt
        start local 5 // java.awt.geom.AffineTransform devAt
        55: .line 670
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* info */
        56: .line 671
            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 670
      StackMap locals: sun.java2d.SunGraphics2D sun.java2d.loops.FontInfo java.awt.Font java.awt.font.FontRenderContext float java.awt.geom.AffineTransform java.awt.geom.AffineTransform
      StackMap stack: sun.java2d.loops.FontInfo int
            putfield sun.java2d.loops.FontInfo.nonInvertibleTx:Z
        59: .line 673
            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 675
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
            istore 7 /* fmhint */
        start local 7 // int fmhint
        61: .line 676
            iload 7 /* fmhint */
            ifne 63
        62: .line 677
            iconst_1
            istore 7 /* fmhint */
        63: .line 679
      StackMap locals: int
      StackMap stack:
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdSubPixPos:Z
        64: .line 704
            aload 3 /* frc */
            ifnonnull 67
        65: .line 705
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 8 /* aahint */
        start local 8 // int aahint
        66: .line 706
            goto 68
        end local 8 // int aahint
        67: .line 707
      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 709
      StackMap locals: int
      StackMap stack:
            iload 8 /* aahint */
            ifne 74
        69: .line 710
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 72
        70: .line 711
            iconst_2
            istore 8 /* aahint */
        71: .line 712
            goto 97
        72: .line 713
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        73: .line 715
            goto 97
        74: .line 722
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            iconst_3
            if_icmpne 80
        75: .line 723
            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 724
            iconst_2
            istore 8 /* aahint */
        77: .line 725
            goto 97
        78: .line 726
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 8 /* aahint */
        79: .line 728
            goto 97
      StackMap locals:
      StackMap stack:
        80: iload 8 /* aahint */
            iconst_4
            if_icmplt 97
        81: .line 745
            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 750
            iconst_2
            istore 8 /* aahint */
        83: .line 751
            goto 97
        84: .line 752
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iconst_1
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        85: .line 760
            iload 8 /* aahint */
            iconst_5
            if_icmpne 89
        86: .line 761
            iconst_4
            istore 8 /* aahint */
        87: .line 762
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        88: .line 763
            goto 92
        89: .line 764
      StackMap locals:
      StackMap stack:
            iload 8 /* aahint */
            bipush 7
            if_icmpne 92
        90: .line 765
            bipush 6
            istore 8 /* aahint */
        91: .line 766
            aload 1 /* info */
            iconst_0
            putfield sun.java2d.loops.FontInfo.lcdRGBOrder:Z
        92: .line 771
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
        93: .line 772
            iload 7 /* fmhint */
            iconst_2
            if_icmpne 95
        94: .line 773
            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 771
      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 777
      StackMap locals:
      StackMap stack:
            getstatic sun.font.FontUtilities.isMacOSX14:Z
            ifeq 100
        98: .line 778
            iload 8 /* aahint */
            iconst_1
            if_icmpne 100
        99: .line 780
            iconst_2
            istore 8 /* aahint */
       100: .line 782
      StackMap locals:
      StackMap stack:
            aload 1 /* info */
            iload 8 /* aahint */
            putfield sun.java2d.loops.FontInfo.aaHint:I
       101: .line 783
            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 784
            iload 8 /* aahint */
            iload 7 /* fmhint */
       103: .line 783
            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 785
            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 789
            aload 0 /* mtx */
            iconst_0
            daload
            aload 0 /* mtx */
            iconst_3
            daload
            dcmpl
            ifne 5
         1: .line 790
            aload 0 /* mtx */
            iconst_1
            daload
            dconst_0
            dcmpl
            ifne 5
         2: .line 791
            aload 0 /* mtx */
            iconst_2
            daload
            dconst_0
            dcmpl
            ifne 5
         3: .line 792
            aload 0 /* mtx */
            iconst_0
            daload
            dconst_0
            dcmpl
            ifle 5
         4: .line 794
            iconst_0
            ireturn
         5: .line 797
      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 806
            aload 1 /* font */
            ifnull 14
            aload 1 /* font */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            if_acmpeq 14
         1: .line 821
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            iconst_3
            if_icmpne 11
         2: .line 822
            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 823
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 10
         4: .line 824
            aload 1 /* font */
            invokevirtual java.awt.Font.isTransformed:()Z
            ifne 10
         5: .line 825
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 10
         6: .line 826
            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 827
      StackMap locals:
      StackMap stack: int
            aload 1 /* font */
            invokestatic sun.font.FontUtilities.getFont2D:(Ljava/awt/Font;)Lsun/font/Font2D;
         9: .line 828
            aload 1 /* font */
            invokevirtual java.awt.Font.getSize:()I
            invokevirtual sun.font.Font2D.useAAForPtSize:(I)Z
            if_icmpeq 11
        10: .line 829
      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 831
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* font */
            putfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
        12: .line 832
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        13: .line 833
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        14: .line 835
      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 838
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.validFontInfo:Z
            ifne 3
         1: .line 839
            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 840
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
         3: .line 842
      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 847
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            ifnull 4
         1: .line 848
            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 849
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
            aload 2 /* frc */
            if_acmpne 4
         3: .line 850
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
            areturn
         4: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* frc */
            putfield sun.java2d.SunGraphics2D.glyphVectorFRC:Ljava/awt/font/FontRenderContext;
         5: .line 853
            aload 0 /* this */
         6: .line 854
            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 853
            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 859
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            ifnull 2
         1: .line 860
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 863
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 864
            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 863
            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 868
            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 869
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
            areturn
         2: .line 872
      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 871
            astore 2 /* fm */
        start local 2 // java.awt.FontMetrics fm
         4: .line 874
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            aload 1 /* font */
            if_acmpne 6
         5: .line 875
            aload 0 /* this */
            aload 2 /* fm */
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
         6: .line 877
      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 898
            iload 3 /* onStroke */
            ifeq 2
         1: .line 899
            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 902
      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 903
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifeq 6
         4: .line 904
            new java.awt.Rectangle
            dup
            aload 1 /* rect */
            invokespecial java.awt.Rectangle.<init>:(Ljava/awt/Rectangle;)V
            astore 1 /* rect */
         5: .line 905
            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 908
      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 915
            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 922
            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 930
            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 944
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            aload 1 /* comp */
            if_acmpne 2
         1: .line 945
            return
         2: .line 949
      StackMap locals:
      StackMap stack:
            aload 1 /* comp */
            instanceof java.awt.AlphaComposite
            ifeq 24
         3: .line 950
            aload 1 /* comp */
            checkcast java.awt.AlphaComposite
            astore 4 /* alphacomp */
        start local 4 // java.awt.AlphaComposite alphacomp
         4: .line 951
            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 952
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcOverNoEa:Lsun/java2d/loops/CompositeType;
            if_acmpne 13
         6: .line 953
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifeq 9
         7: .line 954
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmple 11
         8: .line 955
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         9: .line 957
      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 958
            goto 33
        end local 2 // int newCompState
        11: .line 959
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        start local 2 // int newCompState
        12: .line 961
            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 962
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Src:Lsun/java2d/loops/CompositeType;
            if_acmpeq 16
        15: .line 963
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.Clear:Lsun/java2d/loops/CompositeType;
            if_acmpne 18
        16: .line 965
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        17: .line 966
            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 967
            aload 3 /* newCompType */
            getstatic sun.java2d.loops.CompositeType.SrcIn:Lsun/java2d/loops/CompositeType;
            if_acmpne 22
        20: .line 969
            iconst_0
            istore 2 /* newCompState */
        start local 2 // int newCompState
        21: .line 970
            goto 33
        end local 2 // int newCompState
        22: .line 971
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* newCompState */
        end local 4 // java.awt.AlphaComposite alphacomp
        start local 2 // int newCompState
        23: .line 973
            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 974
            iconst_2
            istore 2 /* newCompState */
        start local 2 // int newCompState
        26: .line 975
            getstatic sun.java2d.loops.CompositeType.Xor:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        27: .line 976
            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 977
            new java.lang.IllegalArgumentException
            dup
            ldc "null Composite"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        30: .line 979
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.checkCustomComposite:()V
        31: .line 980
            iconst_3
            istore 2 /* newCompState */
        start local 2 // int newCompState
        32: .line 981
            getstatic sun.java2d.loops.CompositeType.General:Lsun/java2d/loops/CompositeType;
            astore 3 /* newCompType */
        start local 3 // sun.java2d.loops.CompositeType newCompType
        33: .line 983
      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 984
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
            aload 3 /* newCompType */
            if_acmpeq 39
        35: .line 986
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* newCompState */
            putfield sun.java2d.SunGraphics2D.compositeState:I
        36: .line 987
            aload 0 /* this */
            aload 3 /* newCompType */
            putfield sun.java2d.SunGraphics2D.imageComp:Lsun/java2d/loops/CompositeType;
        37: .line 988
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        38: .line 989
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        39: .line 991
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* comp */
            putfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
        40: .line 992
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 42
        41: .line 993
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
        42: .line 995
      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 1006
            aload 1 /* paint */
            instanceof java.awt.Color
            ifeq 3
         1: .line 1007
            aload 0 /* this */
            aload 1 /* paint */
            checkcast java.awt.Color
            invokevirtual sun.java2d.SunGraphics2D.setColor:(Ljava/awt/Color;)V
         2: .line 1008
            return
         3: .line 1010
      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 1011
      StackMap locals:
      StackMap stack:
            return
         5: .line 1013
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* paint */
            putfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
         6: .line 1014
            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 1016
            aload 1 /* paint */
            invokeinterface java.awt.Paint.getTransparency:()I
            iconst_1
            if_icmpne 11
         8: .line 1017
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifeq 13
         9: .line 1018
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1020
            goto 13
        11: .line 1021
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            ifne 13
        12: .line 1022
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        13: .line 1026
      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 1027
            aload 2 /* paintClass */
            ldc Ljava/awt/GradientPaint;
            if_acmpne 17
        15: .line 1028
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.paintState:I
        16: .line 1029
            goto 27
      StackMap locals: java.lang.Class
      StackMap stack:
        17: aload 2 /* paintClass */
            ldc Ljava/awt/LinearGradientPaint;
            if_acmpne 20
        18: .line 1030
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.paintState:I
        19: .line 1031
            goto 27
      StackMap locals:
      StackMap stack:
        20: aload 2 /* paintClass */
            ldc Ljava/awt/RadialGradientPaint;
            if_acmpne 23
        21: .line 1032
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.paintState:I
        22: .line 1033
            goto 27
      StackMap locals:
      StackMap stack:
        23: aload 2 /* paintClass */
            ldc Ljava/awt/TexturePaint;
            if_acmpne 26
        24: .line 1034
            aload 0 /* this */
            iconst_5
            putfield sun.java2d.SunGraphics2D.paintState:I
        25: .line 1035
            goto 27
        26: .line 1036
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            bipush 6
            putfield sun.java2d.SunGraphics2D.paintState:I
        27: .line 1038
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        28: .line 1039
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        29: .line 1040
            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 1057
            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 1058
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
         4: .line 1059
            iload 2 /* aa */
            ifeq 13
         5: .line 1060
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            f2d
            getstatic sun.java2d.SunGraphics2D.MinPenSizeAA:D
            dcmpg
            ifgt 11
         6: .line 1061
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 9
         7: .line 1062
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1063
            goto 48
         9: .line 1064
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        10: .line 1066
            goto 48
        11: .line 1067
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        12: .line 1069
            goto 48
        13: .line 1070
      StackMap locals:
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpne 16
        14: .line 1071
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        15: .line 1072
            goto 48
      StackMap locals:
      StackMap stack:
        16: aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getLineWidth:()F
            fconst_1
            fcmpg
            ifgt 22
        17: .line 1073
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 20
        18: .line 1074
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        19: .line 1075
            goto 48
        20: .line 1076
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        21: .line 1078
            goto 48
        22: .line 1079
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        23: .line 1082
            goto 48
        24: .line 1084
      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 1086
            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 1087
            goto 36
        end local 3 // double widthsquared
        27: .line 1089
      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 1090
            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 1091
            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 1092
            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 1108
            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 1109
            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 1110
            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 1134
            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 1137
            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 1139
      StackMap locals: double
      StackMap stack:
            aload 1 /* bs */
            getstatic sun.java2d.SunGraphics2D.defaultStroke:Ljava/awt/Stroke;
            if_acmpeq 38
        37: .line 1140
            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 1142
      StackMap locals:
      StackMap stack:
            dload 3 /* widthsquared */
        39: .line 1143
            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 1145
            aload 1 /* bs */
            invokevirtual java.awt.BasicStroke.getDashArray:()[F
            ifnonnull 45
        43: .line 1146
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.strokeState:I
        44: .line 1147
            goto 48
        45: .line 1148
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.strokeState:I
        46: .line 1150
            goto 48
        47: .line 1151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_2
            putfield sun.java2d.SunGraphics2D.strokeState:I
        end local 3 // double widthsquared
        48: .line 1154
      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 1163
            aload 1 /* s */
            ifnonnull 2
         1: .line 1164
            new java.lang.IllegalArgumentException
            dup
            ldc "null Stroke"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 1166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            istore 2 /* saveStrokeState */
        start local 2 // int saveStrokeState
         3: .line 1167
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.stroke:Ljava/awt/Stroke;
         4: .line 1168
            aload 1 /* s */
            instanceof java.awt.BasicStroke
            ifeq 7
         5: .line 1169
            aload 0 /* this */
            aload 1 /* s */
            checkcast java.awt.BasicStroke
            invokevirtual sun.java2d.SunGraphics2D.validateBasicStroke:(Ljava/awt/BasicStroke;)V
         6: .line 1170
            goto 8
         7: .line 1171
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.strokeState:I
         8: .line 1173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iload 2 /* saveStrokeState */
            if_icmpeq 10
         9: .line 1174
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        10: .line 1176
      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 1195
            aload 1 /* hintKey */
            aload 2 /* hintValue */
            invokevirtual java.awt.RenderingHints$Key.isCompatibleValue:(Ljava/lang/Object;)Z
            ifne 4
         1: .line 1196
            new java.lang.IllegalArgumentException
            dup
         2: .line 1197
            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 1196
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 1199
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifeq 86
         5: .line 1201
            iconst_0
            istore 4 /* textStateChanged */
        start local 4 // boolean textStateChanged
         6: .line 1202
            iconst_1
            istore 5 /* recognized */
        start local 5 // boolean recognized
         7: .line 1203
            aload 1 /* hintKey */
            checkcast sun.awt.SunHints$Key
            astore 6 /* sunKey */
        start local 6 // sun.awt.SunHints$Key sunKey
         8: .line 1205
            aload 6 /* sunKey */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpne 11
         9: .line 1206
            aload 2 /* hintValue */
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
            istore 7 /* newHint */
        start local 7 // int newHint
        10: .line 1207
            goto 12
        end local 7 // int newHint
        11: .line 1208
      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 1210
      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 1212
      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 1213
            iload 3 /* stateChanged */
            ifeq 75
        17: .line 1214
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.renderHint:I
        18: .line 1215
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            iconst_m1
            if_icmpne 75
        19: .line 1216
            aload 0 /* this */
        20: .line 1217
            iload 7 /* newHint */
            iconst_2
            if_icmpne 22
        21: .line 1218
            iconst_2
            goto 23
        22: .line 1219
      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 1216
      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 1222
            goto 75
        end local 3 // boolean stateChanged
        25: .line 1224
      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 1225
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
        29: .line 1226
            iload 3 /* stateChanged */
            ifeq 75
        30: .line 1228
            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 1227
      StackMap locals:
      StackMap stack: int
            istore 4 /* textStateChanged */
        33: .line 1230
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 75
        34: .line 1231
            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 1234
            goto 75
        end local 3 // boolean stateChanged
        36: .line 1236
      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 1237
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        40: .line 1238
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        41: .line 1239
            goto 75
        end local 3 // boolean stateChanged
        42: .line 1241
      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 1242
            iload 3 /* stateChanged */
            istore 4 /* textStateChanged */
        46: .line 1243
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        47: .line 1244
            goto 75
        end local 3 // boolean stateChanged
        48: .line 1246
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        49: .line 1248
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
        50: .line 1249
            goto 75
        end local 3 // boolean stateChanged
        51: .line 1251
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
        52: .line 1252
            iload 7 /* newHint */
            tableswitch { // 0 - 2
                    0: 57
                    1: 55
                    2: 53
              default: 57
          }
        53: .line 1254
      StackMap locals:
      StackMap stack:
            iconst_3
            istore 7 /* newHint */
        54: .line 1255
            goto 58
        55: .line 1257
      StackMap locals:
      StackMap stack:
            iconst_2
            istore 7 /* newHint */
        56: .line 1258
            goto 58
        57: .line 1261
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 7 /* newHint */
        58: .line 1264
      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 1265
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.interpolationType:I
        62: .line 1266
            goto 75
        end local 3 // boolean stateChanged
        63: .line 1268
      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 1269
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.strokeHint:I
        67: .line 1270
            goto 75
        end local 3 // boolean stateChanged
        68: .line 1272
      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 1273
            aload 0 /* this */
            iload 7 /* newHint */
            putfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        72: .line 1274
            goto 75
        end local 3 // boolean stateChanged
        73: .line 1276
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 5 /* recognized */
        74: .line 1277
            iconst_0
            istore 3 /* stateChanged */
        start local 3 // boolean stateChanged
        75: .line 1280
      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 1281
            iload 3 /* stateChanged */
            ifeq 83
        77: .line 1282
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        78: .line 1283
            iload 4 /* textStateChanged */
            ifeq 83
        79: .line 1284
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        80: .line 1285
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        81: .line 1286
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        82: .line 1287
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        83: .line 1290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 85
        84: .line 1291
            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 1293
      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 1297
      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 1298
            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 1300
      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 1301
            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 1313
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnull 2
         1: .line 1314
            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 1316
      StackMap locals:
      StackMap stack:
            aload 1 /* hintKey */
            instanceof sun.awt.SunHints$Key
            ifne 4
         3: .line 1317
            aconst_null
            areturn
         4: .line 1319
      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 1320
            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 1322
      StackMap locals: int
      StackMap stack:
            iconst_0
         7: .line 1323
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         8: .line 1322
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
         9: .line 1325
      StackMap locals:
      StackMap stack:
            iconst_1
        10: .line 1326
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1325
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        12: .line 1328
      StackMap locals:
      StackMap stack:
            iconst_2
        13: .line 1329
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        14: .line 1328
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        15: .line 1331
      StackMap locals:
      StackMap stack:
            iconst_3
        16: .line 1332
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        17: .line 1331
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        18: .line 1334
      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 1336
      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 1338
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_NEAREST_NEIGHBOR:Ljava/lang/Object;
            areturn
        21: .line 1340
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BILINEAR:Ljava/lang/Object;
            areturn
        22: .line 1342
      StackMap locals:
      StackMap stack:
            getstatic sun.awt.SunHints.VALUE_INTERPOLATION_BICUBIC:Ljava/lang/Object;
            areturn
        23: .line 1344
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        24: .line 1346
      StackMap locals:
      StackMap stack:
            bipush 8
        25: .line 1347
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        26: .line 1346
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        27: .line 1349
      StackMap locals:
      StackMap stack:
            bipush 9
        28: .line 1350
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
        29: .line 1349
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
            areturn
        30: .line 1352
      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 1363
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
         1: .line 1364
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.renderHint:I
         2: .line 1365
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.antialiasHint:I
         3: .line 1366
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.textAntialiasHint:I
         4: .line 1367
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
         5: .line 1368
            aload 0 /* this */
            getstatic sun.java2d.SunGraphics2D.lcdTextContrastDefaultValue:I
            putfield sun.java2d.SunGraphics2D.lcdTextContrast:I
         6: .line 1369
            aload 0 /* this */
            iconst_m1
            putfield sun.java2d.SunGraphics2D.interpolationHint:I
         7: .line 1370
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.interpolationType:I
         8: .line 1371
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         9: .line 1372
            aload 1 /* hints */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
        10: .line 1373
            goto 22
        11: .line 1374
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* key */
        start local 4 // java.lang.Object key
        12: .line 1375
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        13: .line 1376
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        14: .line 1377
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        15: .line 1378
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        16: .line 1379
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 19
        17: .line 1380
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 19
        18: .line 1381
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 21
        19: .line 1383
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 4 /* key */
            checkcast java.awt.RenderingHints$Key
            aload 1 /* hints */
            aload 4 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual sun.java2d.SunGraphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
        20: .line 1384
            goto 22
        21: .line 1385
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        22: .line 1373
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 11
        23: .line 1388
            iload 2 /* customHintPresent */
            ifeq 25
        24: .line 1389
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* hints */
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
        25: .line 1391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        26: .line 1392
            return
        end local 3 // java.util.Iterator iter
        end local 2 // boolean customHintPresent
        end local 1 // java.util.Map hints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   27     0               this  Lsun/java2d/SunGraphics2D;
            0   27     1              hints  Ljava/util/Map<**>;
            9   27     2  customHintPresent  Z
           10   27     3               iter  Ljava/util/Iterator<*>;
           12   22     4                key  Ljava/lang/Object;
    Signature: (Ljava/util/Map<**>;)V
    MethodParameters:
       Name  Flags
      hints  

  public void addRenderingHints(java.util.Map<?, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.util.Map hints
         0: .line 1402
            iconst_0
            istore 2 /* customHintPresent */
        start local 2 // boolean customHintPresent
         1: .line 1403
            aload 1 /* hints */
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         2: .line 1404
            goto 14
         3: .line 1405
      StackMap locals: int java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 4 /* key */
        start local 4 // java.lang.Object key
         4: .line 1406
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         5: .line 1407
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         6: .line 1408
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         7: .line 1409
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
            if_acmpeq 11
         8: .line 1410
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
            if_acmpeq 11
         9: .line 1411
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
            if_acmpeq 11
        10: .line 1412
            aload 4 /* key */
            getstatic sun.awt.SunHints.KEY_INTERPOLATION:Lsun/awt/SunHints$Key;
            if_acmpne 13
        11: .line 1414
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 4 /* key */
            checkcast java.awt.RenderingHints$Key
            aload 1 /* hints */
            aload 4 /* key */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual sun.java2d.SunGraphics2D.setRenderingHint:(Ljava/awt/RenderingHints$Key;Ljava/lang/Object;)V
        12: .line 1415
            goto 14
        13: .line 1416
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* customHintPresent */
        end local 4 // java.lang.Object key
        14: .line 1404
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        15: .line 1419
            iload 2 /* customHintPresent */
            ifeq 20
        16: .line 1420
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 19
        17: .line 1421
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* hints */
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            putfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
        18: .line 1422
            goto 20
        19: .line 1423
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            aload 1 /* hints */
            invokevirtual java.awt.RenderingHints.putAll:(Ljava/util/Map;)V
        20: .line 1426
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.Iterator iter
        end local 2 // boolean customHintPresent
        end local 1 // java.util.Map hints
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   21     0               this  Lsun/java2d/SunGraphics2D;
            0   21     1              hints  Ljava/util/Map<**>;
            1   21     2  customHintPresent  Z
            2   21     3               iter  Ljava/util/Iterator<*>;
            4   14     4                key  Ljava/lang/Object;
    Signature: (Ljava/util/Map<**>;)V
    MethodParameters:
       Name  Flags
      hints  

  public java.awt.RenderingHints getRenderingHints();
    descriptor: ()Ljava/awt/RenderingHints;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.java2d.SunGraphics2D this
         0: .line 1435
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.hints:Ljava/awt/RenderingHints;
            ifnonnull 2
         1: .line 1436
            aload 0 /* this */
            aconst_null
            invokevirtual sun.java2d.SunGraphics2D.makeHints:(Ljava/util/Map;)Ljava/awt/RenderingHints;
            areturn
         2: .line 1438
      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 1443
            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 1444
            aload 1 /* hints */
            ifnull 3
         2: .line 1445
            aload 2 /* model */
            aload 1 /* hints */
            invokevirtual java.awt.RenderingHints.putAll:(Ljava/util/Map;)V
         3: .line 1447
      StackMap locals: java.awt.RenderingHints
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_RENDERING:Lsun/awt/SunHints$Key;
         4: .line 1448
            iconst_0
         5: .line 1449
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.renderHint:I
         6: .line 1448
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
         7: .line 1447
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         8: .line 1450
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_ANTIALIASING:Lsun/awt/SunHints$Key;
         9: .line 1451
            iconst_1
        10: .line 1452
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
        11: .line 1451
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        12: .line 1450
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 1453
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIASING:Lsun/awt/SunHints$Key;
        14: .line 1454
            iconst_2
        15: .line 1455
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
        16: .line 1454
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        17: .line 1453
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        18: .line 1456
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_FRACTIONALMETRICS:Lsun/awt/SunHints$Key;
        19: .line 1457
            iconst_3
        20: .line 1458
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 1457
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        22: .line 1456
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        23: .line 1459
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_TEXT_ANTIALIAS_LCD_CONTRAST:Ljava/awt/RenderingHints$Key;
        24: .line 1460
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lcdTextContrast:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        25: .line 1459
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        26: .line 1462
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.interpolationHint:I
            tableswitch { // 0 - 2
                    0: 27
                    1: 29
                    2: 31
              default: 33
          }
        27: .line 1464
      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 1465
            goto 34
        end local 3 // java.lang.Object value
        29: .line 1467
      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 1468
            goto 34
        end local 3 // java.lang.Object value
        31: .line 1470
      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 1471
            goto 34
        end local 3 // java.lang.Object value
        33: .line 1473
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 3 /* value */
        start local 3 // java.lang.Object value
        34: .line 1476
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* value */
            ifnull 36
        35: .line 1477
            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 1479
      StackMap locals:
      StackMap stack:
            aload 2 /* model */
            getstatic sun.awt.SunHints.KEY_STROKE_CONTROL:Lsun/awt/SunHints$Key;
        37: .line 1480
            bipush 8
        38: .line 1481
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeHint:I
        39: .line 1480
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        40: .line 1479
            invokevirtual java.awt.RenderingHints.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        41: .line 1482
            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 1497
            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 1498
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1499
            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 1516
            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 1517
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1518
            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 1536
            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 1537
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1538
            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 1552
            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 1553
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1554
            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 1572
            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 1573
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1574
            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 1594
            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 1595
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         2: .line 1596
            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 1602
            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 1603
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         2: .line 1604
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transX:I
            iload 1 /* x */
            iadd
            putfield sun.java2d.SunGraphics2D.transX:I
         3: .line 1605
            aload 0 /* this */
            dup
            getfield sun.java2d.SunGraphics2D.transY:I
            iload 2 /* y */
            iadd
            putfield sun.java2d.SunGraphics2D.transY:I
         4: .line 1606
            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 1607
            iconst_0
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.SunGraphics2D
         6: iconst_1
         7: .line 1606
      StackMap locals: sun.java2d.SunGraphics2D int int
      StackMap stack: sun.java2d.SunGraphics2D int
            putfield sun.java2d.SunGraphics2D.transformState:I
         8: .line 1608
            goto 10
         9: .line 1609
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        10: .line 1611
      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 1621
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 3
         1: .line 1622
            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 1623
            goto 5
         3: .line 1624
      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 1625
            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 1627
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
         6: .line 1628
            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 1631
            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 1632
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            istore 2 /* origTransformState */
        start local 2 // int origTransformState
         2: .line 1633
            iload 1 /* type */
            ifne 6
         3: .line 1634
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.transformState:I
         4: .line 1635
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
         5: .line 1636
            goto 22
      StackMap locals: int int
      StackMap stack:
         6: iload 1 /* type */
            iconst_1
            if_icmpne 16
         7: .line 1637
            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 1638
            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 1639
            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 1640
            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 1641
            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 1642
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.transformState:I
        13: .line 1643
            goto 22
        14: .line 1644
      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 1646
            goto 22
      StackMap locals:
      StackMap stack:
        16: iload 1 /* type */
            bipush 120
            iand
            ifne 20
        17: .line 1650
            aload 0 /* this */
            iconst_3
            putfield sun.java2d.SunGraphics2D.transformState:I
        18: .line 1651
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        19: .line 1652
            goto 22
        20: .line 1653
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_4
            putfield sun.java2d.SunGraphics2D.transformState:I
        21: .line 1654
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield sun.java2d.SunGraphics2D.transY:I
            putfield sun.java2d.SunGraphics2D.transX:I
        22: .line 1657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpge 24
        23: .line 1658
            iload 2 /* origTransformState */
            iconst_3
            if_icmplt 30
        24: .line 1663
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        25: .line 1664
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        26: .line 1665
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.fontMetrics:Ljava/awt/FontMetrics;
        27: .line 1666
            aload 0 /* this */
            aconst_null
            putfield sun.java2d.SunGraphics2D.glyphVectorFontInfo:Lsun/java2d/loops/FontInfo;
        28: .line 1668
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iload 2 /* origTransformState */
            if_icmpeq 30
        29: .line 1669
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1672
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.strokeState:I
            iconst_3
            if_icmpeq 32
        31: .line 1673
            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 1675
      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 1684
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainX:I
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.constrainY:I
            ior
            ifne 2
         1: .line 1685
            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 1688
      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 1687
            astore 1 /* tx */
        start local 1 // java.awt.geom.AffineTransform tx
         4: .line 1689
            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 1690
            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 1698
            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 1707
            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 1715
            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 1719
            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 1744
            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 1745
            iconst_0
            istore 1 /* eargb */
        start local 1 // int eargb
         2: .line 1746
            goto 10
        end local 1 // int eargb
         3: .line 1747
      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 1748
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.compositeState:I
            iconst_1
            if_icmpgt 10
         5: .line 1749
            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 1750
            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 1752
            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 1753
            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 1754
            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 1757
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* eargb */
            putfield sun.java2d.SunGraphics2D.eargb:I
        11: .line 1758
            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 1759
            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 1762
            aload 1 /* color */
            ifnull 1
            aload 1 /* color */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            if_acmpne 2
         1: .line 1763
      StackMap locals:
      StackMap stack:
            return
         2: .line 1765
      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 1766
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         4: .line 1767
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.eargb:I
            bipush 24
            ishr
            iconst_m1
            if_icmpne 11
         5: .line 1768
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            ifne 7
         6: .line 1769
            return
         7: .line 1771
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.paintState:I
         8: .line 1772
            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 1774
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.compositeState:I
        10: .line 1776
            goto 16
        11: .line 1777
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpne 13
        12: .line 1778
            return
        13: .line 1780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.paintState:I
        14: .line 1781
            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 1783
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.compositeState:I
        16: .line 1786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        17: .line 1787
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        18: .line 1788
            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 1803
            aload 0 /* this */
            aload 1 /* color */
            putfield sun.java2d.SunGraphics2D.backgroundColor:Ljava/awt/Color;
         1: .line 1804
            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 1811
            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 1819
            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 1823
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifne 2
         1: .line 1824
            aconst_null
            areturn
         2: .line 1826
      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 1830
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            ifeq 10
         1: .line 1831
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 8
         2: .line 1832
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            instanceof java.awt.Rectangle
            ifeq 5
         3: .line 1833
            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 1834
            goto 6
         5: .line 1835
      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 1837
      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 1838
            goto 12
         8: .line 1839
      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 1841
            goto 12
      StackMap locals:
      StackMap stack:
        10: aload 1 /* r */
            ifnonnull 12
        11: .line 1842
            new java.lang.NullPointerException
            dup
            ldc "null rectangle parameter"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 1844
      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 1848
            iload 3 /* width */
            ifle 1
            iload 4 /* height */
            ifgt 2
         1: .line 1849
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         2: .line 1851
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 23
         3: .line 1869
            bipush 8
            newarray 7
            dup
            iconst_0
         4: .line 1870
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_1
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_2
         5: .line 1871
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            iconst_3
            iload 2 /* y */
            i2d
            dastore
            dup
            iconst_4
         6: .line 1872
            iload 1 /* x */
            i2d
            dastore
            dup
            iconst_5
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
            dup
            bipush 6
         7: .line 1873
            iload 1 /* x */
            iload 3 /* width */
            iadd
            i2d
            dastore
            dup
            bipush 7
            iload 2 /* y */
            iload 4 /* height */
            iadd
            i2d
            dastore
         8: .line 1869
            astore 5 /* d */
        start local 5 // double[] d
         9: .line 1875
            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 1876
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.min:(DD)D
        11: .line 1877
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.min:(DD)D
        12: .line 1876
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 1 /* x */
        13: .line 1878
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.min:(DD)D
        14: .line 1879
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.min:(DD)D
        15: .line 1878
            invokestatic java.lang.Math.min:(DD)D
            invokestatic java.lang.Math.floor:(D)D
            d2i
            istore 2 /* y */
        16: .line 1880
            aload 5 /* d */
            iconst_0
            daload
            aload 5 /* d */
            iconst_2
            daload
            invokestatic java.lang.Math.max:(DD)D
        17: .line 1881
            aload 5 /* d */
            iconst_4
            daload
            aload 5 /* d */
            bipush 6
            daload
            invokestatic java.lang.Math.max:(DD)D
        18: .line 1880
            invokestatic java.lang.Math.max:(DD)D
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 3 /* width */
        19: .line 1882
            aload 5 /* d */
            iconst_1
            daload
            aload 5 /* d */
            iconst_3
            daload
            invokestatic java.lang.Math.max:(DD)D
        20: .line 1883
            aload 5 /* d */
            iconst_5
            daload
            aload 5 /* d */
            bipush 7
            daload
            invokestatic java.lang.Math.max:(DD)D
        21: .line 1882
            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 1884
            goto 27
        23: .line 1885
      StackMap locals:
      StackMap stack:
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
        24: .line 1886
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
        25: .line 1887
            iload 3 /* width */
            iload 1 /* x */
            iadd
            istore 3 /* width */
        26: .line 1888
            iload 4 /* height */
            iload 2 /* y */
            iadd
            istore 4 /* height */
        27: .line 1892
      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 1893
            iconst_0
            ireturn
        29: .line 1895
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        30: .line 1896
            iconst_0
            ireturn
        31: .line 1903
      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 1907
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            istore 1 /* origClipState */
        start local 1 // int origClipState
         1: .line 1908
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnonnull 5
         2: .line 1909
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.clipState:I
         3: .line 1910
            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 1911
            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 1912
            aload 0 /* this */
            iconst_1
            putfield sun.java2d.SunGraphics2D.clipState:I
         7: .line 1913
            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 1914
            goto 26
         9: .line 1915
      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 1916
            iconst_4
            newarray 10
            astore 3 /* box */
        start local 3 // int[] box
        11: .line 1917
            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 1919
            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 1920
            aload 4 /* sr */
            aload 2 /* cpi */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.appendPath:(Ljava/awt/geom/PathIterator;)V
        14: .line 1921
            aload 4 /* sr */
            aload 3 /* box */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.getPathBox:([I)V
        15: .line 1922
            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 1923
            aload 0 /* this */
            aload 5 /* r */
            putfield sun.java2d.SunGraphics2D.clipRegion:Lsun/java2d/pipe/Region;
        17: .line 1924
            aload 0 /* this */
        18: .line 1925
            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 1924
      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 1926
            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 1927
            aload 4 /* sr */
            invokevirtual sun.java2d.pipe.ShapeSpanIterator.dispose:()V
        24: .line 1928
            aload 6
            athrow
        25: .line 1927
      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 1930
      StackMap locals:
      StackMap stack:
            iload 1 /* origClipState */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            if_icmpeq 30
        27: .line 1931
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.clipState:I
            iconst_2
            if_icmpeq 28
            iload 1 /* origClipState */
            iconst_2
            if_icmpne 30
        28: .line 1933
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield sun.java2d.SunGraphics2D.validFontInfo:Z
        29: .line 1934
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
        30: .line 1936
      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 1943
            aload 1 /* s */
            ifnonnull 2
         1: .line 1944
            aconst_null
            areturn
         2: .line 1946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 4
         3: .line 1947
            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 1949
      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 1954
            aload 1 /* s */
            ifnonnull 2
         1: .line 1955
            aconst_null
            areturn
         2: .line 1957
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmple 7
         3: .line 1959
            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 1960
      StackMap locals:
      StackMap stack: java.awt.geom.NoninvertibleTransformException
            pop
         6: .line 1961
            aconst_null
            areturn
         7: .line 1964
      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 1969
            aload 2 /* s */
            ifnonnull 2
         1: .line 1970
            aconst_null
            areturn
         2: .line 1973
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.Rectangle
            ifeq 6
         3: .line 1974
            aload 2 /* s */
            invokeinterface java.awt.Shape.getBounds:()Ljava/awt/Rectangle;
            astore 3 /* r */
        start local 3 // java.awt.Rectangle r
         4: .line 1975
            aload 3 /* r */
            iload 0 /* tx */
            iload 1 /* ty */
            invokevirtual java.awt.Rectangle.translate:(II)V
         5: .line 1976
            aload 3 /* r */
            areturn
        end local 3 // java.awt.Rectangle r
         6: .line 1978
      StackMap locals:
      StackMap stack:
            aload 2 /* s */
            instanceof java.awt.geom.Rectangle2D
            ifeq 13
         7: .line 1979
            aload 2 /* s */
            checkcast java.awt.geom.Rectangle2D
            astore 3 /* rect */
        start local 3 // java.awt.geom.Rectangle2D rect
         8: .line 1980
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            iload 0 /* tx */
            i2d
            dadd
         9: .line 1981
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            iload 1 /* ty */
            i2d
            dadd
        10: .line 1982
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getWidth:()D
        11: .line 1983
            aload 3 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getHeight:()D
        12: .line 1980
            invokespecial java.awt.geom.Rectangle2D$Double.<init>:(DDDD)V
            areturn
        end local 3 // java.awt.geom.Rectangle2D rect
        13: .line 1986
      StackMap locals:
      StackMap stack:
            iload 0 /* tx */
            ifne 15
            iload 1 /* ty */
            ifne 15
        14: .line 1987
            aload 2 /* s */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        15: .line 1990
      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 1991
            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 1995
            aload 1 /* clip */
            ifnonnull 2
         1: .line 1996
            aconst_null
            areturn
         2: .line 1999
      StackMap locals:
      StackMap stack:
            aload 1 /* clip */
            instanceof java.awt.geom.Rectangle2D
            ifeq 16
         3: .line 2000
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            bipush 48
            iand
            ifne 16
         4: .line 2002
            aload 1 /* clip */
            checkcast java.awt.geom.Rectangle2D
            astore 2 /* rect */
        start local 2 // java.awt.geom.Rectangle2D rect
         5: .line 2003
            iconst_4
            newarray 7
            astore 3 /* matrix */
        start local 3 // double[] matrix
         6: .line 2004
            aload 3 /* matrix */
            iconst_0
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getX:()D
            dastore
         7: .line 2005
            aload 3 /* matrix */
            iconst_1
            aload 2 /* rect */
            invokevirtual java.awt.geom.Rectangle2D.getY:()D
            dastore
         8: .line 2006
            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 2007
            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 2008
            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 2009
            aload 3 /* matrix */
            aload 2 /* rect */
            invokestatic sun.java2d.SunGraphics2D.fixRectangleOrientation:([DLjava/awt/geom/Rectangle2D;)V
        12: .line 2010
            new java.awt.geom.Rectangle2D$Double
            dup
            aload 3 /* matrix */
            iconst_0
            daload
            aload 3 /* matrix */
            iconst_1
            daload
        13: .line 2011
            aload 3 /* matrix */
            iconst_2
            daload
            aload 3 /* matrix */
            iconst_0
            daload
            dsub
        14: .line 2012
            aload 3 /* matrix */
            iconst_3
            daload
            aload 3 /* matrix */
            iconst_1
            daload
            dsub
        15: .line 2010
            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 2015
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 18
        17: .line 2016
            aload 1 /* clip */
            invokestatic sun.java2d.SunGraphics2D.cloneShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            areturn
        18: .line 2019
      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 2026
            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 2027
            aload 0 /* m */
            iconst_0
            daload
            dstore 2 /* t */
        start local 2 // double t
         6: .line 2028
            aload 0 /* m */
            iconst_0
            aload 0 /* m */
            iconst_2
            daload
            dastore
         7: .line 2029
            aload 0 /* m */
            iconst_2
            dload 2 /* t */
            dastore
        end local 2 // double t
         8: .line 2031
      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 2032
            aload 0 /* m */
            iconst_1
            daload
            dstore 2 /* t */
        start local 2 // double t
        14: .line 2033
            aload 0 /* m */
            iconst_1
            aload 0 /* m */
            iconst_3
            daload
            dastore
        15: .line 2034
            aload 0 /* m */
            iconst_3
            dload 2 /* t */
            dastore
        end local 2 // double t
        16: .line 2036
      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 2039
            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 2040
            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 2043
            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 2044
            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 2047
            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 2051
            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 2052
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         2: .line 2053
            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 2064
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual sun.java2d.SunGraphics2D.transformShape:(Ljava/awt/Shape;)Ljava/awt/Shape;
            astore 1 /* s */
         1: .line 2065
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
            ifnull 3
         2: .line 2066
            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 2068
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield sun.java2d.SunGraphics2D.usrClip:Ljava/awt/Shape;
         4: .line 2069
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateCompClip:()V
         5: .line 2070
            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 2073
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.SrcOver:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         1: .line 2074
            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 2077
            aload 1 /* c */
            ifnonnull 2
         1: .line 2078
            new java.lang.IllegalArgumentException
            dup
            ldc "null XORColor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2080
      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 2081
            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 2088
            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 2089
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2091
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2092
            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 2093
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2099
      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 2098
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2099
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2100
            aload 7
            athrow
        11: .line 2099
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2101
      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 2104
            iload 3 /* w */
            ifle 1
            iload 4 /* h */
            ifgt 2
         1: .line 2105
      StackMap locals:
      StackMap stack:
            return
         2: .line 2108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            ifeq 24
         3: .line 2110
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_2
            if_icmpgt 7
         4: .line 2111
            iload 1 /* x */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transX:I
            iadd
            istore 1 /* x */
         5: .line 2112
            iload 2 /* y */
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transY:I
            iadd
            istore 2 /* y */
         6: .line 2113
            goto 24
      StackMap locals:
      StackMap stack:
         7: aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmpne 23
         8: .line 2114
            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 2115
            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 2116
            aload 7 /* coords */
            iconst_0
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 1 /* x */
        11: .line 2117
            aload 7 /* coords */
            iconst_1
            daload
            ldc 0.5
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 2 /* y */
        12: .line 2118
            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 2119
            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 2120
            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 2121
            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 2123
            iload 3 /* w */
            ifge 19
        17: .line 2124
            iload 3 /* w */
            ineg
            istore 3 /* w */
        18: .line 2125
            iload 1 /* x */
            iload 3 /* w */
            isub
            istore 1 /* x */
        19: .line 2127
      StackMap locals: double[]
      StackMap stack:
            iload 4 /* h */
            ifge 24
        20: .line 2128
            iload 4 /* h */
            ineg
            istore 4 /* h */
        21: .line 2129
            iload 2 /* y */
            iload 4 /* h */
            isub
            istore 2 /* y */
        end local 7 // double[] coords
        22: .line 2131
            goto 24
        23: .line 2132
      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 2135
      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 2136
            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 2137
            return
        27: .line 2143
      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 2145
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 9 /* comp */
        start local 9 // java.awt.Composite comp
        29: .line 2146
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.lastCAcomp:Ljava/awt/Composite;
            aload 9 /* comp */
            if_acmpeq 37
        30: .line 2147
            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 2148
            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 2149
            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 2150
            aload 7 /* theData */
            invokevirtual sun.java2d.SurfaceData.getTransparency:()I
            iconst_1
            if_icmpne 35
        34: .line 2152
            getstatic sun.java2d.loops.CompositeType.SrcNoEa:Lsun/java2d/loops/CompositeType;
            astore 11 /* comptype */
        35: .line 2154
      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 2155
            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 2158
      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 2159
            iload 6 /* dy */
            ifne 48
            iload 5 /* dx */
            ifle 48
            iload 5 /* dx */
            iload 3 /* w */
            if_icmpge 48
        39: .line 2160
            goto 46
        40: .line 2161
      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 2162
            iload 3 /* w */
            iload 11 /* partW */
            isub
            istore 3 /* w */
        42: .line 2163
            iload 1 /* x */
            iload 3 /* w */
            iadd
            istore 12 /* sx */
        start local 12 // int sx
        43: .line 2164
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        44: .line 2165
            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 2164
            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 2160
      StackMap locals:
      StackMap stack:
            iload 3 /* w */
            ifgt 40
        47: .line 2167
            return
        48: .line 2169
      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 2170
            goto 56
        50: .line 2171
      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 2172
            iload 4 /* h */
            iload 11 /* partH */
            isub
            istore 4 /* h */
        52: .line 2173
            iload 2 /* y */
            iload 4 /* h */
            iadd
            istore 12 /* sy */
        start local 12 // int sy
        53: .line 2174
            aload 10 /* ob */
            aload 7 /* theData */
            aload 7 /* theData */
            aload 9 /* comp */
            aload 8 /* clip */
        54: .line 2175
            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 2174
            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 2170
      StackMap locals:
      StackMap stack:
            iload 4 /* h */
            ifgt 50
        57: .line 2177
            return
        58: .line 2179
      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 2180
            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 2243
            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 2244
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2246
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2247
            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 2248
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2254
      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 2253
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2254
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2255
            aload 5
            athrow
        11: .line 2254
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2256
      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 2260
            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 2261
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2263
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2264
            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 2265
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2271
      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 2270
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2271
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2272
            aload 7
            athrow
        11: .line 2271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2273
      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 2277
            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 2278
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2280
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2281
            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 2282
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2288
      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 2287
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2288
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2289
            aload 7
            athrow
        11: .line 2288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2290
      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 2294
            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 2295
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2297
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2298
            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 2299
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2305
      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 2304
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2305
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2306
            aload 5
            athrow
        11: .line 2305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2307
      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 2311
            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 2312
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2314
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2315
            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 2316
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2322
      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 2321
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2322
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2323
            aload 5
            athrow
        11: .line 2322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2324
      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 2329
            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 2330
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2332
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2333
            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 2334
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2340
      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 2339
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2340
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2341
            aload 7
            athrow
        11: .line 2340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2342
      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 2347
            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 2348
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2350
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2351
            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 2352
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2358
      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 2357
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
         9: .line 2358
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2359
            aload 7
            athrow
        11: .line 2358
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2360
      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 2364
            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 2365
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2367
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2368
            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 2369
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2375
      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 2374
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2375
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2376
            aload 4
            athrow
        11: .line 2375
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2377
      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 2381
            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 2382
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2384
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2385
            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 2386
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2392
      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 2391
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2392
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2393
            aload 4
            athrow
        11: .line 2392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2394
      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 2398
            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 2399
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2401
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2402
            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 2403
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2409
      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 2408
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
         9: .line 2409
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2410
            aload 4
            athrow
        11: .line 2409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2411
      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 2415
            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 2416
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2418
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2419
            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 2420
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2426
      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 2425
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2426
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2427
            aload 5
            athrow
        11: .line 2426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2428
      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 2432
            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 2433
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2435
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2436
            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 2437
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2443
      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 2442
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         9: .line 2443
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2444
            aload 5
            athrow
        11: .line 2443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2445
      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 2454
            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 2455
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            ifnonnull 3
         2: .line 2456
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         3: .line 2459
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         4: .line 2462
            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 2464
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paintState:I
            iconst_1
            if_icmpgt 7
         6: .line 2465
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validateColor:()V
         7: .line 2467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            instanceof sun.java2d.loops.XORComposite
            ifeq 10
         8: .line 2468
            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 2469
            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 2471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.validatePipe:()V
        11: .line 2476
            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 2481
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.composite:Ljava/awt/Composite;
            astore 5 /* c */
        start local 5 // java.awt.Composite c
         1: .line 2482
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.paint:Ljava/awt/Paint;
            astore 6 /* p */
        start local 6 // java.awt.Paint p
         2: .line 2483
            aload 0 /* this */
            getstatic java.awt.AlphaComposite.Src:Ljava/awt/AlphaComposite;
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         3: .line 2484
            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 2485
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            iload 3 /* w */
            iload 4 /* h */
            invokevirtual sun.java2d.SunGraphics2D.fillRect:(IIII)V
         5: .line 2486
            aload 0 /* this */
            aload 6 /* p */
            invokevirtual sun.java2d.SunGraphics2D.setPaint:(Ljava/awt/Paint;)V
         6: .line 2487
            aload 0 /* this */
            aload 5 /* c */
            invokevirtual sun.java2d.SunGraphics2D.setComposite:(Ljava/awt/Composite;)V
         7: .line 2488
            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 2506
            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 2507
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2509
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2510
            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 2511
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2517
      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 2516
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2517
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2518
            aload 2
            athrow
        11: .line 2517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2519
      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 2536
            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 2537
            goto 11
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         2: pop
         3: .line 2539
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         4: .line 2540
            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 2541
            goto 7
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         6: pop
         7: .line 2547
      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 2546
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
         9: .line 2547
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 2548
            aload 2
            athrow
        11: .line 2547
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 2549
      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 2556
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2557
            iconst_1
            ireturn
         2: .line 2559
      StackMap locals:
      StackMap stack:
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getType:()I
            iconst_1
            if_icmpne 7
         3: .line 2560
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            dstore 1 /* tx */
        start local 1 // double tx
         4: .line 2561
            aload 0 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            dstore 3 /* ty */
        start local 3 // double ty
         5: .line 2562
            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 2564
      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 2572
            iload 0 /* p */
            iload 1 /* tileGridOffset */
            isub
            istore 0 /* p */
         1: .line 2573
            iload 0 /* p */
            ifge 3
         2: .line 2574
            iload 0 /* p */
            iconst_1
            iload 2 /* tileSize */
            isub
            iadd
            istore 0 /* p */
         3: .line 2576
      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 2592
            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 2593
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getWidth:()I
            aload 0 /* img */
            invokeinterface java.awt.image.RenderedImage.getHeight:()I
         2: .line 2592
            invokespecial java.awt.Rectangle.<init>:(IIII)V
         3: .line 2591
            astore 6 /* imageRect */
        start local 6 // java.awt.Rectangle imageRect
         4: .line 2595
            aconst_null
            astore 7 /* result */
        start local 7 // java.awt.Rectangle result
         5: .line 2597
            bipush 8
            newarray 7
            astore 8 /* p */
        start local 8 // double[] p
         6: .line 2598
            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 2599
            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 2600
            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 2601
            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 2604
            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 2605
            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 2609
            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 2610
            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 2612
            iconst_2
            istore 17 /* i */
        start local 17 // int i
        17: goto 30
        18: .line 2613
      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 2614
            dload 18 /* pt */
            dload 9 /* x0 */
            dcmpg
            ifge 22
        20: .line 2615
            dload 18 /* pt */
            dstore 9 /* x0 */
        21: .line 2616
            goto 24
      StackMap locals: double
      StackMap stack:
        22: dload 18 /* pt */
            dload 11 /* x1 */
            dcmpl
            ifle 24
        23: .line 2617
            dload 18 /* pt */
            dstore 11 /* x1 */
        24: .line 2619
      StackMap locals:
      StackMap stack:
            aload 8 /* p */
            iload 17 /* i */
            iinc 17 /* i */ 1
            daload
            dstore 18 /* pt */
        25: .line 2620
            dload 18 /* pt */
            dload 13 /* y0 */
            dcmpg
            ifge 28
        26: .line 2621
            dload 18 /* pt */
            dstore 13 /* y0 */
        27: .line 2622
            goto 30
      StackMap locals:
      StackMap stack:
        28: dload 18 /* pt */
            dload 15 /* y1 */
            dcmpl
            ifle 30
        29: .line 2623
            dload 18 /* pt */
            dstore 15 /* y1 */
        end local 18 // double pt
        30: .line 2612
      StackMap locals:
      StackMap stack:
            iload 17 /* i */
            bipush 8
            if_icmplt 18
        end local 17 // int i
        31: .line 2629
            dload 9 /* x0 */
            d2i
            iload 4 /* padX */
            isub
            istore 17 /* x */
        start local 17 // int x
        32: .line 2630
            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 2631
            dload 13 /* y0 */
            d2i
            iload 5 /* padY */
            isub
            istore 19 /* y */
        start local 19 // int y
        34: .line 2632
            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 2634
            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 2635
            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 2636
            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 2638
            aload 6 /* imageRect */
            astore 7 /* result */
        40: .line 2641
      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 2665
            aload 1 /* img */
            ifnonnull 2
         1: .line 2666
            return
         2: .line 2670
      StackMap locals:
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.BufferedImage
            ifeq 6
         3: .line 2671
            aload 1 /* img */
            checkcast java.awt.image.BufferedImage
            astore 3 /* bufImg */
        start local 3 // java.awt.image.BufferedImage bufImg
         4: .line 2672
            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 2673
            return
        end local 3 // java.awt.image.BufferedImage bufImg
         6: .line 2680
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_1
            if_icmpgt 9
         7: .line 2681
            aload 2 /* xform */
            invokestatic sun.java2d.SunGraphics2D.isIntegerTranslation:(Ljava/awt/geom/AffineTransform;)Z
            ifeq 9
         8: .line 2679
            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 2684
            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 2688
            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 2689
            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 2690
            return
        start local 5 // sun.java2d.pipe.Region clip
        18: .line 2695
      StackMap locals: sun.java2d.pipe.Region
      StackMap stack:
            aload 1 /* img */
        19: .line 2696
            aload 5 /* clip */
        20: .line 2697
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
        21: .line 2698
            aload 2 /* xform */
        22: .line 2699
            iload 4 /* pad */
            iload 4 /* pad */
        23: .line 2695
            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 2700
            aload 6 /* region */
            getfield java.awt.Rectangle.width:I
            ifle 25
            aload 6 /* region */
            getfield java.awt.Rectangle.height:I
            ifgt 26
        25: .line 2701
      StackMap locals: java.awt.Rectangle
      StackMap stack:
            return
        26: .line 2709
      StackMap locals:
      StackMap stack:
            iload 3 /* isIntegerTranslate */
            ifeq 32
        27: .line 2716
            aload 0 /* this */
            aload 1 /* img */
            aload 6 /* region */
        28: .line 2717
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateX:()D
            d2i
        29: .line 2718
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.getTranslateY:()D
            d2i
        30: .line 2716
            invokevirtual sun.java2d.SunGraphics2D.drawTranslatedRenderedImage:(Ljava/awt/image/RenderedImage;Ljava/awt/Rectangle;II)V
        31: .line 2719
            return
        32: .line 2723
      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 2729
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModel:()Ljava/awt/image/SampleModel;
        34: .line 2730
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        35: .line 2731
            aconst_null
        36: .line 2729
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        37: .line 2728
            astore 8 /* wRaster */
        start local 8 // java.awt.image.WritableRaster wRaster
        38: .line 2738
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinX:()I
            istore 9 /* minX */
        start local 9 // int minX
        39: .line 2739
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getMinY:()I
            istore 10 /* minY */
        start local 10 // int minY
        40: .line 2740
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getWidth:()I
            istore 11 /* width */
        start local 11 // int width
        41: .line 2741
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getHeight:()I
            istore 12 /* height */
        start local 12 // int height
        42: .line 2742
            iload 9 /* minX */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateX:()I
            isub
            istore 13 /* px */
        start local 13 // int px
        43: .line 2743
            iload 10 /* minY */
            aload 7 /* raster */
            invokevirtual java.awt.image.Raster.getSampleModelTranslateY:()I
            isub
            istore 14 /* py */
        start local 14 // int py
        44: .line 2744
            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 2745
            iload 12 /* height */
            aload 8 /* wRaster */
            invokevirtual java.awt.image.WritableRaster.getHeight:()I
            if_icmpeq 54
        46: .line 2747
      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 2748
            iload 14 /* py */
        48: .line 2749
            iload 11 /* width */
        49: .line 2750
            iload 12 /* height */
        50: .line 2751
            iconst_0
            iconst_0
        51: .line 2752
            aconst_null
        52: .line 2747
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
        53: .line 2746
            astore 8 /* wRaster */
        54: .line 2759
      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 2760
            aload 15 /* transXform */
            iload 9 /* minX */
            i2d
            iload 10 /* minY */
            i2d
            invokevirtual java.awt.geom.AffineTransform.translate:(DD)V
        56: .line 2762
            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 2763
            new java.awt.image.BufferedImage
            dup
            aload 16 /* cm */
        58: .line 2764
            aload 8 /* wRaster */
        59: .line 2765
            aload 16 /* cm */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        60: .line 2766
            aconst_null
        61: .line 2763
            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 2767
            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 2768
            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 2776
            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 2777
            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 2778
            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 2779
            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 2780
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            iflt 5
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            ifge 8
         5: .line 2781
      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 2782
            aload 1 /* destRect */
            iconst_m1
            putfield java.awt.Rectangle.height:I
         7: .line 2783
            iconst_0
            ireturn
         8: .line 2785
      StackMap locals:
      StackMap stack:
            aload 1 /* destRect */
            iload 3 /* x1 */
            putfield java.awt.Rectangle.x:I
         9: .line 2786
            aload 1 /* destRect */
            iload 5 /* y1 */
            putfield java.awt.Rectangle.y:I
        10: .line 2787
            aload 1 /* destRect */
            iload 4 /* x2 */
            iload 3 /* x1 */
            isub
            putfield java.awt.Rectangle.width:I
        11: .line 2788
            aload 1 /* destRect */
            iload 6 /* y2 */
            iload 5 /* y1 */
            isub
            putfield java.awt.Rectangle.height:I
        12: .line 2789
            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 2803
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridXOffset:()I
            istore 5 /* tileGridXOffset */
        start local 5 // int tileGridXOffset
         1: .line 2804
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileGridYOffset:()I
            istore 6 /* tileGridYOffset */
        start local 6 // int tileGridYOffset
         2: .line 2805
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileWidth:()I
            istore 7 /* tileWidth */
        start local 7 // int tileWidth
         3: .line 2806
            aload 1 /* img */
            invokeinterface java.awt.image.RenderedImage.getTileHeight:()I
            istore 8 /* tileHeight */
        start local 8 // int tileHeight
         4: .line 2810
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         5: .line 2809
            istore 9 /* minTileX */
        start local 9 // int minTileX
         6: .line 2812
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
         7: .line 2811
            istore 10 /* minTileY */
        start local 10 // int minTileY
         8: .line 2814
            aload 2 /* region */
            getfield java.awt.Rectangle.x:I
            aload 2 /* region */
            getfield java.awt.Rectangle.width:I
            iadd
            iconst_1
            isub
         9: .line 2815
            iload 5 /* tileGridXOffset */
            iload 7 /* tileWidth */
        10: .line 2814
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        11: .line 2813
            istore 11 /* maxTileX */
        start local 11 // int maxTileX
        12: .line 2817
            aload 2 /* region */
            getfield java.awt.Rectangle.y:I
            aload 2 /* region */
            getfield java.awt.Rectangle.height:I
            iadd
            iconst_1
            isub
        13: .line 2818
            iload 6 /* tileGridYOffset */
            iload 8 /* tileHeight */
        14: .line 2817
            invokestatic sun.java2d.SunGraphics2D.getTileIndex:(III)I
        15: .line 2816
            istore 12 /* maxTileY */
        start local 12 // int maxTileY
        16: .line 2821
            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 2824
            new java.awt.Rectangle
            dup
            invokespecial java.awt.Rectangle.<init>:()V
            astore 14 /* tileRect */
        start local 14 // java.awt.Rectangle tileRect
        18: .line 2826
            iload 10 /* minTileY */
            istore 15 /* ty */
        start local 15 // int ty
        19: goto 56
        20: .line 2827
      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 2829
      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 2832
            aload 14 /* tileRect */
            iload 16 /* tx */
            iload 7 /* tileWidth */
            imul
            iload 5 /* tileGridXOffset */
            iadd
            putfield java.awt.Rectangle.x:I
        24: .line 2833
            aload 14 /* tileRect */
            iload 15 /* ty */
            iload 8 /* tileHeight */
            imul
            iload 6 /* tileGridYOffset */
            iadd
            putfield java.awt.Rectangle.y:I
        25: .line 2834
            aload 14 /* tileRect */
            iload 7 /* tileWidth */
            putfield java.awt.Rectangle.width:I
        26: .line 2835
            aload 14 /* tileRect */
            iload 8 /* tileHeight */
            putfield java.awt.Rectangle.height:I
        27: .line 2840
            aload 0 /* this */
            aload 14 /* tileRect */
            aload 2 /* region */
            invokevirtual sun.java2d.SunGraphics2D.clipTo:(Ljava/awt/Rectangle;Ljava/awt/Rectangle;)Z
            pop
        28: .line 2843
            aconst_null
            astore 18 /* wRaster */
        start local 18 // java.awt.image.WritableRaster wRaster
        29: .line 2844
            aload 17 /* raster */
            instanceof java.awt.image.WritableRaster
            ifeq 32
        30: .line 2845
            aload 17 /* raster */
            checkcast java.awt.image.WritableRaster
            astore 18 /* wRaster */
        31: .line 2846
            goto 37
        32: .line 2850
      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 2851
            aload 17 /* raster */
            invokevirtual java.awt.image.Raster.getDataBuffer:()Ljava/awt/image/DataBuffer;
        34: .line 2852
            aconst_null
        35: .line 2850
            invokestatic java.awt.image.Raster.createWritableRaster:(Ljava/awt/image/SampleModel;Ljava/awt/image/DataBuffer;Ljava/awt/Point;)Ljava/awt/image/WritableRaster;
        36: .line 2849
            astore 18 /* wRaster */
        37: .line 2857
      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 2858
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.width:I
        39: .line 2859
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
        40: .line 2860
            iconst_0
            iconst_0
        41: .line 2861
            aconst_null
        42: .line 2857
            invokevirtual java.awt.image.WritableRaster.createWritableChild:(IIIIII[I)Ljava/awt/image/WritableRaster;
            astore 18 /* wRaster */
        43: .line 2865
            new java.awt.image.BufferedImage
            dup
            aload 13 /* colorModel */
        44: .line 2866
            aload 18 /* wRaster */
        45: .line 2867
            aload 13 /* colorModel */
            invokevirtual java.awt.image.ColorModel.isAlphaPremultiplied:()Z
        46: .line 2868
            aconst_null
        47: .line 2865
            invokespecial java.awt.image.BufferedImage.<init>:(Ljava/awt/image/ColorModel;Ljava/awt/image/WritableRaster;ZLjava/util/Hashtable;)V
        48: .line 2864
            astore 19 /* bufImg */
        start local 19 // java.awt.image.BufferedImage bufImg
        49: .line 2875
            aload 0 /* this */
            aload 19 /* bufImg */
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.x:I
            iload 3 /* i2uTransX */
            iadd
        50: .line 2876
            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 2877
            aload 14 /* tileRect */
            getfield java.awt.Rectangle.height:I
            aconst_null
            aconst_null
        52: .line 2875
            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 2827
            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 2826
            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 2880
            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 2885
            aload 1 /* img */
            ifnonnull 2
         1: .line 2886
            return
         2: .line 2889
      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 2890
            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 2891
            aload 4 /* concatTransform */
            aload 3 /* pipeTransform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
         5: .line 2894
            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 2897
            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 2898
            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 2899
            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 2900
            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 2903
      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 2904
            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 2905
            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 2914
            aload 2 /* tx */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 2
         1: .line 2915
            aload 1 /* rect */
            areturn
         2: .line 2918
      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 2919
            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 2924
            aload 1 /* str */
            ifnonnull 2
         1: .line 2925
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2928
      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 2929
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2930
            return
         5: .line 2932
      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 2933
            return
         7: .line 2937
      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 2938
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2940
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2941
            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 2942
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2948
      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 2947
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2948
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2949
            aload 4
            athrow
        18: .line 2948
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2950
      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 2953
            aload 1 /* str */
            ifnonnull 2
         1: .line 2954
            new java.lang.NullPointerException
            dup
            ldc "String is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2957
      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 2958
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            ifne 5
         4: .line 2959
            return
         5: .line 2961
      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 2962
            return
         7: .line 2966
      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 2967
            goto 18
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         9: pop
        10: .line 2969
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        11: .line 2970
            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 2971
            goto 14
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        13: pop
        14: .line 2977
      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 2976
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        16: .line 2977
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 2978
            aload 4
            athrow
        18: .line 2977
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        19: .line 2979
      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 2983
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2984
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2986
      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 2987
            return
         4: .line 2989
      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 2990
            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 2991
            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 2995
            aload 1 /* iterator */
            ifnonnull 2
         1: .line 2996
            new java.lang.NullPointerException
            dup
            ldc "AttributedCharacterIterator is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 2998
      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 2999
            return
         4: .line 3001
      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 3002
            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 3003
            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 3007
            aload 1 /* gv */
            ifnonnull 2
         1: .line 3008
            new java.lang.NullPointerException
            dup
            ldc "GlyphVector is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3012
      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 3013
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3015
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3016
            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 3017
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3023
      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 3022
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        11: .line 3023
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3024
            aload 4
            athrow
        13: .line 3023
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3025
      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 3029
            aload 1 /* data */
            ifnonnull 2
         1: .line 3030
            new java.lang.NullPointerException
            dup
            ldc "char data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3032
      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 3033
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 5
         4: .line 3034
      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 3036
      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 3037
            aload 1 /* data */
            arraylength
            ifne 8
         7: .line 3038
            return
         8: .line 3040
      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 3041
            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 3040
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        11: .line 3041
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        12: .line 3042
            return
        13: .line 3046
      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 3047
            goto 24
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        15: pop
        16: .line 3049
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        17: .line 3050
            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 3051
            goto 20
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        19: pop
        20: .line 3057
      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 3056
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 6
        22: .line 3057
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3058
            aload 6
            athrow
        24: .line 3057
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3059
      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 3062
            aload 1 /* data */
            ifnonnull 2
         1: .line 3063
            new java.lang.NullPointerException
            dup
            ldc "byte data is null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3065
      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 3066
            iload 2 /* offset */
            iload 3 /* length */
            iadd
            aload 1 /* data */
            arraylength
            if_icmple 5
         4: .line 3067
      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 3070
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            newarray 5
            astore 6 /* chData */
        start local 6 // char[] chData
         6: .line 3071
            iload 3 /* length */
            istore 7 /* i */
        start local 7 // int i
         7: goto 9
         8: .line 3072
      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 3071
      StackMap locals:
      StackMap stack:
            iload 7 /* i */
            iinc 7 /* i */ -1
            ifgt 8
        end local 7 // int i
        10: .line 3074
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.font:Ljava/awt/Font;
            invokevirtual java.awt.Font.hasLayoutAttributes:()Z
            ifeq 18
        11: .line 3075
            aload 1 /* data */
            arraylength
            ifne 13
        12: .line 3076
            return
        13: .line 3078
      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 3079
            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 3078
            invokespecial java.awt.font.TextLayout.<init>:(Ljava/lang/String;Ljava/awt/Font;Ljava/awt/font/FontRenderContext;)V
        16: .line 3079
            aload 0 /* this */
            iload 4 /* x */
            i2f
            iload 5 /* y */
            i2f
            invokevirtual java.awt.font.TextLayout.draw:(Ljava/awt/Graphics2D;FF)V
        17: .line 3080
            return
        18: .line 3084
      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 3085
            goto 29
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        20: pop
        21: .line 3087
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        22: .line 3088
            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 3089
            goto 25
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
        24: pop
        25: .line 3095
      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 3094
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 7
        27: .line 3095
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3096
            aload 7
            athrow
        29: .line 3095
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        30: .line 3097
      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 3106
            aload 1 /* img */
            instanceof java.awt.image.VolatileImage
            ifeq 24
         1: .line 3107
            aload 1 /* img */
            invokestatic sun.awt.image.SurfaceManager.getManager:(Ljava/awt/Image;)Lsun/awt/image/SurfaceManager;
         2: .line 3108
            invokevirtual sun.awt.image.SurfaceManager.getPrimarySurfaceData:()Lsun/java2d/SurfaceData;
         3: .line 3107
            astore 13 /* sd */
        start local 13 // sun.java2d.SurfaceData sd
         4: .line 3109
            aload 13 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleX:()D
            dstore 14 /* scaleX */
        start local 14 // double scaleX
         5: .line 3110
            aload 13 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleY:()D
            dstore 16 /* scaleY */
        start local 16 // double scaleY
         6: .line 3111
            dload 14 /* scaleX */
            dconst_1
            dcmpl
            ifne 8
            dload 16 /* scaleY */
            dconst_1
            dcmpl
            ifne 8
         7: .line 3112
            aconst_null
            areturn
         8: .line 3114
      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 3115
            iload 8 /* sx2 */
            i2d
            dload 14 /* scaleX */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 8 /* sx2 */
        10: .line 3116
            iload 7 /* sy1 */
            i2d
            dload 16 /* scaleY */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 7 /* sy1 */
        11: .line 3117
            iload 9 /* sy2 */
            i2d
            dload 16 /* scaleY */
            dmul
            invokestatic sun.java2d.pipe.Region.clipRound:(D)I
            istore 9 /* sy2 */
        12: .line 3119
            aconst_null
            astore 18 /* tx */
        start local 18 // java.awt.geom.AffineTransform tx
        13: .line 3120
            aload 12 /* xform */
            ifnull 16
        14: .line 3121
            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 3122
            aload 0 /* this */
            aload 12 /* xform */
            invokevirtual sun.java2d.SunGraphics2D.transform:(Ljava/awt/geom/AffineTransform;)V
        16: .line 3124
      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 3125
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        18: .line 3126
            aload 10 /* bgcolor */
            aload 11 /* observer */
        19: .line 3124
            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 3127
            aload 18 /* tx */
            ifnull 23
        21: .line 3128
            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 3129
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidateTransform:()V
        23: .line 3131
      StackMap locals: int
      StackMap stack:
            iload 19 /* result */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 19 // boolean result
        end local 18 // java.awt.geom.AffineTransform tx
        end local 16 // double scaleY
        end local 14 // double scaleX
        end local 13 // sun.java2d.SurfaceData sd
        24: .line 3132
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.awt.geom.AffineTransform
      StackMap stack:
            aload 1 /* img */
            instanceof java.awt.image.MultiResolutionImage
            ifeq 67
        25: .line 3135
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 13 /* width */
        start local 13 // int width
        26: .line 3136
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 14 /* height */
        start local 14 // int height
        27: .line 3138
            aload 1 /* img */
            checkcast java.awt.image.MultiResolutionImage
            astore 15 /* mrImage */
        start local 15 // java.awt.image.MultiResolutionImage mrImage
        28: .line 3139
            aload 0 /* this */
            aload 15 /* mrImage */
            iload 13 /* width */
            iload 14 /* height */
        29: .line 3140
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        30: .line 3141
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        31: .line 3142
            aload 12 /* xform */
        32: .line 3139
            invokevirtual sun.java2d.SunGraphics2D.getResolutionVariant:(Ljava/awt/image/MultiResolutionImage;IIIIIIIIIILjava/awt/geom/AffineTransform;)Ljava/awt/Image;
            astore 16 /* resolutionVariant */
        start local 16 // java.awt.Image resolutionVariant
        33: .line 3144
            aload 16 /* resolutionVariant */
            aload 1 /* img */
            if_acmpeq 67
            aload 16 /* resolutionVariant */
            ifnull 67
        34: .line 3148
            aload 1 /* img */
            aload 11 /* observer */
        35: .line 3149
            iload 13 /* width */
            iload 14 /* height */
            iconst_m1
            iconst_m1
        36: .line 3148
            invokestatic sun.awt.image.MultiResolutionToolkitImage.getResolutionVariantObserver:(Ljava/awt/Image;Ljava/awt/image/ImageObserver;IIII)Ljava/awt/image/ImageObserver;
        37: .line 3147
            astore 17 /* rvObserver */
        start local 17 // java.awt.image.ImageObserver rvObserver
        38: .line 3151
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            istore 18 /* rvWidth */
        start local 18 // int rvWidth
        39: .line 3152
            aload 16 /* resolutionVariant */
            aload 17 /* rvObserver */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            istore 19 /* rvHeight */
        start local 19 // int rvHeight
        40: .line 3154
            iload 13 /* width */
            ifle 67
            iload 14 /* height */
            ifle 67
            iload 18 /* rvWidth */
            ifle 67
            iload 19 /* rvHeight */
            ifle 67
        41: .line 3156
            iload 18 /* rvWidth */
            i2d
            iload 13 /* width */
            i2d
            ddiv
            dstore 20 /* widthScale */
        start local 20 // double widthScale
        42: .line 3157
            iload 19 /* rvHeight */
            i2d
            iload 14 /* height */
            i2d
            ddiv
            dstore 22 /* heightScale */
        start local 22 // double heightScale
        43: .line 3159
            aload 16 /* resolutionVariant */
            instanceof java.awt.image.VolatileImage
            ifeq 49
        44: .line 3161
            aload 16 /* resolutionVariant */
            invokestatic sun.awt.image.SurfaceManager.getManager:(Ljava/awt/Image;)Lsun/awt/image/SurfaceManager;
        45: .line 3162
            invokevirtual sun.awt.image.SurfaceManager.getPrimarySurfaceData:()Lsun/java2d/SurfaceData;
        46: .line 3160
            astore 24 /* sd */
        start local 24 // sun.java2d.SurfaceData sd
        47: .line 3163
            dload 20 /* widthScale */
            aload 24 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleX:()D
            dmul
            dstore 20 /* widthScale */
        48: .line 3164
            dload 22 /* heightScale */
            aload 24 /* sd */
            invokevirtual sun.java2d.SurfaceData.getDefaultScaleY:()D
            dmul
            dstore 22 /* heightScale */
        end local 24 // sun.java2d.SurfaceData sd
        49: .line 3167
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.awt.geom.AffineTransform int int java.awt.image.MultiResolutionImage java.awt.Image java.awt.image.ImageObserver int int double double
      StackMap stack:
            iload 6 /* sx1 */
            dload 20 /* widthScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 6 /* sx1 */
        50: .line 3168
            iload 7 /* sy1 */
            dload 22 /* heightScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 7 /* sy1 */
        51: .line 3169
            iload 8 /* sx2 */
            dload 20 /* widthScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 8 /* sx2 */
        52: .line 3170
            iload 9 /* sy2 */
            dload 22 /* heightScale */
            invokestatic sun.java2d.pipe.Region.clipScale:(ID)I
            istore 9 /* sy2 */
        53: .line 3172
            aload 17 /* rvObserver */
            astore 11 /* observer */
        54: .line 3173
            aload 16 /* resolutionVariant */
            astore 1 /* img */
        55: .line 3175
            aload 12 /* xform */
            ifnull 63
        56: .line 3176
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 58
            iload 2 /* dx1 */
            ifne 57
            iload 3 /* dy1 */
            ifeq 58
      StackMap locals:
      StackMap stack:
        57: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        58: .line 3177
      StackMap locals:
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 59
            iload 4 /* dx2 */
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getWidth:(Ljava/awt/image/ImageObserver;)I
            if_icmpeq 59
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        59: .line 3178
      StackMap locals:
      StackMap stack:
            getstatic sun.java2d.SunGraphics2D.$assertionsDisabled:Z
            ifne 60
            iload 5 /* dy2 */
            aload 1 /* img */
            aload 11 /* observer */
            invokevirtual java.awt.Image.getHeight:(Ljava/awt/image/ImageObserver;)I
            if_icmpeq 60
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        60: .line 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
        61: .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
        62: .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;
            areturn
        end local 24 // java.awt.geom.AffineTransform renderTX
        63: .line 3184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
        64: .line 3185
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
        65: .line 3186
            aload 10 /* bgcolor */
            aload 11 /* observer */
        66: .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;
            areturn
        end local 22 // double heightScale
        end local 20 // double widthScale
        end local 19 // int rvHeight
        end local 18 // int rvWidth
        end local 17 // java.awt.image.ImageObserver rvObserver
        end local 16 // java.awt.Image resolutionVariant
        end local 15 // java.awt.image.MultiResolutionImage mrImage
        end local 14 // int height
        end local 13 // int width
        67: .line 3190
      StackMap locals: sun.java2d.SunGraphics2D java.awt.Image int int int int int int int int java.awt.Color java.awt.image.ImageObserver java.awt.geom.AffineTransform
      StackMap stack:
            aconst_null
            areturn
        end local 12 // java.awt.geom.AffineTransform xform
        end local 11 // java.awt.image.ImageObserver observer
        end local 10 // java.awt.Color bgcolor
        end local 9 // int sy2
        end local 8 // int sx2
        end local 7 // int sy1
        end local 6 // int sx1
        end local 5 // int dy2
        end local 4 // int dx2
        end local 3 // int dy1
        end local 2 // int dx1
        end local 1 // java.awt.Image img
        end local 0 // sun.java2d.SunGraphics2D this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   68     0               this  Lsun/java2d/SunGraphics2D;
            0   68     1                img  Ljava/awt/Image;
            0   68     2                dx1  I
            0   68     3                dy1  I
            0   68     4                dx2  I
            0   68     5                dy2  I
            0   68     6                sx1  I
            0   68     7                sy1  I
            0   68     8                sx2  I
            0   68     9                sy2  I
            0   68    10            bgcolor  Ljava/awt/Color;
            0   68    11           observer  Ljava/awt/image/ImageObserver;
            0   68    12              xform  Ljava/awt/geom/AffineTransform;
            4   24    13                 sd  Lsun/java2d/SurfaceData;
            5   24    14             scaleX  D
            6   24    16             scaleY  D
           13   24    18                 tx  Ljava/awt/geom/AffineTransform;
           20   24    19             result  Z
           26   67    13              width  I
           27   67    14             height  I
           28   67    15            mrImage  Ljava/awt/image/MultiResolutionImage;
           33   67    16  resolutionVariant  Ljava/awt/Image;
           38   67    17         rvObserver  Ljava/awt/image/ImageObserver;
           39   67    18            rvWidth  I
           40   67    19           rvHeight  I
           42   67    20         widthScale  D
           43   67    22        heightScale  D
           47   49    24                 sd  Lsun/java2d/SurfaceData;
           61   63    24           renderTX  Ljava/awt/geom/AffineTransform;
    MethodParameters:
          Name  Flags
      img       
      dx1       
      dy1       
      dx2       
      dy2       
      sx1       
      sy1       
      sx2       
      sy2       
      bgcolor   
      observer  
      xform     

  private boolean scaleImage(java.awt.Image, int, int, int, int, int, int, int, int, java.awt.Color, java.awt.image.ImageObserver);
    descriptor: (Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=13, locals=14, args_size=12
        start local 0 // sun.java2d.SunGraphics2D this
        start local 1 // java.awt.Image img
        start local 2 // int dx1
        start local 3 // int dy1
        start local 4 // int dx2
        start local 5 // int dy2
        start local 6 // int sx1
        start local 7 // int sy1
        start local 8 // int sx2
        start local 9 // int sy2
        start local 10 // java.awt.Color bgcolor
        start local 11 // java.awt.image.ImageObserver observer
         0: .line 3198
            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 3199
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
         2: .line 3198
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
         3: .line 3212
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3198
            iload 13
            ireturn
         5: .line 3200
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3202
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .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 */
         8: .line 3204
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
            aload 11 /* observer */
         9: .line 3203
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 13
        10: .line 3212
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3203
            iload 13
            ireturn
        12: .line 3205
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3212
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3209
            iconst_0
            ireturn
        15: .line 3211
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        16: .line 3212
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3213
            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 3221
            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 3233
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         2: .line 3221
            iload 5
            ireturn
         3: .line 3222
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         4: .line 3224
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         5: .line 3225
            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 3233
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         7: .line 3225
            iload 5
            ireturn
         8: .line 3226
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         9: .line 3233
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        10: .line 3230
            iconst_0
            ireturn
        11: .line 3232
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4
        12: .line 3233
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        13: .line 3234
            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 3241
            iload 2 /* srcWidth */
            ifle 1
            iload 3 /* srcHeight */
            ifgt 2
         1: .line 3242
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
         2: .line 3245
      StackMap locals:
      StackMap stack:
            iload 10 /* sx2 */
            iload 8 /* sx1 */
            isub
            istore 13 /* sw */
        start local 13 // int sw
         3: .line 3246
            iload 11 /* sy2 */
            iload 9 /* sy1 */
            isub
            istore 14 /* sh */
        start local 14 // int sh
         4: .line 3248
            iload 13 /* sw */
            ifeq 5
            iload 14 /* sh */
            ifne 6
         5: .line 3249
      StackMap locals: int int
      StackMap stack:
            aconst_null
            areturn
         6: .line 3254
      StackMap locals:
      StackMap stack:
            aload 12 /* xform */
            ifnonnull 9
         7: .line 3255
            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 3256
            goto 11
        end local 15 // java.awt.geom.AffineTransform tx
         9: .line 3257
      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 3258
            aload 15 /* tx */
            aload 12 /* xform */
            invokevirtual java.awt.geom.AffineTransform.concatenate:(Ljava/awt/geom/AffineTransform;)V
        11: .line 3261
      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 3262
            iload 6 /* dx2 */
            iload 4 /* dx1 */
            isub
            istore 17 /* dw */
        start local 17 // int dw
        13: .line 3263
            iload 7 /* dy2 */
            iload 5 /* dy1 */
            isub
            istore 18 /* dh */
        start local 18 // int dh
        14: .line 3268
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.resolutionVariantHint:I
            iconst_1
            if_icmpne 18
        15: .line 3269
            iload 2 /* srcWidth */
            i2d
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        16: .line 3270
            iload 3 /* srcHeight */
            i2d
            dstore 21 /* destImageHeight */
        start local 21 // double destImageHeight
        17: .line 3271
            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 3272
            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 3273
            aload 23 /* configTransform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 24
        21: .line 3274
            iload 2 /* srcWidth */
            i2d
            dstore 19 /* destImageWidth */
        start local 19 // double destImageWidth
        22: .line 3275
            iload 3 /* srcHeight */
            i2d
            dstore 21 /* destImageHeight */
        start local 21 // double destImageHeight
        23: .line 3276
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        24: .line 3277
      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 3278
            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 3280
            goto 43
        end local 21 // double destImageHeight
        end local 19 // double destImageWidth
        27: .line 3284
      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 3285
            iload 17 /* dw */
            i2d
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        29: .line 3286
            iload 18 /* dh */
            i2d
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        30: .line 3287
            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 3288
            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 3289
            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 3290
            goto 41
        end local 25 // double destRegionHeight
        end local 23 // double destRegionWidth
        35: .line 3291
      StackMap locals:
      StackMap stack:
            iload 17 /* dw */
            i2d
        36: .line 3292
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleX:()D
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        37: .line 3291
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 23 /* destRegionWidth */
        start local 23 // double destRegionWidth
        38: .line 3293
            iload 18 /* dh */
            i2d
        39: .line 3294
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
            aload 15 /* tx */
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        40: .line 3293
            invokestatic java.lang.Math.hypot:(DD)D
            dmul
            dstore 25 /* destRegionHeight */
        start local 25 // double destRegionHeight
        41: .line 3296
      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 3297
            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 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 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 3300
            astore 23 /* resolutionVariant */
        start local 23 // java.awt.Image resolutionVariant
        45: .line 3303
            aload 23 /* resolutionVariant */
            instanceof sun.awt.image.ToolkitImage
            ifeq 48
        46: .line 3304
            aload 23 /* resolutionVariant */
            checkcast sun.awt.image.ToolkitImage
            invokevirtual sun.awt.image.ToolkitImage.hasError:()Z
            ifeq 48
        47: .line 3305
            aconst_null
            areturn
        48: .line 3308
      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 3317
            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 3332
            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 3333
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         2: .line 3332
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
         3: .line 3346
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
         4: .line 3332
            iload 11
            ireturn
         5: .line 3334
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
         6: .line 3336
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         7: .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 */
         8: .line 3338
            iload 6 /* width */
            iload 7 /* height */
            aload 8 /* bgcolor */
            aload 9 /* observer */
         9: .line 3337
            invokeinterface sun.java2d.pipe.DrawImagePipe.copyImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 11
        10: .line 3346
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        11: .line 3337
            iload 11
            ireturn
        12: .line 3339
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        13: .line 3346
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3343
            iconst_0
            ireturn
        15: .line 3345
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 10
        16: .line 3346
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3347
            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 3357
            aload 1 /* img */
            ifnonnull 2
         1: .line 3358
            iconst_1
            ireturn
         2: .line 3361
      StackMap locals:
      StackMap stack:
            iload 4 /* width */
            ifeq 3
            iload 5 /* height */
            ifne 4
         3: .line 3362
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 3365
      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 3366
            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 3367
            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 3368
            iconst_0
            iconst_0
            iload 8 /* imgW */
            iload 9 /* imgH */
            aload 6 /* bg */
            aload 7 /* observer */
         8: .line 3369
            aconst_null
         9: .line 3367
            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 3370
            aload 10 /* hidpiImageDrawn */
            ifnull 12
        11: .line 3371
            aload 10 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        12: .line 3374
      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 3375
            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 3379
      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 3380
            aload 6 /* bg */
            aload 7 /* observer */
        16: .line 3379
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 12
        17: .line 3393
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        18: .line 3379
            iload 12
            ireturn
        19: .line 3381
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        20: .line 3383
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        21: .line 3384
            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 3385
            aload 6 /* bg */
            aload 7 /* observer */
        23: .line 3384
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 12
        24: .line 3393
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        25: .line 3384
            iload 12
            ireturn
        26: .line 3386
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        27: .line 3393
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        28: .line 3390
            iconst_0
            ireturn
        29: .line 3392
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 11
        30: .line 3393
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        31: .line 3394
            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 3401
            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 3411
            aload 1 /* img */
            ifnonnull 2
         1: .line 3412
            iconst_1
            ireturn
         2: .line 3415
      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 3416
            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 3417
            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 3418
            iconst_0
            iconst_0
            iload 6 /* imgW */
            iload 7 /* imgH */
            aload 4 /* bg */
            aload 5 /* observer */
         6: .line 3419
            aconst_null
         7: .line 3417
            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 3420
            aload 8 /* hidpiImageDrawn */
            ifnull 10
         9: .line 3421
            aload 8 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        10: .line 3425
      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 3437
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3425
            iload 10
            ireturn
        13: .line 3426
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        14: .line 3428
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        15: .line 3429
            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 3437
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        17: .line 3429
            iload 10
            ireturn
        18: .line 3430
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        19: .line 3437
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        20: .line 3434
            iconst_0
            ireturn
        21: .line 3436
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 9
        22: .line 3437
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        23: .line 3438
            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 3449
            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 3450
            aload 10 /* observer */
         2: .line 3449
            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 3462
            aload 1 /* img */
            ifnonnull 2
         1: .line 3463
            iconst_1
            ireturn
         2: .line 3466
      StackMap locals:
      StackMap stack:
            iload 2 /* dx1 */
            iload 4 /* dx2 */
            if_icmpeq 4
            iload 3 /* dy1 */
            iload 5 /* dy2 */
            if_icmpeq 4
         3: .line 3467
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            if_icmpeq 4
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            if_icmpne 5
         4: .line 3469
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         5: .line 3472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* img */
            iload 2 /* dx1 */
            iload 3 /* dy1 */
            iload 4 /* dx2 */
            iload 5 /* dy2 */
         6: .line 3473
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
         7: .line 3474
            aload 10 /* bgcolor */
            aload 11 /* observer */
            aconst_null
         8: .line 3472
            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 3476
            aload 12 /* hidpiImageDrawn */
            ifnull 11
        10: .line 3477
            aload 12 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        11: .line 3480
      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 3481
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            iload 5 /* dy2 */
            iload 3 /* dy1 */
            isub
            if_icmpne 32
        13: .line 3485
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            if_icmple 18
        14: .line 3486
            iload 8 /* sx2 */
            iload 6 /* sx1 */
            isub
            istore 17 /* width */
        start local 17 // int width
        15: .line 3487
            iload 6 /* sx1 */
            istore 13 /* srcX */
        start local 13 // int srcX
        16: .line 3488
            iload 2 /* dx1 */
            istore 15 /* dstX */
        start local 15 // int dstX
        17: .line 3489
            goto 21
        end local 17 // int width
        end local 15 // int dstX
        end local 13 // int srcX
        18: .line 3490
      StackMap locals:
      StackMap stack:
            iload 6 /* sx1 */
            iload 8 /* sx2 */
            isub
            istore 17 /* width */
        start local 17 // int width
        19: .line 3491
            iload 8 /* sx2 */
            istore 13 /* srcX */
        start local 13 // int srcX
        20: .line 3492
            iload 4 /* dx2 */
            istore 15 /* dstX */
        start local 15 // int dstX
        21: .line 3494
      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 3495
            iload 9 /* sy2 */
            iload 7 /* sy1 */
            isub
            istore 18 /* height */
        start local 18 // int height
        23: .line 3496
            iload 7 /* sy1 */
            istore 14 /* srcY */
        start local 14 // int srcY
        24: .line 3497
            iload 3 /* dy1 */
            istore 16 /* dstY */
        start local 16 // int dstY
        25: .line 3498
            goto 29
        end local 18 // int height
        end local 16 // int dstY
        end local 14 // int srcY
        26: .line 3499
      StackMap locals:
      StackMap stack:
            iload 7 /* sy1 */
            iload 9 /* sy2 */
            isub
            istore 18 /* height */
        start local 18 // int height
        27: .line 3500
            iload 9 /* sy2 */
            istore 14 /* srcY */
        start local 14 // int srcY
        28: .line 3501
            iload 5 /* dy2 */
            istore 16 /* dstY */
        start local 16 // int dstY
        29: .line 3503
      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 3504
            iload 17 /* width */
            iload 18 /* height */
            aload 10 /* bgcolor */
            aload 11 /* observer */
        31: .line 3503
            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 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
      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 3509
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        34: .line 3510
            aload 11 /* observer */
        35: .line 3508
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 14
        36: .line 3524
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        37: .line 3508
            iload 14
            ireturn
        38: .line 3511
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        39: .line 3513
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
        40: .line 3514
            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 3515
            iload 6 /* sx1 */
            iload 7 /* sy1 */
            iload 8 /* sx2 */
            iload 9 /* sy2 */
            aload 10 /* bgcolor */
        42: .line 3516
            aload 11 /* observer */
        43: .line 3514
            invokeinterface sun.java2d.pipe.DrawImagePipe.scaleImage:(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z
            istore 14
        44: .line 3524
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        45: .line 3514
            iload 14
            ireturn
        46: .line 3517
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
            pop
        47: .line 3524
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        48: .line 3521
            iconst_0
            ireturn
        49: .line 3523
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 13
        50: .line 3524
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        51: .line 3525
            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 3550
            aload 1 /* img */
            ifnonnull 2
         1: .line 3551
            iconst_1
            ireturn
         2: .line 3554
      StackMap locals:
      StackMap stack:
            aload 2 /* xform */
            ifnull 3
            aload 2 /* xform */
            invokevirtual java.awt.geom.AffineTransform.isIdentity:()Z
            ifeq 4
         3: .line 3555
      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 3558
      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 3559
            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 3560
            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 3561
            aconst_null
            aload 3 /* observer */
            aload 2 /* xform */
         8: .line 3560
            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 3563
            aload 6 /* hidpiImageDrawn */
            ifnull 11
        10: .line 3564
            aload 6 /* hidpiImageDrawn */
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        11: .line 3567
      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 3575
            aload 1 /* bImg */
            ifnonnull 2
         1: .line 3576
            return
         2: .line 3580
      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 3581
            goto 13
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         4: pop
         5: .line 3583
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.revalidateAll:()V
         6: .line 3584
            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 3585
            goto 9
      StackMap locals:
      StackMap stack: sun.java2d.InvalidPipeException
         8: pop
         9: .line 3591
      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 3590
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
        11: .line 3591
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        12: .line 3592
            aload 5
            athrow
        13: .line 3591
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
            invokevirtual sun.java2d.SurfaceData.markDirty:()V
        14: .line 3593
      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 3600
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
            ifnonnull 23
         1: .line 3601
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.textAntialiasHint:I
            istore 1 /* aahint */
        start local 1 // int aahint
         2: .line 3602
            iload 1 /* aahint */
            ifne 5
         3: .line 3603
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.antialiasHint:I
            iconst_2
            if_icmpne 5
         4: .line 3604
            iconst_2
            istore 1 /* aahint */
         5: .line 3607
      StackMap locals: int
      StackMap stack:
            aconst_null
            astore 2 /* tx */
        start local 2 // java.awt.geom.AffineTransform tx
         6: .line 3608
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transformState:I
            iconst_3
            if_icmplt 17
         7: .line 3609
            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 3610
            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 3611
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            astore 2 /* tx */
        10: .line 3612
            goto 17
        11: .line 3613
      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 3614
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearY:()D
        13: .line 3615
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getShearX:()D
        14: .line 3616
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.transform:Ljava/awt/geom/AffineTransform;
            invokevirtual java.awt.geom.AffineTransform.getScaleY:()D
        15: .line 3617
            dconst_0
            dconst_0
        16: .line 3613
            invokespecial java.awt.geom.AffineTransform.<init>:(DDDDDD)V
            astore 2 /* tx */
        17: .line 3620
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.awt.font.FontRenderContext
            dup
            aload 2 /* tx */
        18: .line 3621
            iconst_2
            iload 1 /* aahint */
            invokestatic sun.awt.SunHints$Value.get:(II)Lsun/awt/SunHints$Value;
        19: .line 3622
            iconst_3
        20: .line 3623
            aload 0 /* this */
            getfield sun.java2d.SunGraphics2D.fractionalMetricsHint:I
        21: .line 3622
            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 3620
            putfield sun.java2d.SunGraphics2D.cachedFRC:Ljava/awt/font/FontRenderContext;
        end local 2 // java.awt.geom.AffineTransform tx
        end local 1 // int aahint
        23: .line 3625
      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 3639
            aload 0 /* this */
            getstatic sun.java2d.NullSurfaceData.theInstance:Lsun/java2d/SurfaceData;
            putfield sun.java2d.SunGraphics2D.surfaceData:Lsun/java2d/SurfaceData;
         1: .line 3640
            aload 0 /* this */
            invokevirtual sun.java2d.SunGraphics2D.invalidatePipe:()V
         2: .line 3641
            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 3657
            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 3665
            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 3675
            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