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

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp265 HDC printDC, jbyteArray imageArray,
1465 (JNIEnv *env, jobject self, jlong theHDC, jbyteArray imageArray,
1469 if (theHDC == NULL || imageArray == NULL ||
1495 image = (jbyte *)env->GetPrimitiveArrayCritical(imageArray, 0);
1530 env->ReleasePrimitiveArrayCritical(imageArray, image, 0);
1535 env->ReleasePrimitiveArrayCritical(imageArray, image, 0);
1546 (JNIEnv *env, jobject self, jbyteArray imageArray, jint x, jint y,
1550 doPrintBand(env, JNI_FALSE, printDC, imageArray, x, y, width, height);
2731 HDC printDC, jbyteArray imageArray,
2739 image = (jbyte *)env->GetPrimitiveArrayCritical(imageArray,
1464 Java_sun_awt_windows_WEmbeddedFrame_printBand(JNIEnv *env, jobject self, jlong theHDC, jbyteArray imageArray, jint offset, jint srcX, jint srcY, jint srcWidth, jint srcHeight, jint destX, jint destY, jint destWidth, jint destHeight) argument
1545 Java_sun_awt_windows_WPrinterJob_printBand(JNIEnv *env, jobject self, jbyteArray imageArray, jint x, jint y, jint width, jint height) argument
[all...]

Completed in 44 milliseconds