Lines Matching refs:result
1327 /* Added at libpng-1.5.4. "strip_16" produces the same result that it
1985 * encoding and so does the result, the file is encoded with P_FILE and the
2472 /* 'i' is a file value. While this will result in duplicated
2615 * Reduce 16-bit files to 8-bit and sRGB encode the result. No need to
2817 * this case and doing it in the palette; this will result in
3401 /* Update the 'info' structure and make sure the result is as required; first
3472 * a signed or an unsigned result.
3487 int result;
3491 result = png_safe_execute(image, png_image_read_and_map, display);
3495 return result;
4223 /* Update the 'info' structure and make sure the result is as required; first
4303 * a signed or an unsigned result.
4318 int result;
4322 result = png_safe_execute(image, png_image_read_composite, display);
4326 return result;
4331 int result;
4335 result = png_safe_execute(image, png_image_read_background, display);
4339 return result;
4422 int result;
4437 result =
4444 result =
4449 return result;