Searched refs:cmsSEQ (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsio1.c | 883 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile) in _cmsReadProfileSequence() 885 cmsSEQ* ProfileSeq; in _cmsReadProfileSequence() 886 cmsSEQ* ProfileId; in _cmsReadProfileSequence() 887 cmsSEQ* NewSeq; in _cmsReadProfileSequence() 891 ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag); in _cmsReadProfileSequence() 894 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag); in _cmsReadProfileSequence() 918 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq) in _cmsWriteProfileSequence() 942 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… in _cmsCompileProfileSequence() 945 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles); in _cmsCompileProfileSequence()
|
D | cmsnamed.c | 781 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription() 783 cmsSEQ* Seq; in cmsAllocProfileSequenceDescription() 792 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ)); in cmsAllocProfileSequenceDescription() 813 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq) in cmsFreeProfileSequenceDescription() 827 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) in cmsDupProfileSequenceDescription() 829 cmsSEQ *NewSeq; in cmsDupProfileSequenceDescription() 835 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ)); in cmsDupProfileSequenceDescription()
|
D | lcms2_internal.h | 981 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile); 982 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq); 983 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… 1088 cmsSEQ* Sequence;
|
D | cmstypes.c | 3345 cmsSEQ* OutSeq; in Type_ProfileSequenceDesc_Read() 3416 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceDesc_Write() 3443 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Dup() 3452 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceDesc_Free() 3477 cmsSEQ* OutSeq = (cmsSEQ*) Cargo; in ReadSeqID() 3491 cmsSEQ* OutSeq; in Type_ProfileSequenceId_Read() 3530 cmsSEQ* Seq = (cmsSEQ*) Cargo; in WriteSeqID() 3545 cmsSEQ* Seq = (cmsSEQ*) Ptr; in Type_ProfileSequenceId_Write() 3565 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr); in Type_ProfileSequenceId_Dup() 3574 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 | 1440 } cmsSEQ; typedef 1442 CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt… 1443 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq); 1444 CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq);
|