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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DmultiVis.c1128 int32_t nImageVisualsAlloced; /* Values to process the XVisualInfo */ local
1181 nImageVisualsAlloced = 1;
1202 if ((*numImageVisuals += 1) > nImageVisualsAlloced)
1204 nImageVisualsAlloced++;
1206 realloc(*pImageVisuals, (nImageVisualsAlloced * sizeof(XVisualInfo *)));

Completed in 37 milliseconds