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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c216 int totalDirCount; local
237 totalDirCount = nPaths;
272 totalDirCount++;
280 if ( totalDirCount == nPaths ) {
287 newFontPath = SAFE_SIZE_ARRAY_ALLOC(malloc, totalDirCount, sizeof ( char **) );
321 /* printf ( "The dir count = %d\n", totalDirCount ); */
324 XSetFontPath ( awt_display, newFontPath, totalDirCount );
326 for ( index = origNumPaths; index < totalDirCount; index++ ) {

Completed in 208 milliseconds