Home | History | Annotate | Download | only in src

Lines Matching refs:cmsSEQ

874 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile)
876 cmsSEQ* ProfileSeq;
877 cmsSEQ* ProfileId;
878 cmsSEQ* NewSeq;
882 ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag);
885 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag);
909 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq)
933 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[])
936 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles);