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

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c2429 char **Props; local
2444 Props = (char **) AllocChunk(it8, sizeof(char *) * n);
2449 Props[n++] = p -> Keyword;
2452 *PropertyNames = Props;
2461 const char **Props; local
2483 Props = (const char **) AllocChunk(it8, sizeof(char *) * n);
2489 Props[n++] = p ->Subkey;
2492 *SubpropertyNames = Props;

Completed in 46 milliseconds