Searched refs:cmsDupProfileSequenceDescription (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/third_party/lcms/src/
H A Dcmsio1.c902 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);
H A Dcmsnamed.c797 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) function
H A Dcmstypes.c3359 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr);
3481 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr);
/external/pdfium/third_party/lcms/include/
H A Dlcms2.h1394 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq);

Completed in 167 milliseconds