final class com.sun.glass.ui.monocle.MonoclePixels extends com.sun.glass.ui.Pixels
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.glass.ui.monocle.MonoclePixels
super_class: com.sun.glass.ui.Pixels
{
void <init>(int, int, java.nio.ByteBuffer);
descriptor: (IILjava/nio/ByteBuffer;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
iload 2
aload 3
invokespecial com.sun.glass.ui.Pixels.<init>:(IILjava/nio/ByteBuffer;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 2 1 width I
0 2 2 height I
0 2 3 data Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
width
height
data
void <init>(int, int, java.nio.IntBuffer);
descriptor: (IILjava/nio/IntBuffer;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
iload 1
iload 2
aload 3
invokespecial com.sun.glass.ui.Pixels.<init>:(IILjava/nio/IntBuffer;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 2 1 width I
0 2 2 height I
0 2 3 data Ljava/nio/IntBuffer;
MethodParameters:
Name Flags
width
height
data
void <init>(int, int, java.nio.IntBuffer, float, float);
descriptor: (IILjava/nio/IntBuffer;FF)V
flags: (0x0000)
Code:
stack=6, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
iload 1
iload 2
aload 3
fload 4
fload 5
invokespecial com.sun.glass.ui.Pixels.<init>:(IILjava/nio/IntBuffer;FF)V
1: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 2 1 width I
0 2 2 height I
0 2 3 data Ljava/nio/IntBuffer;
0 2 4 scalex F
0 2 5 scaley F
MethodParameters:
Name Flags
width
height
data
scalex
scaley
private void _copyPixels(java.nio.Buffer, java.nio.Buffer, int);
descriptor: (Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.lang.UnsupportedOperationException
dup
ldc "not implemented"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 1 1 dst Ljava/nio/Buffer;
0 1 2 src Ljava/nio/Buffer;
0 1 3 size I
MethodParameters:
Name Flags
dst
src
size
protected void _fillDirectByteBuffer(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
ifnull 8
1: aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
pop
2: aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.isDirect:()Z
ifeq 5
3: aload 0
aload 1
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
aload 0
invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getWidth:()I
aload 0
invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getHeight:()I
imul
invokevirtual com.sun.glass.ui.monocle.MonoclePixels._copyPixels:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
4: goto 6
5: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
pop
6: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.bytes:Ljava/nio/ByteBuffer;
invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
pop
7: goto 22
8: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/Buffer;
pop
9: aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
invokevirtual java.nio.IntBuffer.isDirect:()Z
ifeq 12
10: aload 0
aload 1
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
aload 0
invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getWidth:()I
aload 0
invokevirtual com.sun.glass.ui.monocle.MonoclePixels.getHeight:()I
imul
invokevirtual com.sun.glass.ui.monocle.MonoclePixels._copyPixels:(Ljava/nio/Buffer;Ljava/nio/Buffer;I)V
11: goto 21
12: StackMap locals:
StackMap stack:
iconst_0
istore 2
start local 2 13: goto 20
14: StackMap locals: int
StackMap stack:
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
invokevirtual java.nio.IntBuffer.get:()I
istore 3
start local 3 15: aload 1
iload 3
sipush 255
iand
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
16: aload 1
iload 3
bipush 8
ishr
sipush 255
iand
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
17: aload 1
iload 3
bipush 16
ishr
sipush 255
iand
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
18: aload 1
iload 3
bipush 24
ishr
sipush 255
iand
i2b
invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
pop
end local 3 19: iinc 2 1
StackMap locals:
StackMap stack:
20: iload 2
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
invokevirtual java.nio.IntBuffer.capacity:()I
if_icmplt 14
end local 2 21: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.glass.ui.monocle.MonoclePixels.ints:Ljava/nio/IntBuffer;
invokevirtual java.nio.IntBuffer.rewind:()Ljava/nio/Buffer;
pop
22: StackMap locals:
StackMap stack:
aload 1
invokevirtual java.nio.ByteBuffer.rewind:()Ljava/nio/Buffer;
pop
23: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 24 1 bb Ljava/nio/ByteBuffer;
13 21 2 i I
15 19 3 data I
MethodParameters:
Name Flags
bb
protected void _attachInt(long, int, int, java.nio.IntBuffer, int[], int);
descriptor: (JIILjava/nio/IntBuffer;[II)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=8, args_size=7
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 start local 7 0: new java.lang.UnsupportedOperationException
dup
ldc "not implemented"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 7 end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 1 1 nativeWindowPointer J
0 1 3 w I
0 1 4 h I
0 1 5 ints Ljava/nio/IntBuffer;
0 1 6 array [I
0 1 7 offset I
MethodParameters:
Name Flags
nativeWindowPointer
w
h
ints
array
offset
protected void _attachByte(long, int, int, java.nio.ByteBuffer, byte[], int);
descriptor: (JIILjava/nio/ByteBuffer;[BI)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=8, args_size=7
start local 0 start local 1 start local 3 start local 4 start local 5 start local 6 start local 7 0: new java.lang.UnsupportedOperationException
dup
ldc "not implemented"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 7 end local 6 end local 5 end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/glass/ui/monocle/MonoclePixels;
0 1 1 ptr J
0 1 3 w I
0 1 4 h I
0 1 5 bytes Ljava/nio/ByteBuffer;
0 1 6 array [B
0 1 7 offset I
MethodParameters:
Name Flags
ptr
w
h
bytes
array
offset
}
SourceFile: "MonoclePixels.java"