Searched defs:nPaths (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c213 int index, nPaths; local
235 origFontPath = XGetFontPath ( awt_display, &nPaths );
237 totalDirCount = nPaths;
238 origNumPaths = nPaths;
247 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) {
280 if ( totalDirCount == nPaths ) {
295 for ( origIndex = 0; origIndex < nPaths; origIndex++ ) {
316 newFontPath[nPaths++] = onePath;
341 int i, pos, slen, nPaths, numDirs; local
343 x11Path = XGetFontPath (awt_display, &nPaths);
[all...]

Completed in 32 milliseconds