class com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv extends com.sun.javafx.image.impl.BaseByteToIntConverter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv
super_class: com.sun.javafx.image.impl.BaseByteToIntConverter
{
public static final com.sun.javafx.image.ByteToIntPixelConverter nonpremult;
descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.javafx.image.ByteToIntPixelConverter premult;
descriptor: Lcom/sun/javafx/image/ByteToIntPixelConverter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv
dup
getstatic com.sun.javafx.image.impl.IntArgb.setter:Lcom/sun/javafx/image/IntPixelSetter;
invokespecial com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
1: putstatic com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.nonpremult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
2: new com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv
dup
getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
invokespecial com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
3: putstatic com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv.premult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
4: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.sun.javafx.image.IntPixelSetter);
descriptor: (Lcom/sun/javafx/image/IntPixelSetter;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getstatic com.sun.javafx.image.impl.ByteGray.getter:Lcom/sun/javafx/image/BytePixelGetter;
aload 1
invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/image/impl/ByteGray$ToIntFrgbConv;
0 2 1 setter Lcom/sun/javafx/image/IntPixelSetter;
MethodParameters:
Name Flags
setter
void doConvert(byte[], int, int, int[], int, int, int, int);
descriptor: ([BII[IIIII)V
flags: (0x0000)
Code:
stack=5, locals=11, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: goto 9
1: StackMap locals:
StackMap stack:
iconst_0
istore 9
start local 9 2: goto 6
3: StackMap locals: int
StackMap stack:
aload 1
iload 2
iload 9
iadd
baload
sipush 255
iand
istore 10
start local 10 4: aload 4
iload 5
iload 9
iadd
ldc -16777216
iload 10
bipush 16
ishl
ior
iload 10
bipush 8
ishl
ior
iload 10
ior
iastore
end local 10 5: iinc 9 1
StackMap locals:
StackMap stack:
6: iload 9
iload 7
if_icmplt 3
end local 9 7: iload 2
iload 3
iadd
istore 2
8: iload 5
iload 6
iadd
istore 5
9: StackMap locals:
StackMap stack:
iinc 8 -1
iload 8
ifge 1
10: return
end local 8 end local 7 end local 6 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 11 0 this Lcom/sun/javafx/image/impl/ByteGray$ToIntFrgbConv;
0 11 1 srcarr [B
0 11 2 srcoff I
0 11 3 srcscanbytes I
0 11 4 dstarr [I
0 11 5 dstoff I
0 11 6 dstscanints I
0 11 7 w I
0 11 8 h I
2 7 9 x I
4 5 10 g I
MethodParameters:
Name Flags
srcarr
srcoff
srcscanbytes
dstarr
dstoff
dstscanints
w
h
void doConvert(java.nio.ByteBuffer, int, int, java.nio.IntBuffer, int, int, int, int);
descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/IntBuffer;IIII)V
flags: (0x0000)
Code:
stack=5, locals=11, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: goto 9
1: StackMap locals:
StackMap stack:
iconst_0
istore 9
start local 9 2: goto 6
3: StackMap locals: int
StackMap stack:
aload 1
iload 2
iload 9
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 10
start local 10 4: aload 4
iload 5
iload 9
iadd
ldc -16777216
iload 10
bipush 16
ishl
ior
iload 10
bipush 8
ishl
ior
iload 10
ior
invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
pop
end local 10 5: iinc 9 1
StackMap locals:
StackMap stack:
6: iload 9
iload 7
if_icmplt 3
end local 9 7: iload 2
iload 3
iadd
istore 2
8: iload 5
iload 6
iadd
istore 5
9: StackMap locals:
StackMap stack:
iinc 8 -1
iload 8
ifge 1
10: return
end local 8 end local 7 end local 6 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 11 0 this Lcom/sun/javafx/image/impl/ByteGray$ToIntFrgbConv;
0 11 1 srcbuf Ljava/nio/ByteBuffer;
0 11 2 srcoff I
0 11 3 srcscanbytes I
0 11 4 dstbuf Ljava/nio/IntBuffer;
0 11 5 dstoff I
0 11 6 dstscanints I
0 11 7 w I
0 11 8 h I
2 7 9 x I
4 5 10 g I
MethodParameters:
Name Flags
srcbuf
srcoff
srcscanbytes
dstbuf
dstoff
dstscanints
w
h
}
SourceFile: "ByteGray.java"
NestHost: com.sun.javafx.image.impl.ByteGray
InnerClasses:
ToIntFrgbConv = com.sun.javafx.image.impl.ByteGray$ToIntFrgbConv of com.sun.javafx.image.impl.ByteGray