OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLANAR_SH
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h
670
#define
PLANAR_SH
(p) ((p) << 12)
738
#define TYPE_GRAYA_8_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(1)|
PLANAR_SH
(1))
739
#define TYPE_GRAYA_16_PLANAR (COLORSPACE_SH(PT_GRAY)|EXTRA_SH(1)|CHANNELS_SH(1)|BYTES_SH(2)|
PLANAR_SH
(1))
742
#define TYPE_RGB_8_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|
PLANAR_SH
(1))
744
#define TYPE_BGR_8_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(1)|DOSWAP_SH(1)|
PLANAR_SH
(1))
746
#define TYPE_RGB_16_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|
PLANAR_SH
(1))
749
#define TYPE_BGR_16_PLANAR (COLORSPACE_SH(PT_RGB)|CHANNELS_SH(3)|BYTES_SH(2)|DOSWAP_SH(1)|
PLANAR_SH
(1))
753
#define TYPE_RGBA_8_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(1)|
PLANAR_SH
(1))
755
#define TYPE_RGBA_16_PLANAR (COLORSPACE_SH(PT_RGB)|EXTRA_SH(1)|CHANNELS_SH(3)|BYTES_SH(2)|
PLANAR_SH
(1))
[
all
...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmspack.c
76
#define ANYPLANAR
PLANAR_SH
(1)
[
all
...]
Completed in 183 milliseconds