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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1189 unsigned char* dstPixel = dstLine; local
1201 *dstPixel++ = lookup->table[s];
1205 while(((uintptr_t)dstPixel & 0x3) != 0 && npix>0) {
1210 *dstPixel++ = lookup->table[s];
1223 int* dstP = (int*)dstPixel;
1243 dstPixel += NLUT;
1255 *dstPixel++ = lookup->table[s];

Completed in 73 milliseconds