Searched refs:SubKey (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/ |
H A D | cmscgats.c | 1402 cmsBool CMSEXPORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffer) argument 1406 return AddToList(it8, &GetTable(it8)->HeaderList, Key, SubKey, Buffer, WRITE_PAIR) != NULL; 1430 const char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey) argument 1435 if (IsAvailableOnList(GetTable(it8) -> HeaderList, Key, SubKey, &p)) {
|
H A D | lcms2.h | 1770 CMSAPI cmsBool CMSEXPORT cmsIT8SetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char* SubKey, const char *Buffer); 1776 CMSAPI const char* CMSEXPORT cmsIT8GetPropertyMulti(cmsHANDLE hIT8, const char* Key, const char *SubKey);
|
Completed in 235 milliseconds