public class com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv extends com.sun.javafx.image.impl.BaseByteToByteConverter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv
super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
public static final com.sun.javafx.image.ByteToBytePixelConverter instance;
descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: .line 132
new com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv
dup
invokespecial com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv.<init>:()V
1: .line 131
putstatic com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv.instance:Lcom/sun/javafx/image/ByteToBytePixelConverter;
2: .line 132
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 // com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv this
0: .line 135
aload 0 /* this */
getstatic com.sun.javafx.image.impl.ByteBgraPre.getter:Lcom/sun/javafx/image/BytePixelGetter;
getstatic com.sun.javafx.image.impl.ByteBgra.setter:Lcom/sun/javafx/image/BytePixelSetter;
invokespecial com.sun.javafx.image.impl.BaseByteToByteConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
1: .line 136
return
end local 0 // com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/image/impl/ByteBgraPre$ToByteBgraConv;
void doConvert(byte[], int, int, byte[], int, int, int, int);
descriptor: ([BII[BIIII)V
flags: (0x0000)
Code:
stack=3, locals=15, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv 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 143
iload 3 /* srcscanbytes */
iload 7 /* w */
iconst_4
imul
isub
istore 3 /* srcscanbytes */
1: .line 144
iload 6 /* dstscanbytes */
iload 7 /* w */
iconst_4
imul
isub
istore 6 /* dstscanbytes */
2: .line 145
goto 22
3: .line 146
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
4: goto 19
5: .line 147
StackMap locals: int
StackMap stack:
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
istore 10 /* b */
start local 10 // byte b
6: .line 148
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
istore 11 /* g */
start local 11 // byte g
7: .line 149
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
istore 12 /* r */
start local 12 // byte r
8: .line 150
aload 1 /* srcarr */
iload 2 /* srcoff */
iinc 2 /* srcoff */ 1
baload
sipush 255
iand
istore 13 /* a */
start local 13 // int a
9: .line 151
iload 13 /* a */
ifle 14
iload 13 /* a */
sipush 255
if_icmpge 14
10: .line 152
iload 13 /* a */
iconst_1
ishr
istore 14 /* halfa */
start local 14 // int halfa
11: .line 153
iload 10 /* b */
sipush 255
iand
sipush 255
imul
iload 14 /* halfa */
iadd
iload 13 /* a */
idiv
i2b
istore 10 /* b */
12: .line 154
iload 11 /* g */
sipush 255
iand
sipush 255
imul
iload 14 /* halfa */
iadd
iload 13 /* a */
idiv
i2b
istore 11 /* g */
13: .line 155
iload 12 /* r */
sipush 255
iand
sipush 255
imul
iload 14 /* halfa */
iadd
iload 13 /* a */
idiv
i2b
istore 12 /* r */
end local 14 // int halfa
14: .line 157
StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv byte[] int int byte[] int int int int int int int int int
StackMap stack:
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* b */
bastore
15: .line 158
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 11 /* g */
bastore
16: .line 159
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 12 /* r */
bastore
17: .line 160
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 13 /* a */
i2b
bastore
end local 13 // int a
end local 12 // byte r
end local 11 // byte g
end local 10 // byte b
18: .line 146
iinc 9 /* x */ 1
StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv byte[] int int byte[] int int int int int
StackMap stack:
19: iload 9 /* x */
iload 7 /* w */
if_icmplt 5
end local 9 // int x
20: .line 162
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
21: .line 163
iload 5 /* dstoff */
iload 6 /* dstscanbytes */
iadd
istore 5 /* dstoff */
22: .line 145
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 3
23: .line 165
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.ByteBgraPre$ToByteBgraConv this
LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/sun/javafx/image/impl/ByteBgraPre$ToByteBgraConv;
0 24 1 srcarr [B
0 24 2 srcoff I
0 24 3 srcscanbytes I
0 24 4 dstarr [B
0 24 5 dstoff I
0 24 6 dstscanbytes I
0 24 7 w I
0 24 8 h I
4 20 9 x I
6 18 10 b B
7 18 11 g B
8 18 12 r B
9 18 13 a I
11 14 14 halfa 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=15, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv 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 172
iload 3 /* srcscanbytes */
iload 7 /* w */
iconst_4
imul
isub
istore 3 /* srcscanbytes */
1: .line 173
iload 6 /* dstscanbytes */
iload 7 /* w */
iconst_4
imul
isub
istore 6 /* dstscanbytes */
2: .line 174
goto 24
3: .line 175
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
4: goto 21
5: .line 176
StackMap locals: int
StackMap stack:
aload 1 /* srcbuf */
iload 2 /* srcoff */
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 10 /* b */
start local 10 // byte b
6: .line 177
aload 1 /* srcbuf */
iload 2 /* srcoff */
iconst_1
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 11 /* g */
start local 11 // byte g
7: .line 178
aload 1 /* srcbuf */
iload 2 /* srcoff */
iconst_2
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
istore 12 /* r */
start local 12 // byte r
8: .line 179
aload 1 /* srcbuf */
iload 2 /* srcoff */
iconst_3
iadd
invokevirtual java.nio.ByteBuffer.get:(I)B
sipush 255
iand
istore 13 /* a */
start local 13 // int a
9: .line 180
iinc 2 /* srcoff */ 4
10: .line 181
iload 13 /* a */
ifle 15
iload 13 /* a */
sipush 255
if_icmpge 15
11: .line 182
iload 13 /* a */
iconst_1
ishr
istore 14 /* halfa */
start local 14 // int halfa
12: .line 183
iload 10 /* b */
sipush 255
iand
sipush 255
imul
iload 14 /* halfa */
iadd
iload 13 /* a */
idiv
i2b
istore 10 /* b */
13: .line 184
iload 11 /* g */
sipush 255
iand
sipush 255
imul
iload 14 /* halfa */
iadd
iload 13 /* a */
idiv
i2b
istore 11 /* g */
14: .line 185
iload 12 /* r */
sipush 255
iand
sipush 255
imul
iload 14 /* halfa */
iadd
iload 13 /* a */
idiv
i2b
istore 12 /* r */
end local 14 // int halfa
15: .line 187
StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv java.nio.ByteBuffer int int java.nio.ByteBuffer int int int int int int int int int
StackMap stack:
aload 4 /* dstbuf */
iload 5 /* dstoff */
iload 10 /* b */
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
16: .line 188
aload 4 /* dstbuf */
iload 5 /* dstoff */
iconst_1
iadd
iload 11 /* g */
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
17: .line 189
aload 4 /* dstbuf */
iload 5 /* dstoff */
iconst_2
iadd
iload 12 /* r */
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
18: .line 190
aload 4 /* dstbuf */
iload 5 /* dstoff */
iconst_3
iadd
iload 13 /* a */
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
19: .line 191
iinc 5 /* dstoff */ 4
end local 13 // int a
end local 12 // byte r
end local 11 // byte g
end local 10 // byte b
20: .line 175
iinc 9 /* x */ 1
StackMap locals: com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv java.nio.ByteBuffer int int java.nio.ByteBuffer int int int int int
StackMap stack:
21: iload 9 /* x */
iload 7 /* w */
if_icmplt 5
end local 9 // int x
22: .line 193
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
23: .line 194
iload 5 /* dstoff */
iload 6 /* dstscanbytes */
iadd
istore 5 /* dstoff */
24: .line 174
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 3
25: .line 196
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.ByteBgraPre$ToByteBgraConv this
LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lcom/sun/javafx/image/impl/ByteBgraPre$ToByteBgraConv;
0 26 1 srcbuf Ljava/nio/ByteBuffer;
0 26 2 srcoff I
0 26 3 srcscanbytes I
0 26 4 dstbuf Ljava/nio/ByteBuffer;
0 26 5 dstoff I
0 26 6 dstscanbytes I
0 26 7 w I
0 26 8 h I
4 22 9 x I
6 20 10 b B
7 20 11 g B
8 20 12 r B
9 20 13 a I
12 15 14 halfa I
MethodParameters:
Name Flags
srcbuf
srcoff
srcscanbytes
dstbuf
dstoff
dstscanbytes
w
h
}
SourceFile: "ByteBgraPre.java"
NestHost: com.sun.javafx.image.impl.ByteBgraPre
InnerClasses:
public ToByteBgraConv = com.sun.javafx.image.impl.ByteBgraPre$ToByteBgraConv of com.sun.javafx.image.impl.ByteBgraPre