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

  /external/pdfium/third_party/lcms2-2.6/src/
cmsio1.c 889 if (ProfileSeq == NULL) return cmsDupProfileSequenceDescription(ProfileId);
890 if (ProfileId == NULL) return cmsDupProfileSequenceDescription(ProfileSeq);
893 if (ProfileSeq ->n != ProfileId ->n) return cmsDupProfileSequenceDescription(ProfileSeq);
895 NewSeq = cmsDupProfileSequenceDescription(ProfileSeq);
    [all...]
cmsnamed.c 764 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq)
cmstypes.c     [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 3055 milliseconds