public class com.sun.javafx.sg.prism.NGSubScene extends com.sun.javafx.sg.prism.NGNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.sg.prism.NGSubScene
  super_class: com.sun.javafx.sg.prism.NGNode
{
  private float slWidth;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private float slHeight;
    descriptor: F
    flags: (0x0002) ACC_PRIVATE

  private double lastScaledW;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double lastScaledH;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.RTTexture rtt;
    descriptor: Lcom/sun/prism/RTTexture;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.RTTexture resolveRTT;
    descriptor: Lcom/sun/prism/RTTexture;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.sg.prism.NGNode root;
    descriptor: Lcom/sun/javafx/sg/prism/NGNode;
    flags: (0x0002) ACC_PRIVATE

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

  private final boolean depthBuffer;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean msaa;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.prism.paint.Paint fillPaint;
    descriptor: Lcom/sun/prism/paint/Paint;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.sg.prism.NGCamera camera;
    descriptor: Lcom/sun/javafx/sg/prism/NGCamera;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.javafx.sg.prism.NGLightBase[] lights;
    descriptor: [Lcom/sun/javafx/sg/prism/NGLightBase;
    flags: (0x0002) ACC_PRIVATE

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

  static final double THRESHOLD;
    descriptor: D
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0.00390625

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // boolean depthBuffer
        start local 2 // boolean msaa
         0: .line 57
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.<init>:()V
         1: .line 50
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
         2: .line 51
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGSubScene.root:Lcom/sun/javafx/sg/prism/NGNode;
         3: .line 52
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
         4: .line 135
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGSubScene.isOpaque:Z
         5: .line 58
            aload 0 /* this */
            iload 1 /* depthBuffer */
            putfield com.sun.javafx.sg.prism.NGSubScene.depthBuffer:Z
         6: .line 59
            aload 0 /* this */
            iload 2 /* msaa */
            putfield com.sun.javafx.sg.prism.NGSubScene.msaa:Z
         7: .line 60
            return
        end local 2 // boolean msaa
        end local 1 // boolean depthBuffer
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    8     1  depthBuffer  Z
            0    8     2         msaa  Z
    MethodParameters:
             Name  Flags
      depthBuffer  
      msaa         

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 63
            aload 0 /* this */
            iconst_0
            iconst_0
            invokespecial com.sun.javafx.sg.prism.NGSubScene.<init>:(ZZ)V
         1: .line 64
            return
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  public void setRoot(com.sun.javafx.sg.prism.NGNode);
    descriptor: (Lcom/sun/javafx/sg/prism/NGNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // com.sun.javafx.sg.prism.NGNode root
         0: .line 67
            aload 0 /* this */
            aload 1 /* root */
            putfield com.sun.javafx.sg.prism.NGSubScene.root:Lcom/sun/javafx/sg/prism/NGNode;
         1: .line 68
            return
        end local 1 // com.sun.javafx.sg.prism.NGNode root
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    2     1  root  Lcom/sun/javafx/sg/prism/NGNode;
    MethodParameters:
      Name  Flags
      root  

  public void setFillPaint(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // java.lang.Object paint
         0: .line 72
            aload 0 /* this */
            aload 1 /* paint */
            checkcast com.sun.prism.paint.Paint
            putfield com.sun.javafx.sg.prism.NGSubScene.fillPaint:Lcom/sun/prism/paint/Paint;
         1: .line 73
            return
        end local 1 // java.lang.Object paint
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    2     1  paint  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      paint  

  public void setCamera(com.sun.javafx.sg.prism.NGCamera);
    descriptor: (Lcom/sun/javafx/sg/prism/NGCamera;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // com.sun.javafx.sg.prism.NGCamera camera
         0: .line 77
            aload 0 /* this */
            aload 1 /* camera */
            ifnonnull 1
            getstatic com.sun.javafx.sg.prism.NGCamera.INSTANCE:Lcom/sun/javafx/sg/prism/NGCamera;
            goto 2
      StackMap locals:
      StackMap stack: com.sun.javafx.sg.prism.NGSubScene
         1: aload 1 /* camera */
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.javafx.sg.prism.NGCamera
      StackMap stack: com.sun.javafx.sg.prism.NGSubScene com.sun.javafx.sg.prism.NGCamera
         2: putfield com.sun.javafx.sg.prism.NGSubScene.camera:Lcom/sun/javafx/sg/prism/NGCamera;
         3: .line 78
            return
        end local 1 // com.sun.javafx.sg.prism.NGCamera camera
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    4     1  camera  Lcom/sun/javafx/sg/prism/NGCamera;
    MethodParameters:
        Name  Flags
      camera  

  public void setWidth(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // float width
         0: .line 81
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.slWidth:F
            fload 1 /* width */
            fcmpl
            ifeq 4
         1: .line 82
            aload 0 /* this */
            fload 1 /* width */
            putfield com.sun.javafx.sg.prism.NGSubScene.slWidth:F
         2: .line 83
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.geometryChanged:()V
         3: .line 84
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.invalidateRTT:()V
         4: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float width
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    5     1  width  F
    MethodParameters:
       Name  Flags
      width  

  public void setHeight(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // float height
         0: .line 89
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.slHeight:F
            fload 1 /* height */
            fcmpl
            ifeq 4
         1: .line 90
            aload 0 /* this */
            fload 1 /* height */
            putfield com.sun.javafx.sg.prism.NGSubScene.slHeight:F
         2: .line 91
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.geometryChanged:()V
         3: .line 92
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.invalidateRTT:()V
         4: .line 94
      StackMap locals:
      StackMap stack:
            return
        end local 1 // float height
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    5     1  height  F
    MethodParameters:
        Name  Flags
      height  

  public com.sun.javafx.sg.prism.NGLightBase[] getLights();
    descriptor: ()[Lcom/sun/javafx/sg/prism/NGLightBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 98
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.lights:[Lcom/sun/javafx/sg/prism/NGLightBase;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  public void setLights(com.sun.javafx.sg.prism.NGLightBase[]);
    descriptor: ([Lcom/sun/javafx/sg/prism/NGLightBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // com.sun.javafx.sg.prism.NGLightBase[] lights
         0: .line 101
            aload 0 /* this */
            aload 1 /* lights */
            putfield com.sun.javafx.sg.prism.NGSubScene.lights:[Lcom/sun/javafx/sg/prism/NGLightBase;
         1: .line 102
            return
        end local 1 // com.sun.javafx.sg.prism.NGLightBase[] lights
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    2     1  lights  [Lcom/sun/javafx/sg/prism/NGLightBase;
    MethodParameters:
        Name  Flags
      lights  

  public void markContentDirty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 105
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.visualsChanged:()V
         1: .line 106
            return
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  protected void visualsChanged();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 110
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
         1: .line 111
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.visualsChanged:()V
         2: .line 112
            return
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  protected void geometryChanged();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 116
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
         1: .line 117
            aload 0 /* this */
            invokespecial com.sun.javafx.sg.prism.NGNode.geometryChanged:()V
         2: .line 118
            return
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  private void invalidateRTT();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 121
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            ifnull 3
         1: .line 124
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.dispose:()V
         2: .line 125
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
         3: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  protected boolean hasOverlappingContents();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 132
            iconst_0
            ireturn
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;

  private void applyBackgroundFillPaint(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // com.sun.prism.Graphics g
         0: .line 137
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGSubScene.isOpaque:Z
         1: .line 138
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.fillPaint:Lcom/sun/prism/paint/Paint;
            ifnull 15
         2: .line 139
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.fillPaint:Lcom/sun/prism/paint/Paint;
            instanceof com.sun.prism.paint.Color
            ifeq 9
         3: .line 140
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.fillPaint:Lcom/sun/prism/paint/Paint;
            checkcast com.sun.prism.paint.Color
            astore 2 /* fillColor */
        start local 2 // com.sun.prism.paint.Color fillColor
         4: .line 141
            aload 0 /* this */
            aload 2 /* fillColor */
            invokevirtual com.sun.prism.paint.Color.getAlpha:()F
            f2d
            dconst_1
            dcmpl
            iflt 5
            iconst_1
            goto 6
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.prism.paint.Color
      StackMap stack: com.sun.javafx.sg.prism.NGSubScene
         5: iconst_0
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.prism.paint.Color
      StackMap stack: com.sun.javafx.sg.prism.NGSubScene int
         6: putfield com.sun.javafx.sg.prism.NGSubScene.isOpaque:Z
         7: .line 142
            aload 1 /* g */
            aload 2 /* fillColor */
            invokeinterface com.sun.prism.Graphics.clear:(Lcom/sun/prism/paint/Color;)V
        end local 2 // com.sun.prism.paint.Color fillColor
         8: .line 143
            goto 17
         9: .line 144
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.fillPaint:Lcom/sun/prism/paint/Paint;
            invokevirtual com.sun.prism.paint.Paint.isOpaque:()Z
            ifne 12
        10: .line 145
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.clear:()V
        11: .line 146
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGSubScene.isOpaque:Z
        12: .line 148
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.fillPaint:Lcom/sun/prism/paint/Paint;
            invokeinterface com.sun.prism.Graphics.setPaint:(Lcom/sun/prism/paint/Paint;)V
        13: .line 149
            aload 1 /* g */
            fconst_0
            fconst_0
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentWidth:()I
            i2f
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentHeight:()I
            i2f
            invokeinterface com.sun.prism.Graphics.fillRect:(FFFF)V
        14: .line 151
            goto 17
        15: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGSubScene.isOpaque:Z
        16: .line 154
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.clear:()V
        17: .line 156
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0   18     1          g  Lcom/sun/prism/Graphics;
            4    8     2  fillColor  Lcom/sun/prism/paint/Color;
    MethodParameters:
      Name  Flags
      g     

  public void renderForcedContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // com.sun.prism.Graphics gOptional
         0: .line 160
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.root:Lcom/sun/javafx/sg/prism/NGNode;
            aload 1 /* gOptional */
            invokevirtual com.sun.javafx.sg.prism.NGNode.renderForcedContent:(Lcom/sun/prism/Graphics;)V
         1: .line 161
            return
        end local 1 // com.sun.prism.Graphics gOptional
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0    2     1  gOptional  Lcom/sun/prism/Graphics;
    MethodParameters:
           Name  Flags
      gOptional  

  private static double hypot(double, double, double);
    descriptor: (DDD)D
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // double x
        start local 2 // double y
        start local 4 // double z
         0: .line 164
            dload 0 /* x */
            dload 0 /* x */
            dmul
            dload 2 /* y */
            dload 2 /* y */
            dmul
            dadd
            dload 4 /* z */
            dload 4 /* z */
            dmul
            dadd
            invokestatic java.lang.Math.sqrt:(D)D
            dreturn
        end local 4 // double z
        end local 2 // double y
        end local 0 // double x
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     x  D
            0    1     2     y  D
            0    1     4     z  D
    MethodParameters:
      Name  Flags
      x     
      y     
      z     

  protected void renderContent(com.sun.prism.Graphics);
    descriptor: (Lcom/sun/prism/Graphics;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=12, locals=28, args_size=2
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
        start local 1 // com.sun.prism.Graphics g
         0: .line 174
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.slWidth:F
            f2d
            dconst_0
            dcmpg
            ifle 1
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.slHeight:F
            f2d
            dconst_0
            dcmpg
            ifgt 2
      StackMap locals:
      StackMap stack:
         1: return
         2: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getTransformNoClone:()Lcom/sun/javafx/geom/transform/BaseTransform;
            astore 2 /* txform */
        start local 2 // com.sun.javafx.geom.transform.BaseTransform txform
         3: .line 176
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxx:()D
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyx:()D
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzx:()D
            invokestatic com.sun.javafx.sg.prism.NGSubScene.hypot:(DDD)D
            dstore 3 /* scaleX */
        start local 3 // double scaleX
         4: .line 177
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxy:()D
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyy:()D
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMzy:()D
            invokestatic com.sun.javafx.sg.prism.NGSubScene.hypot:(DDD)D
            dstore 5 /* scaleY */
        start local 5 // double scaleY
         5: .line 178
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.slWidth:F
            f2d
            dload 3 /* scaleX */
            dmul
            dstore 7 /* scaledW */
        start local 7 // double scaledW
         6: .line 179
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.slHeight:F
            f2d
            dload 5 /* scaleY */
            dmul
            dstore 9 /* scaledH */
        start local 9 // double scaledH
         7: .line 180
            dload 7 /* scaledW */
            ldc 0.00390625
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 11 /* rtWidth */
        start local 11 // int rtWidth
         8: .line 181
            dload 9 /* scaledH */
            ldc 0.00390625
            dsub
            invokestatic java.lang.Math.ceil:(D)D
            d2i
            istore 12 /* rtHeight */
        start local 12 // int rtHeight
         9: .line 182
            dload 7 /* scaledW */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.lastScaledW:D
            dsub
            invokestatic java.lang.Math.abs:(D)D
            dload 9 /* scaledH */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.lastScaledH:D
            dsub
            invokestatic java.lang.Math.abs:(D)D
            invokestatic java.lang.Math.max:(DD)D
            ldc 0.00390625
            dcmpl
            ifle 17
        10: .line 183
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            ifnull 14
        11: .line 184
            iload 11 /* rtWidth */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentWidth:()I
            if_icmpne 13
        12: .line 185
            iload 12 /* rtHeight */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentHeight:()I
            if_icmpeq 14
        13: .line 187
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.javafx.geom.transform.BaseTransform double double double double int int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.invalidateRTT:()V
        14: .line 189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
        15: .line 190
            aload 0 /* this */
            dload 7 /* scaledW */
            putfield com.sun.javafx.sg.prism.NGSubScene.lastScaledW:D
        16: .line 191
            aload 0 /* this */
            dload 9 /* scaledH */
            putfield com.sun.javafx.sg.prism.NGSubScene.lastScaledH:D
        17: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            ifnull 22
        18: .line 194
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.lock:()V
        19: .line 195
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.isSurfaceLost:()Z
            ifeq 22
        20: .line 196
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
        21: .line 197
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
        22: .line 201
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
            ifne 23
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.root:Lcom/sun/javafx/sg/prism/NGNode;
            invokevirtual com.sun.javafx.sg.prism.NGNode.isClean:()Z
            ifne 39
        23: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            ifnonnull 29
        24: .line 203
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getResourceFactory:()Lcom/sun/prism/ResourceFactory;
            astore 13 /* factory */
        start local 13 // com.sun.prism.ResourceFactory factory
        25: .line 204
            aload 0 /* this */
            aload 13 /* factory */
            iload 11 /* rtWidth */
            iload 12 /* rtHeight */
        26: .line 205
            getstatic com.sun.prism.Texture$WrapMode.CLAMP_TO_ZERO:Lcom/sun/prism/Texture$WrapMode;
        27: .line 206
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.msaa:Z
        28: .line 204
            invokeinterface com.sun.prism.ResourceFactory.createRTTexture:(IILcom/sun/prism/Texture$WrapMode;Z)Lcom/sun/prism/RTTexture;
            putfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
        end local 13 // com.sun.prism.ResourceFactory factory
        29: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.createGraphics:()Lcom/sun/prism/Graphics;
            astore 13 /* rttGraphics */
        start local 13 // com.sun.prism.Graphics rttGraphics
        30: .line 209
            aload 13 /* rttGraphics */
            dload 3 /* scaleX */
            d2f
            dload 5 /* scaleY */
            d2f
            invokeinterface com.sun.prism.Graphics.scale:(FF)V
        31: .line 210
            aload 13 /* rttGraphics */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.lights:[Lcom/sun/javafx/sg/prism/NGLightBase;
            invokeinterface com.sun.prism.Graphics.setLights:([Lcom/sun/javafx/sg/prism/NGLightBase;)V
        32: .line 212
            aload 13 /* rttGraphics */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.depthBuffer:Z
            invokeinterface com.sun.prism.Graphics.setDepthBuffer:(Z)V
        33: .line 213
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.camera:Lcom/sun/javafx/sg/prism/NGCamera;
            ifnull 35
        34: .line 214
            aload 13 /* rttGraphics */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.camera:Lcom/sun/javafx/sg/prism/NGCamera;
            invokeinterface com.sun.prism.Graphics.setCamera:(Lcom/sun/javafx/sg/prism/NGCamera;)V
        35: .line 216
      StackMap locals: com.sun.prism.Graphics
      StackMap stack:
            aload 0 /* this */
            aload 13 /* rttGraphics */
            invokevirtual com.sun.javafx.sg.prism.NGSubScene.applyBackgroundFillPaint:(Lcom/sun/prism/Graphics;)V
        36: .line 218
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.root:Lcom/sun/javafx/sg/prism/NGNode;
            aload 13 /* rttGraphics */
            invokevirtual com.sun.javafx.sg.prism.NGNode.render:(Lcom/sun/prism/Graphics;)V
        37: .line 219
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.root:Lcom/sun/javafx/sg/prism/NGNode;
            invokevirtual com.sun.javafx.sg.prism.NGNode.clearDirtyTree:()V
        38: .line 220
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.sg.prism.NGSubScene.renderSG:Z
        end local 13 // com.sun.prism.Graphics rttGraphics
        39: .line 222
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.msaa:Z
            ifeq 87
        40: .line 223
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentX:()I
            istore 13 /* x0 */
        start local 13 // int x0
        41: .line 224
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentY:()I
            istore 14 /* y0 */
        start local 14 // int y0
        42: .line 225
            iload 13 /* x0 */
            iload 11 /* rtWidth */
            iadd
            istore 15 /* x1 */
        start local 15 // int x1
        43: .line 226
            iload 14 /* y0 */
            iload 12 /* rtHeight */
            iadd
            istore 16 /* y1 */
        start local 16 // int y1
        44: .line 227
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.isOpaque:Z
            ifne 45
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getCompositeMode:()Lcom/sun/prism/CompositeMode;
            getstatic com.sun.prism.CompositeMode.SRC:Lcom/sun/prism/CompositeMode;
            if_acmpne 66
        45: .line 228
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.javafx.geom.transform.BaseTransform double double double double int int int int int int
      StackMap stack:
            aload 2 /* txform */
            dload 3 /* scaleX */
            dload 5 /* scaleY */
            invokestatic com.sun.javafx.sg.prism.NGSubScene.isDirectBlitTransform:(Lcom/sun/javafx/geom/transform/BaseTransform;DD)Z
            ifeq 66
        46: .line 229
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.isDepthTest:()Z
            ifne 66
        47: .line 232
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxt:()D
            ldc 0.5
            dadd
            d2i
            istore 17 /* tx */
        start local 17 // int tx
        48: .line 233
            aload 2 /* txform */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyt:()D
            ldc 0.5
            dadd
            d2i
            istore 18 /* ty */
        start local 18 // int ty
        49: .line 239
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getRenderTarget:()Lcom/sun/prism/RenderTarget;
            astore 19 /* target */
        start local 19 // com.sun.prism.RenderTarget target
        50: .line 240
            aload 19 /* target */
            invokeinterface com.sun.prism.RenderTarget.getContentX:()I
            iload 17 /* tx */
            iadd
            istore 20 /* dstX0 */
        start local 20 // int dstX0
        51: .line 241
            aload 19 /* target */
            invokeinterface com.sun.prism.RenderTarget.getContentY:()I
            iload 18 /* ty */
            iadd
            istore 21 /* dstY0 */
        start local 21 // int dstY0
        52: .line 242
            iload 20 /* dstX0 */
            iload 11 /* rtWidth */
            iadd
            istore 22 /* dstX1 */
        start local 22 // int dstX1
        53: .line 243
            iload 21 /* dstY0 */
            iload 12 /* rtHeight */
            iadd
            istore 23 /* dstY1 */
        start local 23 // int dstY1
        54: .line 244
            aload 19 /* target */
            invokeinterface com.sun.prism.RenderTarget.getContentWidth:()I
            istore 24 /* dstW */
        start local 24 // int dstW
        55: .line 245
            aload 19 /* target */
            invokeinterface com.sun.prism.RenderTarget.getContentHeight:()I
            istore 25 /* dstH */
        start local 25 // int dstH
        56: .line 246
            iload 22 /* dstX1 */
            iload 24 /* dstW */
            if_icmple 57
            iload 24 /* dstW */
            iload 22 /* dstX1 */
            isub
            goto 58
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.javafx.geom.transform.BaseTransform double double double double int int int int int int int int com.sun.prism.RenderTarget int int int int int int
      StackMap stack:
        57: iconst_0
      StackMap locals:
      StackMap stack: int
        58: istore 26 /* dX */
        start local 26 // int dX
        59: .line 247
            iload 23 /* dstY1 */
            iload 25 /* dstH */
            if_icmple 60
            iload 25 /* dstH */
            iload 23 /* dstY1 */
            isub
            goto 61
      StackMap locals: int
      StackMap stack:
        60: iconst_0
      StackMap locals:
      StackMap stack: int
        61: istore 27 /* dY */
        start local 27 // int dY
        62: .line 248
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            aconst_null
            iload 13 /* x0 */
            iload 14 /* y0 */
            iload 15 /* x1 */
            iload 26 /* dX */
            iadd
            iload 16 /* y1 */
            iload 27 /* dY */
            iadd
        63: .line 249
            iload 20 /* dstX0 */
            iload 21 /* dstY0 */
            iload 22 /* dstX1 */
            iload 26 /* dX */
            iadd
            iload 23 /* dstY1 */
            iload 27 /* dY */
            iadd
        64: .line 248
            invokeinterface com.sun.prism.Graphics.blit:(Lcom/sun/prism/RTTexture;Lcom/sun/prism/RTTexture;IIIIIIII)V
        end local 27 // int dY
        end local 26 // int dX
        end local 25 // int dstH
        end local 24 // int dstW
        end local 23 // int dstY1
        end local 22 // int dstX1
        end local 21 // int dstY0
        end local 20 // int dstX0
        end local 19 // com.sun.prism.RenderTarget target
        end local 18 // int ty
        end local 17 // int tx
        65: .line 250
            goto 90
        66: .line 251
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.javafx.geom.transform.BaseTransform double double double double int int int int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            ifnull 71
        67: .line 252
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentWidth:()I
            iload 11 /* rtWidth */
            if_icmplt 69
        68: .line 253
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.getContentHeight:()I
            iload 12 /* rtHeight */
            if_icmpge 71
        69: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.dispose:()V
        70: .line 257
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
        71: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            ifnull 75
        72: .line 260
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.lock:()V
        73: .line 261
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.isSurfaceLost:()Z
            ifeq 75
        74: .line 262
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
        75: .line 265
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            ifnonnull 79
        76: .line 266
            aload 0 /* this */
            aload 1 /* g */
            invokeinterface com.sun.prism.Graphics.getResourceFactory:()Lcom/sun/prism/ResourceFactory;
            iload 11 /* rtWidth */
            iload 12 /* rtHeight */
        77: .line 267
            getstatic com.sun.prism.Texture$WrapMode.CLAMP_TO_ZERO:Lcom/sun/prism/Texture$WrapMode;
            iconst_0
        78: .line 266
            invokeinterface com.sun.prism.ResourceFactory.createRTTexture:(IILcom/sun/prism/Texture$WrapMode;Z)Lcom/sun/prism/RTTexture;
            putfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
        79: .line 271
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.createGraphics:()Lcom/sun/prism/Graphics;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            iload 13 /* x0 */
            iload 14 /* y0 */
            iload 15 /* x1 */
            iload 16 /* y1 */
        80: .line 272
            iload 13 /* x0 */
            iload 14 /* y0 */
            iload 15 /* x1 */
            iload 16 /* y1 */
        81: .line 271
            invokeinterface com.sun.prism.Graphics.blit:(Lcom/sun/prism/RTTexture;Lcom/sun/prism/RTTexture;IIIIIIII)V
        82: .line 273
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            fconst_0
            fconst_0
            iload 11 /* rtWidth */
            i2d
            dload 3 /* scaleX */
            ddiv
            d2f
            iload 12 /* rtHeight */
            i2d
            dload 5 /* scaleY */
            ddiv
            d2f
        83: .line 274
            fconst_0
            fconst_0
            iload 11 /* rtWidth */
            i2f
            iload 12 /* rtHeight */
            i2f
        84: .line 273
            invokeinterface com.sun.prism.Graphics.drawTexture:(Lcom/sun/prism/Texture;FFFFFFFF)V
        85: .line 275
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.resolveRTT:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.unlock:()V
        end local 16 // int y1
        end local 15 // int x1
        end local 14 // int y0
        end local 13 // int x0
        86: .line 277
            goto 90
        87: .line 278
      StackMap locals: com.sun.javafx.sg.prism.NGSubScene com.sun.prism.Graphics com.sun.javafx.geom.transform.BaseTransform double double double double int int
      StackMap stack:
            aload 1 /* g */
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            fconst_0
            fconst_0
            iload 11 /* rtWidth */
            i2d
            dload 3 /* scaleX */
            ddiv
            d2f
            iload 12 /* rtHeight */
            i2d
            dload 5 /* scaleY */
            ddiv
            d2f
        88: .line 279
            fconst_0
            fconst_0
            iload 11 /* rtWidth */
            i2f
            iload 12 /* rtHeight */
            i2f
        89: .line 278
            invokeinterface com.sun.prism.Graphics.drawTexture:(Lcom/sun/prism/Texture;FFFFFFFF)V
        90: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.rtt:Lcom/sun/prism/RTTexture;
            invokeinterface com.sun.prism.RTTexture.unlock:()V
        91: .line 282
            return
        end local 12 // int rtHeight
        end local 11 // int rtWidth
        end local 9 // double scaledH
        end local 7 // double scaledW
        end local 5 // double scaleY
        end local 3 // double scaleX
        end local 2 // com.sun.javafx.geom.transform.BaseTransform txform
        end local 1 // com.sun.prism.Graphics g
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   92     0         this  Lcom/sun/javafx/sg/prism/NGSubScene;
            0   92     1            g  Lcom/sun/prism/Graphics;
            3   92     2       txform  Lcom/sun/javafx/geom/transform/BaseTransform;
            4   92     3       scaleX  D
            5   92     5       scaleY  D
            6   92     7      scaledW  D
            7   92     9      scaledH  D
            8   92    11      rtWidth  I
            9   92    12     rtHeight  I
           25   29    13      factory  Lcom/sun/prism/ResourceFactory;
           30   39    13  rttGraphics  Lcom/sun/prism/Graphics;
           41   86    13           x0  I
           42   86    14           y0  I
           43   86    15           x1  I
           44   86    16           y1  I
           48   65    17           tx  I
           49   65    18           ty  I
           50   65    19       target  Lcom/sun/prism/RenderTarget;
           51   65    20        dstX0  I
           52   65    21        dstY0  I
           53   65    22        dstX1  I
           54   65    23        dstY1  I
           55   65    24         dstW  I
           56   65    25         dstH  I
           59   65    26           dX  I
           62   65    27           dY  I
    MethodParameters:
      Name  Flags
      g     

  private static boolean isDirectBlitTransform(com.sun.javafx.geom.transform.BaseTransform, double, double);
    descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;DD)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.javafx.geom.transform.BaseTransform tx
        start local 1 // double sx
        start local 3 // double sy
         0: .line 285
            dload 1 /* sx */
            dconst_1
            dcmpl
            ifne 1
            dload 3 /* sy */
            dconst_1
            dcmpl
            ifne 1
            aload 0 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.isTranslateOrIdentity:()Z
            ireturn
         1: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.is2D:()Z
            ifne 2
            iconst_0
            ireturn
         2: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxx:()D
            dload 1 /* sx */
            dcmpl
            ifne 7
         3: .line 288
            aload 0 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMxy:()D
            dconst_0
            dcmpl
            ifne 7
         4: .line 289
            aload 0 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyx:()D
            dconst_0
            dcmpl
            ifne 7
         5: .line 290
            aload 0 /* tx */
            invokevirtual com.sun.javafx.geom.transform.BaseTransform.getMyy:()D
            dload 3 /* sy */
            dcmpl
            ifne 7
         6: .line 287
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
        end local 3 // double sy
        end local 1 // double sx
        end local 0 // com.sun.javafx.geom.transform.BaseTransform tx
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0    tx  Lcom/sun/javafx/geom/transform/BaseTransform;
            0    8     1    sx  D
            0    8     3    sy  D
    MethodParameters:
      Name  Flags
      tx    
      sx    
      sy    

  public com.sun.javafx.sg.prism.NGCamera getCamera();
    descriptor: ()Lcom/sun/javafx/sg/prism/NGCamera;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.sg.prism.NGSubScene this
         0: .line 294
            aload 0 /* this */
            getfield com.sun.javafx.sg.prism.NGSubScene.camera:Lcom/sun/javafx/sg/prism/NGCamera;
            areturn
        end local 0 // com.sun.javafx.sg.prism.NGSubScene this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/sg/prism/NGSubScene;
}
SourceFile: "NGSubScene.java"
InnerClasses:
  public final WrapMode = com.sun.prism.Texture$WrapMode of com.sun.prism.Texture