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

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 124 COLORSPACE_SH(PT_Lab) | CHANNELS_SH(nSrcComponents) | BYTES_SH(0);
506 pCmm->m_bLab = T_COLORSPACE(pInputParam->dwFormat) == PT_Lab;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 701 #define PT_Lab 10
723 #define PT_LabV2 30 // Identical to PT_Lab, but using the V2 old encoding
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmspcs.c 772 case PT_Lab: return cmsSigLabData;
812 case cmsSigLabData: return PT_Lab;
cmsxform.c 776 if (Space1 == PT_LabV2 && Space2 == PT_Lab) return TRUE;
777 if (Space1 == PT_Lab && Space2 == PT_LabV2) return TRUE;
    [all...]

Completed in 44 milliseconds