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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c2412 char **Props; local
2427 Props = (char **) AllocChunk(it8, sizeof(char *) * n);
2432 Props[n++] = p -> Keyword;
2435 *PropertyNames = Props;
2444 const char **Props; local
2466 Props = (const char **) AllocChunk(it8, sizeof(char *) * n);
2472 Props[n++] = p ->Subkey;
2475 *SubpropertyNames = Props;

Completed in 5392 milliseconds