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

  /external/pdfium/third_party/lcms/src/
cmsio1.c 902 if (ProfileSeq == NULL) return cmsDupProfileSequenceDescription(ProfileId);
903 if (ProfileId == NULL) return cmsDupProfileSequenceDescription(ProfileSeq);
906 if (ProfileSeq ->n != ProfileId ->n) return cmsDupProfileSequenceDescription(ProfileSeq);
908 NewSeq = cmsDupProfileSequenceDescription(ProfileSeq);
    [all...]
cmsnamed.c 797 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq)
cmstypes.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 54 milliseconds