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

/openjdk7/jdk/src/share/native/sun/font/
H A DDrawGlyphList.c56 jlong *imagePtrs; local
77 imagePtrs = (*env)->GetPrimitiveArrayCritical(env, glyphImages, NULL);
78 if (imagePtrs == NULL) {
95 imagePtrs, JNI_ABORT);
104 ginfo = (GlyphInfo*)imagePtrs[g];
117 ginfo = (GlyphInfo*)imagePtrs[g];
132 (*env)->ReleasePrimitiveArrayCritical(env, glyphImages, imagePtrs,
483 jlong *imagePtrs; local
506 imagePtrs = (*env)->GetPrimitiveArrayCritical(env, glyphImages, NULL);
507 if (imagePtrs
[all...]

Completed in 31 milliseconds