Searched refs:cmsSEQ (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsio1.c | 887 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile) in _cmsReadProfileSequence() 889 cmsSEQ* ProfileSeq; in _cmsReadProfileSequence() 890 cmsSEQ* ProfileId; in _cmsReadProfileSequence() 891 cmsSEQ* NewSeq; in _cmsReadProfileSequence() 895 ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag); in _cmsReadProfileSequence() 898 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag); in _cmsReadProfileSequence() 922 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq) in _cmsWriteProfileSequence() 946 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… in _cmsCompileProfileSequence() 949 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles); in _cmsCompileProfileSequence()
|
D | cmsnamed.c | 751 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription() 753 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription() 762 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ)); in cmsAllocProfileSequenceDescription() 783 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq) in cmsFreeProfileSequenceDescription() 797 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) in cmsDupProfileSequenceDescription() 799 cmsSEQ *NewSeq; in cmsDupProfileSequenceDescription() 805 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ)); in cmsDupProfileSequenceDescription()
|
D | lcms2_internal.h | 895 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile); 896 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq); 897 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… 1001 cmsSEQ* Sequence;
|
D | cmstypes.c | 3261 cmsSEQ* OutSeq; in Type_ProfileSequenceDesc_Read() 3332 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceDesc_Write() 3359 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Dup() 3368 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Free() 3393 cmsSEQ* OutSeq = (cmsSEQ*) Cargo; in ReadSeqID() 3407 cmsSEQ* OutSeq; in Type_ProfileSequenceId_Read() 3446 cmsSEQ* Seq = (cmsSEQ*) Cargo; in WriteSeqID() 3461 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceId_Write() 3481 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceId_Dup() 3490 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceId_Free()
|
D | cmsvirt.c | 67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); in SetSeqDescTag()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1391 } cmsSEQ; typedef 1393 CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt… 1394 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq); 1395 CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq);
|