HomeSort by relevance Sort by last modified time
    Searched refs:hDict (Results 1 - 3 of 3) sorted by null

  /external/pdfium/third_party/lcms/src/
cmsnamed.c 861 void CMSEXPORT cmsDictFree(cmsHANDLE hDict)
863 _cmsDICT* dict = (_cmsDICT*) hDict;
897 cmsBool CMSEXPORT cmsDictAddEntry(cmsHANDLE hDict, const wchar_t* Name, const wchar_t* Value, const cmsMLU *DisplayName, const cmsMLU *DisplayValue)
899 _cmsDICT* dict = (_cmsDICT*) hDict;
921 cmsHANDLE CMSEXPORT cmsDictDup(cmsHANDLE hDict)
923 _cmsDICT* old_dict = (_cmsDICT*) hDict;
949 const cmsDICTentry* CMSEXPORT cmsDictGetEntryList(cmsHANDLE hDict)
951 _cmsDICT* dict = (_cmsDICT*) hDict;
cmstypes.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h     [all...]

Completed in 56 milliseconds