Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsnamed.c828 void CMSEXPORT cmsDictFree(cmsHANDLE hDict) in cmsDictFree() argument
830 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictFree()
864 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const… in cmsDictAddEntry() argument
866 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictAddEntry()
888 cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict) in cmsDictDup() argument
890 _cmsDICT* old_dict = (_cmsDICT*) hDict; in cmsDictDup()
916 const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict) in cmsDictGetEntryList() argument
918 _cmsDICT* dict = (_cmsDICT*) hDict; in cmsDictGetEntryList()
Dcmstypes.c5049 cmsHANDLE hDict; in Type_Dictionary_Read() local
5077 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() local
5139 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()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2.h1406 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);