Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsio1.c874 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile) in _cmsReadProfileSequence()
876 cmsSEQ* ProfileSeq; in _cmsReadProfileSequence()
877 cmsSEQ* ProfileId; in _cmsReadProfileSequence()
878 cmsSEQ* NewSeq; in _cmsReadProfileSequence()
882 ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag); in _cmsReadProfileSequence()
885 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag); in _cmsReadProfileSequence()
909 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq) in _cmsWriteProfileSequence()
933 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… in _cmsCompileProfileSequence()
936 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles); in _cmsCompileProfileSequence()
Dcmsnamed.c718 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription()
720 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription()
729 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ)); in cmsAllocProfileSequenceDescription()
750 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq) in cmsFreeProfileSequenceDescription()
764 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) in cmsDupProfileSequenceDescription()
766 cmsSEQ *NewSeq; in cmsDupProfileSequenceDescription()
772 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ)); in cmsDupProfileSequenceDescription()
Dlcms2_internal.h880 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile);
881 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq);
882 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr…
986 cmsSEQ* Sequence;
Dcmstypes.c3237 cmsSEQ* OutSeq; in Type_ProfileSequenceDesc_Read()
3308 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceDesc_Write()
3335 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Dup()
3344 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Free()
3369 cmsSEQ* OutSeq = (cmsSEQ*) Cargo; in ReadSeqID()
3383 cmsSEQ* OutSeq; in Type_ProfileSequenceId_Read()
3422 cmsSEQ* Seq = (cmsSEQ*) Cargo; in WriteSeqID()
3437 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceId_Write()
3457 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceId_Dup()
3466 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceId_Free()
Dcmsvirt.c67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); in SetSeqDescTag()
/external/pdfium/third_party/lcms2-2.6/include/
Dlcms2.h1386 } cmsSEQ; typedef
1388 CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt…
1389 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq);
1390 CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq);