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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A DBufImgSurfaceData.c56 static jmethodID initICMCDmID; variable
72 initICMCDmID = (*env)->GetMethodID(env, cd, "<init>", "(J)V");
80 if (allGrayID == 0 || rgbID == 0 || mapSizeID == 0 || pDataID == 0|| colorDataID == 0 || initICMCDmID == 0) {
305 colorData = (*env)->NewObjectA(env, clsICMCD, initICMCDmID, (jvalue *)&pData);

Completed in 29 milliseconds