Home
last modified time | relevance | path

Searched refs:hDict (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmsnamed.c872 void CMSEXPORT cmsDictFree(cmsHANDLE hDict) in cmsDictFree() argument
874 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictFree()
908 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const… in cmsDictAddEntry() argument
910 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictAddEntry()
932 cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict) in cmsDictDup() argument
934 _cmsDICT* old_dict = (_cmsDICT*) hDict; in cmsDictDup()
960 const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict) in cmsDictGetEntryList() argument
962 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictGetEntryList()
Dcmstypes.c5116 cmsHANDLE hDict; in Type_Dictionary_Read() local
5144 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() local
5206 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()
/external/pdfium/third_party/lcms/include/
Dlcms2.h1419 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);