Searched refs:cmsSEQ (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsio1.c | 874 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()
|
D | cmsnamed.c | 718 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()
|
D | lcms2_internal.h | 880 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile); 881 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq); 882 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hPr… 986 cmsSEQ* Sequence;
|
D | cmstypes.c | 3237 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()
|
D | cmsvirt.c | 67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1); in SetSeqDescTag()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1386 } 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);
|