Lines Matching refs:CMSEXPORT

33 cmsMLU* CMSEXPORT cmsMLUalloc(cmsContext ContextID, cmsUInt32Number nItems)  in cmsMLUalloc()
210 cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3]… in cmsMLUsetASCII()
247 cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu, const char Language[3], const char Country[3], const … in cmsMLUsetWide()
261 cmsMLU* CMSEXPORT cmsMLUdup(const cmsMLU* mlu) in cmsMLUdup()
307 void CMSEXPORT cmsMLUfree(cmsMLU* mlu) in cmsMLUfree()
371 cmsUInt32Number CMSEXPORT cmsMLUgetASCII(const cmsMLU* mlu, in cmsMLUgetASCII()
416 cmsUInt32Number CMSEXPORT cmsMLUgetWide(const cmsMLU* mlu, in cmsMLUgetWide()
450 CMSAPI cmsBool CMSEXPORT cmsMLUgetTranslation(const cmsMLU* mlu, in cmsMLUgetTranslation()
476 cmsUInt32Number CMSEXPORT cmsMLUtranslationsCount(const cmsMLU* mlu) in cmsMLUtranslationsCount()
483 cmsBool CMSEXPORT cmsMLUtranslationsCodes(const cmsMLU* mlu, in cmsMLUtranslationsCodes()
532 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUIn… in cmsAllocNamedColorList()
559 void CMSEXPORT cmsFreeNamedColorList(cmsNAMEDCOLORLIST* v) in cmsFreeNamedColorList()
566 cmsNAMEDCOLORLIST* CMSEXPORT cmsDupNamedColorList(const cmsNAMEDCOLORLIST* v) in cmsDupNamedColorList()
593 cmsBool CMSEXPORT cmsAppendNamedColor(cmsNAMEDCOLORLIST* NamedColorList, in cmsAppendNamedColor()
626 cmsUInt32Number CMSEXPORT cmsNamedColorCount(const cmsNAMEDCOLORLIST* NamedColorList) in cmsNamedColorCount()
633 cmsBool CMSEXPORT cmsNamedColorInfo(const cmsNAMEDCOLORLIST* NamedColorList, cmsUInt32Number nColo… in cmsNamedColorInfo()
659 cmsInt32Number CMSEXPORT cmsNamedColorIndex(const cmsNAMEDCOLORLIST* NamedColorList, const char* Na… in cmsNamedColorIndex()
739 cmsNAMEDCOLORLIST* CMSEXPORT cmsGetNamedColorList(cmsHTRANSFORM xform) in cmsGetNamedColorList()
751 cmsSEQ* CMSEXPORT cmsAllocProfileSequenceDescription(cmsContext ContextID, cmsUInt32Number n) in cmsAllocProfileSequenceDescription()
783 void CMSEXPORT cmsFreeProfileSequenceDescription(cmsSEQ* pseq) in cmsFreeProfileSequenceDescription()
797 cmsSEQ* CMSEXPORT cmsDupProfileSequenceDescription(const cmsSEQ* pseq) in cmsDupProfileSequenceDescription()
850 cmsHANDLE CMSEXPORT cmsDictAlloc(cmsContext ContextID) in cmsDictAlloc()
861 void CMSEXPORT cmsDictFree(cmsHANDLE hDict) in cmsDictFree()
897 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const… in cmsDictAddEntry()
921 cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict) in cmsDictDup()
949 const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict) in cmsDictGetEntryList()
958 const cmsDICTentry* CMSEXPORT cmsDictNextEntry(const cmsDICTentry* e) in cmsDictNextEntry()