class com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv 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.ByteBgra$ToByteBgraPreConv
super_class: com.sun.javafx.image.impl.BaseByteToByteConverter
{
static final com.sun.javafx.image.ByteToBytePixelConverter instance;
descriptor: Lcom/sun/javafx/image/ByteToBytePixelConverter;
flags: (0x0018) 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.ByteBgra$ToByteBgraPreConv
dup
invokespecial com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv.<init>:()V
1: .line 131
putstatic com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv.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.ByteBgra$ToByteBgraPreConv this
0: .line 135
aload 0 /* this */
getstatic com.sun.javafx.image.impl.ByteBgra.getter:Lcom/sun/javafx/image/BytePixelGetter;
getstatic com.sun.javafx.image.impl.ByteBgraPre.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.ByteBgra$ToByteBgraPreConv this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/javafx/image/impl/ByteBgra$ToByteBgraPreConv;
void doConvert(byte[], int, int, byte[], int, int, int, int);
descriptor: ([BII[BIIII)V
flags: (0x0000)
Code:
stack=3, locals=14, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv 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 24
3: .line 146
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
4: goto 21
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 */
sipush 255
if_icmpge 16
10: .line 152
iload 13 /* a */
ifne 13
11: .line 153
iconst_0
dup
istore 12 /* r */
dup
istore 11 /* g */
istore 10 /* b */
12: .line 154
goto 16
13: .line 155
StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv byte[] int int byte[] int int int int int int int int int
StackMap stack:
iload 10 /* b */
sipush 255
iand
iload 13 /* a */
imul
bipush 127
iadd
sipush 255
idiv
i2b
istore 10 /* b */
14: .line 156
iload 11 /* g */
sipush 255
iand
iload 13 /* a */
imul
bipush 127
iadd
sipush 255
idiv
i2b
istore 11 /* g */
15: .line 157
iload 12 /* r */
sipush 255
iand
iload 13 /* a */
imul
bipush 127
iadd
sipush 255
idiv
i2b
istore 12 /* r */
16: .line 160
StackMap locals:
StackMap stack:
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 10 /* b */
bastore
17: .line 161
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 11 /* g */
bastore
18: .line 162
aload 4 /* dstarr */
iload 5 /* dstoff */
iinc 5 /* dstoff */ 1
iload 12 /* r */
bastore
19: .line 163
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
20: .line 146
iinc 9 /* x */ 1
StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv byte[] int int byte[] int int int int int
StackMap stack:
21: iload 9 /* x */
iload 7 /* w */
if_icmplt 5
end local 9 // int x
22: .line 165
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
23: .line 166
iload 5 /* dstoff */
iload 6 /* dstscanbytes */
iadd
istore 5 /* dstoff */
24: .line 145
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 3
25: .line 168
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.ByteBgra$ToByteBgraPreConv this
LocalVariableTable:
Start End Slot Name Signature
0 26 0 this Lcom/sun/javafx/image/impl/ByteBgra$ToByteBgraPreConv;
0 26 1 srcarr [B
0 26 2 srcoff I
0 26 3 srcscanbytes I
0 26 4 dstarr [B
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
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=14, args_size=9
start local 0 // com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv 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 175
iload 3 /* srcscanbytes */
iload 7 /* w */
iconst_4
imul
isub
istore 3 /* srcscanbytes */
1: .line 176
iload 6 /* dstscanbytes */
iload 7 /* w */
iconst_4
imul
isub
istore 6 /* dstscanbytes */
2: .line 177
goto 26
3: .line 178
StackMap locals:
StackMap stack:
iconst_0
istore 9 /* x */
start local 9 // int x
4: goto 23
5: .line 179
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 180
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 181
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 182
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 183
iinc 2 /* srcoff */ 4
10: .line 184
iload 13 /* a */
sipush 255
if_icmpge 17
11: .line 185
iload 13 /* a */
ifne 14
12: .line 186
iconst_0
dup
istore 12 /* r */
dup
istore 11 /* g */
istore 10 /* b */
13: .line 187
goto 17
14: .line 188
StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv java.nio.ByteBuffer int int java.nio.ByteBuffer int int int int int int int int int
StackMap stack:
iload 10 /* b */
sipush 255
iand
iload 13 /* a */
imul
bipush 127
iadd
sipush 255
idiv
i2b
istore 10 /* b */
15: .line 189
iload 11 /* g */
sipush 255
iand
iload 13 /* a */
imul
bipush 127
iadd
sipush 255
idiv
i2b
istore 11 /* g */
16: .line 190
iload 12 /* r */
sipush 255
iand
iload 13 /* a */
imul
bipush 127
iadd
sipush 255
idiv
i2b
istore 12 /* r */
17: .line 193
StackMap locals:
StackMap stack:
aload 4 /* dstbuf */
iload 5 /* dstoff */
iload 10 /* b */
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
18: .line 194
aload 4 /* dstbuf */
iload 5 /* dstoff */
iconst_1
iadd
iload 11 /* g */
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
19: .line 195
aload 4 /* dstbuf */
iload 5 /* dstoff */
iconst_2
iadd
iload 12 /* r */
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
20: .line 196
aload 4 /* dstbuf */
iload 5 /* dstoff */
iconst_3
iadd
iload 13 /* a */
i2b
invokevirtual java.nio.ByteBuffer.put:(IB)Ljava/nio/ByteBuffer;
pop
21: .line 197
iinc 5 /* dstoff */ 4
end local 13 // int a
end local 12 // byte r
end local 11 // byte g
end local 10 // byte b
22: .line 178
iinc 9 /* x */ 1
StackMap locals: com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv java.nio.ByteBuffer int int java.nio.ByteBuffer int int int int int
StackMap stack:
23: iload 9 /* x */
iload 7 /* w */
if_icmplt 5
end local 9 // int x
24: .line 199
iload 2 /* srcoff */
iload 3 /* srcscanbytes */
iadd
istore 2 /* srcoff */
25: .line 200
iload 5 /* dstoff */
iload 6 /* dstscanbytes */
iadd
istore 5 /* dstoff */
26: .line 177
StackMap locals:
StackMap stack:
iinc 8 /* h */ -1
iload 8 /* h */
ifge 3
27: .line 202
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.ByteBgra$ToByteBgraPreConv this
LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lcom/sun/javafx/image/impl/ByteBgra$ToByteBgraPreConv;
0 28 1 srcbuf Ljava/nio/ByteBuffer;
0 28 2 srcoff I
0 28 3 srcscanbytes I
0 28 4 dstbuf Ljava/nio/ByteBuffer;
0 28 5 dstoff I
0 28 6 dstscanbytes I
0 28 7 w I
0 28 8 h I
4 24 9 x I
6 22 10 b B
7 22 11 g B
8 22 12 r B
9 22 13 a I
MethodParameters:
Name Flags
srcbuf
srcoff
srcscanbytes
dstbuf
dstoff
dstscanbytes
w
h
}
SourceFile: "ByteBgra.java"
NestHost: com.sun.javafx.image.impl.ByteBgra
InnerClasses:
ToByteBgraPreConv = com.sun.javafx.image.impl.ByteBgra$ToByteBgraPreConv of com.sun.javafx.image.impl.ByteBgra