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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsnamed.c720 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n)
722 cmsSEQ* Seq;
731 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ));
752 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq)
766 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq)
768 cmsSEQ *NewSeq;
774 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ));
[all...]
H A Dcmsio1.c865 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile)
867 cmsSEQ* ProfileSeq;
868 cmsSEQ* ProfileId;
869 cmsSEQ* NewSeq;
873 ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag);
876 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag);
900 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq)
924 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[])
927 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles);
H A Dlcms2_internal.h489 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile);
490 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq);
491 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
589 cmsSEQ* Sequence;
H A Dcmstypes.c3259 cmsSEQ* OutSeq;
3330 cmsSEQ* Seq = (cmsSEQ*) Ptr;
3357 return (void*) cmsDupProfileSequenceDescription((cmsSEQ*) Ptr);
3366 cmsFreeProfileSequenceDescription((cmsSEQ*) Ptr);
3391 cmsSEQ* OutSeq = (cmsSEQ*) Cargo;
3405 cmsSEQ* OutSeq;
3444 cmsSEQ* Seq = (cmsSEQ*) Carg
[all...]
H A Dlcms2.h1367 } cmsSEQ; typedef in typeref:struct:__anon882
1369 CMSAPI cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n);
1370 CMSAPI cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq);
1371 CMSAPI void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq);
H A Dcmsvirt.c96 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1);

Completed in 61 milliseconds