Home
last modified time | relevance | path

Searched refs:outptr (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dgd_topal.c1138 register unsigned char *outptr; in pass2_no_dither() local
1151 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() local
1215 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 9 milliseconds