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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwtran.c281 int shift_start[4], shift_dec[4]; local
287 shift_dec[channels] = bit_depth->red;
291 shift_dec[channels] = bit_depth->green;
295 shift_dec[channels] = bit_depth->blue;
302 shift_dec[channels] = bit_depth->gray;
309 shift_dec[channels] = bit_depth->alpha;
338 for (j = shift_start[0]; j > -shift_dec[0]; j -= shift_dec[0])
365 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[
[all...]

Completed in 29 milliseconds