Searched refs:T_PLANAR (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspack.c772 if (T_PLANAR(info -> InputFormat)) {
803 if (T_PLANAR(info -> InputFormat)) {
834 if (T_PLANAR(info -> InputFormat)) {
863 if (T_PLANAR(info -> InputFormat)) {
929 int Planar = T_PLANAR(info -> InputFormat);
964 if (T_PLANAR(info -> InputFormat))
985 int Planar = T_PLANAR(info -> InputFormat);
1020 if (T_PLANAR(info -> InputFormat))
1062 int Planar = T_PLANAR(info -> InputFormat);
1093 if (T_PLANAR(inf
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h683 #define T_PLANAR(p) (((p)>>12)&1) macro

Completed in 600 milliseconds