HomeSort by relevance Sort by last modified time
    Searched refs:cmsSEQ (Results 1 - 6 of 6) sorted by null

  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 718 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n)
720 cmsSEQ* Seq;
729 Seq = (cmsSEQ*) _cmsMallocZero(ContextID, sizeof(cmsSEQ));
750 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq)
764 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq)
766 cmsSEQ *NewSeq;
772 NewSeq = (cmsSEQ*) _cmsMalloc(pseq -> ContextID, sizeof(cmsSEQ));
    [all...]
cmsio1.c 874 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile)
876 cmsSEQ* ProfileSeq;
877 cmsSEQ* ProfileId;
878 cmsSEQ* NewSeq;
882 ProfileSeq = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceDescTag);
885 ProfileId = (cmsSEQ*) cmsReadTag(hProfile, cmsSigProfileSequenceIdTag);
909 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq)
933 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[])
936 cmsSEQ* seq = cmsAllocProfileSequenceDescription(ContextID, nProfiles);
    [all...]
lcms2_internal.h 880 cmsSEQ* _cmsReadProfileSequence(cmsHPROFILE hProfile);
881 cmsBool _cmsWriteProfileSequence(cmsHPROFILE hProfile, const cmsSEQ* seq);
882 cmsSEQ* _cmsCompileProfileSequence(cmsContext ContextID, cmsUInt32Number nProfiles, cmsHPROFILE hProfiles[]);
    [all...]
cmstypes.c     [all...]
cmsvirt.c 67 cmsSEQ* Seq = cmsAllocProfileSequenceDescription(ContextID, 1);
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h     [all...]

Completed in 39 milliseconds