Searched defs:SubKey (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/src/ |
H A D | cmscgats.c | 1392 cmsBool CMSEXPORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffer) argument 1396 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; 1422 const char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey) argument 1427 if (IsAvailableOnList(GetTable(it8) -> HeaderList, Key, SubKey, &p)) {
|
Completed in 56 milliseconds