OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PF_XRGB
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJ.java
165
public static final int
PF_XRGB
= 5;
190
* ARGB pixel format. This is the same as {@link #
PF_XRGB
}, except that when
TJCompressor.java
227
pixelFormat = TJ.
PF_XRGB
;
TJDecompressor.java
[
all
...]
/external/libjpeg-turbo/java/
TJUnitTest.java
78
TJ.PF_RGBX, TJ.PF_BGRX, TJ.PF_XBGR, TJ.
PF_XRGB
, TJ.PF_CMYK
118
return TJ.
PF_XRGB
;
831
if (pf >= TJ.PF_RGBX && pf <= TJ.
PF_XRGB
&& !bi) {
[
all
...]
TJBench.java
733
pf = TJ.
PF_XRGB
;
[
all
...]
Completed in 540 milliseconds