Searched defs:cmsIT8GetProperty (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c1399 const char* CMSEXPORT cmsIT8GetProperty(cmsHANDLE hIT8, const char* Key) function
1414 const char *v = cmsIT8GetProperty(hIT8, cProp);
1503 t-> nSamples = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_FIELDS"));
1504 t-> nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));
1703 nSamples = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_FIELDS"));
1726 t->nPatches = atoi(cmsIT8GetProperty(it8, "NUMBER_OF_SETS"));

Completed in 29 milliseconds