Searched refs:hDict (Results 1 – 3 of 3) sorted by relevance
872 void CMSEXPORT cmsDictFree(cmsHANDLE hDict) in cmsDictFree() argument874 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictFree()908 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const… in cmsDictAddEntry() argument910 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictAddEntry()932 cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict) in cmsDictDup() argument934 _cmsDICT* old_dict = (_cmsDICT*) hDict; in cmsDictDup()960 const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict) in cmsDictGetEntryList() argument962 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictGetEntryList()
5116 cmsHANDLE hDict; in Type_Dictionary_Read() local5144 hDict = cmsDictAlloc(self -> ContextID); in Type_Dictionary_Read()5145 if (hDict == NULL) return NULL; in Type_Dictionary_Read()5174 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()5187 return (void*) hDict; in Type_Dictionary_Read()5191 cmsDictFree(hDict); in Type_Dictionary_Read()5199 cmsHANDLE hDict = (cmsHANDLE) Ptr; in Type_Dictionary_Write() local5206 if (hDict == NULL) return FALSE; in Type_Dictionary_Write()5212 for (p = cmsDictGetEntryList(hDict); p != NULL; p = cmsDictNextEntry(p)) { in Type_Dictionary_Write()5236 p = cmsDictGetEntryList(hDict); in Type_Dictionary_Write()
1419 CMSAPI void CMSEXPORT cmsDictFree(cmsHANDLE hDict);1420 CMSAPI cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict);1422 CMSAPI cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wc…1423 CMSAPI const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict);