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

/openjdk7/jdk/src/share/native/sun/font/
H A Dfontscalerdefs.h156 JNIEXPORT int isNullScalerContext(void *context);
H A DsunFont.c50 int isNullScalerContext(void *context) { function
245 if (!isNullScalerContext(jlong_to_ptr(pContext))) {
276 if (!isNullScalerContext(jlong_to_ptr(pContext))) {
H A DfreetypeScaler.c452 if (isNullScalerContext(context) || scalerInfo == NULL) {
718 if (isNullScalerContext(context) || scalerInfo == NULL) {
993 isNullScalerContext(context) || scalerInfo == NULL) {

Completed in 35 milliseconds