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

/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c34 static int compareLUTs(unsigned int *lut1, int numLut1, int transIdx,
389 static int compareLUTs(unsigned int *lut1, int numLut1, int transIdx, argument
413 (lut1[i] != lut2[i]))
433 if ((idx = findIdx(rgb, lut1, numLut1)) == -1) {
435 lut1[numLut1] = rgb;
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A DDrawBufImgOp.java115 ByteLookupTable lut1 = new ByteLookupTable(offset, invert);
116 lookup1bandbyte = new LookupOp(lut1, null);
134 ShortLookupTable lut1 = new ShortLookupTable(offset, invert);
135 lookup1bandshort = new LookupOp(lut1, null);

Completed in 73 milliseconds