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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c221 char **newFontPath; local
287 newFontPath = SAFE_SIZE_ARRAY_ALLOC(malloc, totalDirCount, sizeof ( char **) );
289 if ( newFontPath == NULL ) {
297 newFontPath[origIndex] = onePath;
316 newFontPath[nPaths++] = onePath;
324 XSetFontPath ( awt_display, newFontPath, totalDirCount );
327 free( newFontPath[index] );
330 free ( (void *) newFontPath );

Completed in 59 milliseconds