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

  /external/pdfium/third_party/lcms2-2.6/src/
cmspack.c 103 int Extra = T_EXTRA(info -> InputFormat);
154 accum += T_EXTRA(info -> InputFormat) * Stride;
481 int Extra = T_EXTRA(info -> InputFormat);
533 accum += T_EXTRA(info -> InputFormat) * Stride * sizeof(cmsUInt16Number);
788 accum += sizeof(cmsCIELab) + T_EXTRA(info ->InputFormat) * sizeof(cmsFloat64Number);
822 accum += (3 + T_EXTRA(info ->InputFormat)) * sizeof(cmsFloat32Number);
850 accum += sizeof(cmsCIEXYZ) + T_EXTRA(info ->InputFormat) * sizeof(cmsFloat64Number);
886 accum += 3 * sizeof(cmsFloat32Number) + T_EXTRA(info ->InputFormat) * sizeof(cmsFloat32Number);
927 int Extra = T_EXTRA(info -> InputFormat);
983 int Extra = T_EXTRA(info -> InputFormat)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 686 #define T_EXTRA(e) (((e)>>7)&7)
    [all...]

Completed in 54 milliseconds