final class com.sun.prism.sw.SWPresentable extends com.sun.prism.sw.SWRTTexture implements com.sun.prism.Presentable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.prism.sw.SWPresentable
  super_class: com.sun.prism.sw.SWRTTexture
{
  private final com.sun.prism.PresentableState pState;
    descriptor: Lcom/sun/prism/PresentableState;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.glass.ui.Pixels pixels;
    descriptor: Lcom/sun/glass/ui/Pixels;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.prism.impl.QueuedPixelSource pixelSource;
    descriptor: Lcom/sun/prism/impl/QueuedPixelSource;
    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=1, locals=0, args_size=0
         0: .line 35
            ldc Lcom/sun/prism/sw/SWPresentable;
            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 com.sun.prism.sw.SWPresentable.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(com.sun.prism.PresentableState, com.sun.prism.sw.SWResourceFactory);
    descriptor: (Lcom/sun/prism/PresentableState;Lcom/sun/prism/sw/SWResourceFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.prism.sw.SWPresentable this
        start local 1 // com.sun.prism.PresentableState pState
        start local 2 // com.sun.prism.sw.SWResourceFactory factory
         0: .line 42
            aload 0 /* this */
            aload 2 /* factory */
            aload 1 /* pState */
            invokevirtual com.sun.prism.PresentableState.getRenderWidth:()I
            aload 1 /* pState */
            invokevirtual com.sun.prism.PresentableState.getRenderHeight:()I
            invokespecial com.sun.prism.sw.SWRTTexture.<init>:(Lcom/sun/prism/sw/SWResourceFactory;II)V
         1: .line 39
            aload 0 /* this */
            new com.sun.prism.impl.QueuedPixelSource
            dup
            iconst_0
            invokespecial com.sun.prism.impl.QueuedPixelSource.<init>:(Z)V
            putfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
         2: .line 43
            aload 0 /* this */
            aload 1 /* pState */
            putfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
         3: .line 44
            return
        end local 2 // com.sun.prism.sw.SWResourceFactory factory
        end local 1 // com.sun.prism.PresentableState pState
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/sun/prism/sw/SWPresentable;
            0    4     1   pState  Lcom/sun/prism/PresentableState;
            0    4     2  factory  Lcom/sun/prism/sw/SWResourceFactory;
    MethodParameters:
         Name  Flags
      pState   
      factory  

  public boolean lockResources(com.sun.prism.PresentableState);
    descriptor: (Lcom/sun/prism/PresentableState;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.prism.sw.SWPresentable this
        start local 1 // com.sun.prism.PresentableState pState
         0: .line 48
            aload 0 /* this */
            invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalWidth:()I
            aload 1 /* pState */
            invokevirtual com.sun.prism.PresentableState.getRenderWidth:()I
            if_icmpne 3
         1: .line 49
            aload 0 /* this */
            invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalHeight:()I
            aload 1 /* pState */
            invokevirtual com.sun.prism.PresentableState.getRenderHeight:()I
            if_icmpne 3
         2: .line 48
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // com.sun.prism.PresentableState pState
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/sun/prism/sw/SWPresentable;
            0    4     1  pState  Lcom/sun/prism/PresentableState;
    MethodParameters:
        Name  Flags
      pState  

  public boolean prepare(com.sun.javafx.geom.Rectangle);
    descriptor: (Lcom/sun/javafx/geom/Rectangle;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.sun.prism.sw.SWPresentable this
        start local 1 // com.sun.javafx.geom.Rectangle dirtyregion
         0: .line 53
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
            invokevirtual com.sun.prism.PresentableState.isViewClosed:()Z
            ifne 9
         1: .line 59
            aload 0 /* this */
            invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalWidth:()I
            istore 2 /* w */
        start local 2 // int w
         2: .line 60
            aload 0 /* this */
            invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalHeight:()I
            istore 3 /* h */
        start local 3 // int h
         3: .line 61
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
            iload 2 /* w */
            iload 3 /* h */
            fconst_1
            fconst_1
            invokevirtual com.sun.prism.impl.QueuedPixelSource.getUnusedPixels:(IIFF)Lcom/sun/glass/ui/Pixels;
            putfield com.sun.prism.sw.SWPresentable.pixels:Lcom/sun/glass/ui/Pixels;
         4: .line 62
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pixels:Lcom/sun/glass/ui/Pixels;
            invokevirtual com.sun.glass.ui.Pixels.getPixels:()Ljava/nio/Buffer;
            checkcast java.nio.IntBuffer
            astore 4 /* pixBuf */
        start local 4 // java.nio.IntBuffer pixBuf
         5: .line 63
            aload 0 /* this */
            invokevirtual com.sun.prism.sw.SWPresentable.getSurface:()Lcom/sun/pisces/JavaSurface;
            invokevirtual com.sun.pisces.JavaSurface.getDataIntBuffer:()Ljava/nio/IntBuffer;
            astore 5 /* buf */
        start local 5 // java.nio.IntBuffer buf
         6: .line 64
            getstatic com.sun.prism.sw.SWPresentable.$assertionsDisabled:Z
            ifne 7
            aload 5 /* buf */
            invokevirtual java.nio.IntBuffer.hasArray:()Z
            ifne 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 65
      StackMap locals: com.sun.prism.sw.SWPresentable com.sun.javafx.geom.Rectangle int int java.nio.IntBuffer java.nio.IntBuffer
      StackMap stack:
            aload 5 /* buf */
            invokevirtual java.nio.IntBuffer.array:()[I
            iconst_0
            aload 4 /* pixBuf */
            invokevirtual java.nio.IntBuffer.array:()[I
            iconst_0
            iload 2 /* w */
            iload 3 /* h */
            imul
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 66
            iconst_1
            ireturn
        end local 5 // java.nio.IntBuffer buf
        end local 4 // java.nio.IntBuffer pixBuf
        end local 3 // int h
        end local 2 // int w
         9: .line 68
      StackMap locals: com.sun.prism.sw.SWPresentable com.sun.javafx.geom.Rectangle
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.javafx.geom.Rectangle dirtyregion
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         this  Lcom/sun/prism/sw/SWPresentable;
            0   10     1  dirtyregion  Lcom/sun/javafx/geom/Rectangle;
            2    9     2            w  I
            3    9     3            h  I
            5    9     4       pixBuf  Ljava/nio/IntBuffer;
            6    9     5          buf  Ljava/nio/IntBuffer;
    MethodParameters:
             Name  Flags
      dirtyregion  

  public boolean present();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.prism.sw.SWPresentable this
         0: .line 73
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pixels:Lcom/sun/glass/ui/Pixels;
            invokevirtual com.sun.prism.impl.QueuedPixelSource.enqueuePixels:(Lcom/sun/glass/ui/Pixels;)V
         1: .line 74
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
            invokevirtual com.sun.prism.PresentableState.uploadPixels:(Lcom/sun/prism/PixelSource;)V
         2: .line 75
            iconst_1
            ireturn
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/prism/sw/SWPresentable;

  public float getPixelScaleFactorX();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.sw.SWPresentable this
         0: .line 80
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
            invokevirtual com.sun.prism.PresentableState.getRenderScaleX:()F
            freturn
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/sw/SWPresentable;

  public float getPixelScaleFactorY();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.sw.SWPresentable this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
            invokevirtual com.sun.prism.PresentableState.getRenderScaleY:()F
            freturn
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/sw/SWPresentable;

  public int getContentWidth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.sw.SWPresentable this
         0: .line 89
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
            invokevirtual com.sun.prism.PresentableState.getOutputWidth:()I
            ireturn
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/sw/SWPresentable;

  public int getContentHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.sw.SWPresentable this
         0: .line 93
            aload 0 /* this */
            getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
            invokevirtual com.sun.prism.PresentableState.getOutputHeight:()I
            ireturn
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/sw/SWPresentable;

  public boolean isMSAA();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.prism.sw.SWPresentable this
         0: .line 97
            aload 0 /* this */
            invokespecial com.sun.prism.sw.SWRTTexture.isMSAA:()Z
            ireturn
        end local 0 // com.sun.prism.sw.SWPresentable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/prism/sw/SWPresentable;
}
SourceFile: "SWPresentable.java"