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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c1012 char* debugMinGlyphsStr = getenv("J2D_DEBUG_MIN_GLYPHS"); local
1219 if (debugMinGlyphsStr != NULL) {
1221 sscanf(debugMinGlyphsStr, "%5d", &val);

Completed in 29 milliseconds