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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1186 int npix = src->width; local
1205 while(((uintptr_t)dstPixel & 0x3) != 0 && npix>0) {
1211 npix--;
1218 nloop = npix/NLUT;
1219 nx = npix%NLUT;

Completed in 216 milliseconds