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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c257 int newTransIdx; local
330 newTransIdx = transIdx;
332 cvtLut, &newNumLut, &newTransIdx, &jniFlag) == FALSE) {
349 if (newTransIdx != transIdx) {
350 (*env)->SetIntField(env, cls, s_JsrcLUTtransIndexID, newTransIdx);
395 int newTransIdx = -1; local
421 newTransIdx = i;
454 if (newTransIdx != -1) {
455 *retTransIdx = newTransIdx;

Completed in 38 milliseconds