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

/openjdk7/jdk/src/share/native/sun/font/
H A DsunFont.c36 static void *theNullScalerContext = NULL; variable
44 if (theNullScalerContext == NULL) {
45 theNullScalerContext = malloc(1);
47 return ptr_to_jlong(theNullScalerContext);
51 return theNullScalerContext == context;

Completed in 29 milliseconds