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

/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmscgats.c119 struct _KeyVal* NextSubkey; // If key is a dictionary, points to the next item member in struct:_KeyVal
1156 for (; p != NULL; p = p->NextSubkey) {
1209 last->NextSubkey = p;
1222 p->NextSubkey = NULL;
2460 for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) {
2470 for (tmp = p; tmp != NULL; tmp = tmp->NextSubkey) {

Completed in 99 milliseconds