HomeSort by relevance Sort by last modified time
    Searched refs:T_PLANAR (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmspack.c 772 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))
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 683 #define T_PLANAR(p) (((p)>>12)&1)
    [all...]

Completed in 35 milliseconds