class com.sun.javafx.image.impl.ByteBgr$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.ByteBgr$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: .line 194
new com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv
dup
getstatic com.sun.javafx.image.impl.IntArgb.setter:Lcom/sun/javafx/image/IntPixelSetter;
invokespecial com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
1: .line 193
putstatic com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv.nonpremult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
2: .line 196
new com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv
dup
getstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
invokespecial com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv.<init>:(Lcom/sun/javafx/image/IntPixelSetter;)V
3: .line 195
putstatic com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv.premult:Lcom/sun/javafx/image/ByteToIntPixelConverter;
4: .line 196
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 // com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv this
start local 1 // com.sun.javafx.image.IntPixelSetter setter
0: .line 199
aload 0 /* this */
getstatic com.sun.javafx.image.impl.ByteBgr.getter:Lcom/sun/javafx/image/BytePixelGetter;
aload 1 /* setter */
invokespecial com.sun.javafx.image.impl.BaseByteToIntConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
1: .line 200
return
end local 1 // com.sun.javafx.image.IntPixelSetter setter
end local 0 // com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/image/impl/ByteBgr$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=13, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv this
start local 1 // byte[] srcarr
start local 2 // int srcoff
start local 3 // int srcscanbytes
start local 4 // int[] dstarr
start local 5 // int dstoff
start local 6 // int dstscanints
start local 7 // int w
start local 8 // int h
0: .line 207
iload 3 /* srcscanbytes */
iload 7 /* w */
iconst_3
imul
isub
istore 3 /* srcscanbytes */
1: .line 208
goto 12
2: .line 209
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
3: goto 9
4: .line 210
StackMap locals: int
StackMap stack:
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
sipush 255
iand
istore 10 /* b */
start local 10 // int b
5: .line 211
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
sipush 255
iand
istore 11 /* g */
start local 11 // int g
6: .line 212
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
sipush 255
iand
istore 12 /* r */
start local 12 // int r
7: .line 213
aload 4 /* dstarr */
iload 5 /* dstoff */
iload 9 /* x */
iadd
ldc -16777216
iload 12 /* r */
bipush 16
ishl
ior
iload 11 /* g */
bipush 8
ishl
ior
iload 10 /* b */
ior
iastore
end local 12 // int r
end local 11 // int g
end local 10 // int b
8: .line 209
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 215
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
11: .line 216
iload 5 /* dstoff */
iload 6 /* dstscanints */
iadd
istore 5 /* dstoff */
12: .line 208
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 2
13: .line 218
return
end local 8 // int h
end local 7 // int w
end local 6 // int dstscanints
end local 5 // int dstoff
end local 4 // int[] dstarr
end local 3 // int srcscanbytes
end local 2 // int srcoff
end local 1 // byte[] srcarr
end local 0 // com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/javafx/image/impl/ByteBgr$ToIntFrgbConv;
0 14 1 srcarr [B
0 14 2 srcoff I
0 14 3 srcscanbytes I
0 14 4 dstarr [I
0 14 5 dstoff I
0 14 6 dstscanints I
0 14 7 w I
0 14 8 h I
3 10 9 x I
5 8 10 b I
6 8 11 g I
7 8 12 r 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=13, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv this
start local 1 // java.nio.ByteBuffer srcbuf
start local 2 // int srcoff
start local 3 // int srcscanbytes
start local 4 // java.nio.IntBuffer dstbuf
start local 5 // int dstoff
start local 6 // int dstscanints
start local 7 // int w
start local 8 // int h
0: .line 225
iload 3 /* srcscanbytes */
iload 7 /* w */
iconst_3
imul
isub
istore 3 /* srcscanbytes */
1: .line 226
goto 12
2: .line 227
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
3: goto 9
4: .line 228
StackMap locals: int
StackMap stack:
aload 1 /* srcbuf */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 10 /* b */
start local 10 // int b
5: .line 229
aload 1 /* srcbuf */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 11 /* g */
start local 11 // int g
6: .line 230
aload 1 /* srcbuf */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 12 /* r */
start local 12 // int r
7: .line 231
aload 4 /* dstbuf */
iload 5 /* dstoff */
iload 9 /* x */
iadd
ldc -16777216
iload 12 /* r */
bipush 16
ishl
ior
iload 11 /* g */
bipush 8
ishl
ior
iload 10 /* b */
ior
invokevirtual java.nio.IntBuffer.put:(II)Ljava/nio/IntBuffer;
pop
end local 12 // int r
end local 11 // int g
end local 10 // int b
8: .line 227
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 233
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
11: .line 234
iload 5 /* dstoff */
iload 6 /* dstscanints */
iadd
istore 5 /* dstoff */
12: .line 226
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 2
13: .line 236
return
end local 8 // int h
end local 7 // int w
end local 6 // int dstscanints
end local 5 // int dstoff
end local 4 // java.nio.IntBuffer 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.ByteBgr$ToIntFrgbConv this
LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lcom/sun/javafx/image/impl/ByteBgr$ToIntFrgbConv;
0 14 1 srcbuf Ljava/nio/ByteBuffer;
0 14 2 srcoff I
0 14 3 srcscanbytes I
0 14 4 dstbuf Ljava/nio/IntBuffer;
0 14 5 dstoff I
0 14 6 dstscanints I
0 14 7 w I
0 14 8 h I
3 10 9 x I
5 8 10 b I
6 8 11 g I
7 8 12 r I
MethodParameters:
Name Flags
srcbuf
srcoff
srcscanbytes
dstbuf
dstoff
dstscanints
w
h
}
SourceFile: "ByteBgr.java"
NestHost: com.sun.javafx.image.impl.ByteBgr
InnerClasses:
ToIntFrgbConv = com.sun.javafx.image.impl.ByteBgr$ToIntFrgbConv of com.sun.javafx.image.impl.ByteBgr