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 | 762 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription() 764 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription() 773 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ)); in cmsAllocProfileSequenceDescription() 794 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq) in cmsFreeProfileSequenceDescription() 808 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) in cmsDupProfileSequenceDescription() 810 cmsSEQ *NewSeq; in cmsDupProfileSequenceDescription() 816 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ)); in cmsDupProfileSequenceDescription()
|
D | lcms2_internal.h | 947 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile); 948 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq); 949 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… 1053 cmsSEQ* Sequence;
|
D | cmstypes.c | 3274 cmsSEQ* OutSeq; in Type_ProfileSequenceDesc_Read() 3345 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceDesc_Write() 3372 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Dup() 3381 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Free() 3406 cmsSEQ* OutSeq = (cmsSEQ*) Cargo; in ReadSeqID() 3420 cmsSEQ* OutSeq; in Type_ProfileSequenceId_Read() 3459 cmsSEQ* Seq = (cmsSEQ*) Cargo; in WriteSeqID() 3474 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceId_Write() 3494 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceId_Dup() 3503 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 | 1399 } cmsSEQ; typedef 1401 CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt… 1402 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq); 1403 CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq);
|