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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmspack.c785 if (T_PLANAR(info -> InputFormat)) {
816 if (T_PLANAR(info -> InputFormat)) {
847 if (T_PLANAR(info -> InputFormat)) {
906 int Planar = T_PLANAR(info -> InputFormat);
941 if (T_PLANAR(info -> InputFormat))
962 int Planar = T_PLANAR(info -> InputFormat);
997 if (T_PLANAR(info -> InputFormat))
1039 int Planar = T_PLANAR(info -> InputFormat);
1070 if (T_PLANAR(info -> InputFormat))
1091 int Planar = T_PLANAR(inf
[all...]
H A Dlcms2.h687 #define T_PLANAR(p) (((p)>>12)&1) macro

Completed in 390 milliseconds