Searched refs:hDict (Results 1 – 3 of 3) sorted by relevance
828 void CMSEXPORT cmsDictFree(cmsHANDLE hDict) in cmsDictFree() argument830 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictFree()864 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const… in cmsDictAddEntry() argument866 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictAddEntry()888 cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict) in cmsDictDup() argument890 _cmsDICT* old_dict = (_cmsDICT*) hDict; in cmsDictDup()916 const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict) in cmsDictGetEntryList() argument918 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictGetEntryList()
5049 cmsHANDLE hDict; in Type_Dictionary_Read() local5077 hDict = cmsDictAlloc(self -> ContextID); in Type_Dictionary_Read()5078 if (hDict == NULL) return NULL; in Type_Dictionary_Read()5107 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()5120 return (void*) hDict; in Type_Dictionary_Read()5124 cmsDictFree(hDict); in Type_Dictionary_Read()5132 cmsHANDLE hDict = (cmsHANDLE) Ptr; in Type_Dictionary_Write() local5139 if (hDict == NULL) return FALSE; in Type_Dictionary_Write()5145 for (p = cmsDictGetEntryList(hDict); p != NULL; p = cmsDictNextEntry(p)) { in Type_Dictionary_Write()5169 p = cmsDictGetEntryList(hDict); in Type_Dictionary_Write()
1406 CMSAPI void CMSEXPORT cmsDictFree(cmsHANDLE hDict);1407 CMSAPI cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict);1409 CMSAPI cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wc…1410 CMSAPI const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict);