class com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv extends com.sun.javafx.image.impl.BaseByteToByteConverter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv
super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
static com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv bgr;
descriptor: Lcom/sun/javafx/image/impl/ByteGray$ToByteRgbAnyConv;
flags: (0x0008) ACC_STATIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: .line 223
new com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv
dup
getstatic com.sun.javafx.image.impl.ByteBgr.setter:Lcom/sun/javafx/image/BytePixelSetter;
invokespecial com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv.<init>:(Lcom/sun/javafx/image/BytePixelSetter;)V
putstatic com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv.bgr:Lcom/sun/javafx/image/impl/ByteGray$ToByteRgbAnyConv;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.sun.javafx.image.BytePixelSetter);
descriptor: (Lcom/sun/javafx/image/BytePixelSetter;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 // com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv this
start local 1 // com.sun.javafx.image.BytePixelSetter setter
0: .line 226
aload 0 /* this */
getstatic com.sun.javafx.image.impl.ByteGray.getter:Lcom/sun/javafx/image/BytePixelGetter;
aload 1 /* setter */
invokespecial com.sun.javafx.image.impl.BaseByteToByteConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
1: .line 227
return
end local 1 // com.sun.javafx.image.BytePixelSetter setter
end local 0 // com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/image/impl/ByteGray$ToByteRgbAnyConv;
0 2 1 setter Lcom/sun/javafx/image/BytePixelSetter;
MethodParameters:
Name Flags
setter
void doConvert(byte[], int, int, byte[], int, int, int, int);
descriptor: ([BII[BIIII)V
flags: (0x0000)
Code:
stack=3, locals=11, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv this
start local 1 // byte[] srcarr
start local 2 // int srcoff
start local 3 // int srcscanbytes
start local 4 // byte[] dstarr
start local 5 // int dstoff
start local 6 // int dstscanbytes
start local 7 // int w
start local 8 // int h
0: .line 234
iload 6 /* dstscanbytes */
iload 7 /* w */
iconst_3
imul
isub
istore 6 /* dstscanbytes */
1: .line 235
goto 12
2: .line 236
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
3: goto 9
4: .line 237
StackMap locals: int
StackMap stack:
aload 1 /* srcarr */
iload 2 /* srcoff */
iload 9 /* x */
iadd
baload
sipush 255
iand
istore 10 /* g */
start local 10 // int g
5: .line 238
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* g */
i2b
bastore
6: .line 239
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* g */
i2b
bastore
7: .line 240
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* g */
i2b
bastore
end local 10 // int g
8: .line 236
iinc 9 /* x */ 1
StackMap locals:
StackMap stack:
9: iload 9 /* x */
iload 7 /* w */
if_icmplt 4
end local 9 // int x
10: .line 242
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
11: .line 243
iload 5 /* dstoff */
iload 6 /* dstscanbytes */
iadd
istore 5 /* dstoff */
12: .line 235
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 2
13: .line 245
return
end local 8 // int h
end local 7 // int w
end local 6 // int dstscanbytes
end local 5 // int dstoff
end local 4 // byte[] dstarr
end local 3 // int srcscanbytes
end local 2 // int srcoff
end local 1 // byte[] srcarr
end local 0 // com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/javafx/image/impl/ByteGray$ToByteRgbAnyConv;
0 14 1 srcarr [B
0 14 2 srcoff I
0 14 3 srcscanbytes I
0 14 4 dstarr [B
0 14 5 dstoff I
0 14 6 dstscanbytes I
0 14 7 w I
0 14 8 h I
3 10 9 x I
5 8 10 g I
MethodParameters:
Name Flags
srcarr
srcoff
srcscanbytes
dstarr
dstoff
dstscanbytes
w
h
void doConvert(java.nio.ByteBuffer, int, int, java.nio.ByteBuffer, int, int, int, int);
descriptor: (Ljava/nio/ByteBuffer;IILjava/nio/ByteBuffer;IIII)V
flags: (0x0000)
Code:
stack=3, locals=11, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv this
start local 1 // java.nio.ByteBuffer srcbuf
start local 2 // int srcoff
start local 3 // int srcscanbytes
start local 4 // java.nio.ByteBuffer dstbuf
start local 5 // int dstoff
start local 6 // int dstscanbytes
start local 7 // int w
start local 8 // int h
0: .line 252
iload 6 /* dstscanbytes */
iload 7 /* w */
iconst_3
imul
isub
istore 6 /* dstscanbytes */
1: .line 253
goto 12
2: .line 254
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
3: goto 9
4: .line 255
StackMap locals: int
StackMap stack:
aload 1 /* srcbuf */
iload 2 /* srcoff */
iload 9 /* x */
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 10 /* g */
start local 10 // int g
5: .line 256
aload 4 /* dstbuf */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* g */
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
6: .line 257
aload 4 /* dstbuf */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* g */
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
7: .line 258
aload 4 /* dstbuf */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* g */
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
end local 10 // int g
8: .line 254
iinc 9 /* x */ 1
StackMap locals:
StackMap stack:
9: iload 9 /* x */
iload 7 /* w */
if_icmplt 4
end local 9 // int x
10: .line 260
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
11: .line 261
iload 5 /* dstoff */
iload 6 /* dstscanbytes */
iadd
istore 5 /* dstoff */
12: .line 253
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 2
13: .line 263
return
end local 8 // int h
end local 7 // int w
end local 6 // int dstscanbytes
end local 5 // int dstoff
end local 4 // java.nio.ByteBuffer dstbuf
end local 3 // int srcscanbytes
end local 2 // int srcoff
end local 1 // java.nio.ByteBuffer srcbuf
end local 0 // com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/javafx/image/impl/ByteGray$ToByteRgbAnyConv;
0 14 1 srcbuf Ljava/nio/ByteBuffer;
0 14 2 srcoff I
0 14 3 srcscanbytes I
0 14 4 dstbuf Ljava/nio/ByteBuffer;
0 14 5 dstoff I
0 14 6 dstscanbytes I
0 14 7 w I
0 14 8 h I
3 10 9 x I
5 8 10 g I
MethodParameters:
Name Flags
srcbuf
srcoff
srcscanbytes
dstbuf
dstoff
dstscanbytes
w
h
}
SourceFile: "ByteGray.java"
NestHost: com.sun.javafx.image.impl.ByteGray
InnerClasses:
ToByteRgbAnyConv = com.sun.javafx.image.impl.ByteGray$ToByteRgbAnyConv of com.sun.javafx.image.impl.ByteGray