Searched refs:outptr (Results 1 – 1 of 1) sorted by relevance
1138 register unsigned char *outptr; in pass2_no_dither() local1151 outptr = output_buf[row]; in pass2_no_dither()1169 *outptr++ = nim->colorsTotal; in pass2_no_dither()1183 *outptr++ = (*cachep - 1); in pass2_no_dither()1203 unsigned char *outptr; /* => current output pixel */ in pass2_fs_dither() local1215 outptr = output_buf[row]; in pass2_fs_dither()1220 outptr += width - 1; in pass2_fs_dither()1246 *outptr = nim->colorsTotal; in pass2_fs_dither()1252 outptr += dir; in pass2_fs_dither()1295 *outptr = (JSAMPLE) pixcode; in pass2_fs_dither()[all …]
Completed in 7 milliseconds