Searched refs:shift_start (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
286 shift_start[channels] = row_info->bit_depth - bit_depth->red;
290 shift_start[channels] = row_info->bit_depth - bit_depth->green;
294 shift_start[channels] = row_info->bit_depth - bit_depth->blue;
301 shift_start[channels] = row_info->bit_depth - bit_depth->gray;
308 shift_start[channels] = row_info->bit_depth - 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[c])
391 for (j = shift_start[c]; j > -shift_dec[c]; j -= shift_dec[c])

Completed in 29 milliseconds