Searched refs:cmsSEQ (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsnamed.c718 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n)
720 cmsSEQ* Seq;
729 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ));
750 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq)
764 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq)
766 cmsSEQ *NewSeq;
772 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ));
[all...]
H A Dcmsio1.c874 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);
H A Dlcms2_internal.h880 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile);
881 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq);
882 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
986 cmsSEQ* Sequence;
H A Dcmstypes.c3237 cmsSEQ* OutSeq;
3308 cmsSEQ* Seq = (cmsSEQ*) Ptr;
3335 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr);
3344 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr);
3369 cmsSEQ* OutSeq = (cmsSEQ*) Cargo;
3383 cmsSEQ* OutSeq;
3422 cmsSEQ* Seq = (cmsSEQ*) Carg
[all...]
H A Dcmsvirt.c67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2.h1386 } cmsSEQ; typedef in typeref:struct:__anon28642
1388 CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n);
1389 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq);
1390 CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq);

Completed in 112 milliseconds