Lines Matching full:here
40 * The function check_if_png() shown here, but not used, returns nonzero (true)
78 * here - one where we are given the filename, and we need to open the
138 /* If we get here, we had a problem reading the file */
149 * png_init_io() here you would call:
383 /* If you want to display the image after every pass, do so here */
483 /* Do any setup here, including setting any of the transformations
555 * Most people won't do much here, perhaps setting a flag that
602 /* If we get here, we had a problem writing the file */
616 * png_init_io() here you would call
626 * PNG_TRANSFORM flags into the png_transforms integer here.
633 /* Set the image information here. Width and height are up to 2^31,
649 /* You must not free palette here, because png_set_PLTE only makes a link to
801 /* If you png_malloced a palette, free it here (don't free info_ptr->palette,
811 * png_set_something(), such as a hist or trans array, free it here,