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: 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 start local 1 start local 2 0: aload 0
aload 2
aload 1
invokevirtual com.sun.prism.PresentableState.getRenderWidth:()I
aload 1
invokevirtual com.sun.prism.PresentableState.getRenderHeight:()I
invokespecial com.sun.prism.sw.SWRTTexture.<init>:(Lcom/sun/prism/sw/SWResourceFactory;II)V
1: aload 0
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: aload 0
aload 1
putfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
3: return
end local 2 end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalWidth:()I
aload 1
invokevirtual com.sun.prism.PresentableState.getRenderWidth:()I
if_icmpne 3
1: aload 0
invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalHeight:()I
aload 1
invokevirtual com.sun.prism.PresentableState.getRenderHeight:()I
if_icmpne 3
2: iconst_0
ireturn
StackMap locals:
StackMap stack:
3: iconst_1
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
invokevirtual com.sun.prism.PresentableState.isViewClosed:()Z
ifne 9
1: aload 0
invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalWidth:()I
istore 2
start local 2 2: aload 0
invokevirtual com.sun.prism.sw.SWPresentable.getPhysicalHeight:()I
istore 3
start local 3 3: aload 0
aload 0
getfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
iload 2
iload 3
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: aload 0
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
start local 4 5: aload 0
invokevirtual com.sun.prism.sw.SWPresentable.getSurface:()Lcom/sun/pisces/JavaSurface;
invokevirtual com.sun.pisces.JavaSurface.getDataIntBuffer:()Ljava/nio/IntBuffer;
astore 5
start local 5 6: getstatic com.sun.prism.sw.SWPresentable.$assertionsDisabled:Z
ifne 7
aload 5
invokevirtual java.nio.IntBuffer.hasArray:()Z
ifne 7
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
7: StackMap locals: com.sun.prism.sw.SWPresentable com.sun.javafx.geom.Rectangle int int java.nio.IntBuffer java.nio.IntBuffer
StackMap stack:
aload 5
invokevirtual java.nio.IntBuffer.array:()[I
iconst_0
aload 4
invokevirtual java.nio.IntBuffer.array:()[I
iconst_0
iload 2
iload 3
imul
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
8: iconst_1
ireturn
end local 5 end local 4 end local 3 end local 2 9: StackMap locals: com.sun.prism.sw.SWPresentable com.sun.javafx.geom.Rectangle
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 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 0: aload 0
getfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
aload 0
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: aload 0
getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
aload 0
getfield com.sun.prism.sw.SWPresentable.pixelSource:Lcom/sun/prism/impl/QueuedPixelSource;
invokevirtual com.sun.prism.PresentableState.uploadPixels:(Lcom/sun/prism/PixelSource;)V
2: iconst_1
ireturn
end local 0 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 0: aload 0
getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
invokevirtual com.sun.prism.PresentableState.getRenderScaleX:()F
freturn
end local 0 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 0: aload 0
getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
invokevirtual com.sun.prism.PresentableState.getRenderScaleY:()F
freturn
end local 0 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 0: aload 0
getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
invokevirtual com.sun.prism.PresentableState.getOutputWidth:()I
ireturn
end local 0 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 0: aload 0
getfield com.sun.prism.sw.SWPresentable.pState:Lcom/sun/prism/PresentableState;
invokevirtual com.sun.prism.PresentableState.getOutputHeight:()I
ireturn
end local 0 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 0: aload 0
invokespecial com.sun.prism.sw.SWRTTexture.isMSAA:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/prism/sw/SWPresentable;
}
SourceFile: "SWPresentable.java"