Searched refs:SubKey (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmscgats.c | 1392 cmsBool CMSEXPORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const… in cmsIT8SetPropertyMulti() argument 1396 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; in cmsIT8SetPropertyMulti() 1422 const char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey) in cmsIT8GetPropertyMulti() argument 1427 if (IsAvailableOnList(GetTable(it8) -> HeaderList, Key, SubKey, &p)) { in cmsIT8GetPropertyMulti()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1804 …PORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffe… 1810 …t char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey);
|