Home | History | Annotate | Download | only in libtests

Lines Matching refs:READ_FILE

310 #define READ_FILE 1      /* else memory */
323 if (opts & READ_FILE)
3057 read_file(Image *image, png_uint_32 format, png_const_colorp background)
3160 if (!(image->opts & READ_FILE) || (image->opts & USE_STDIO))
3167 if (image->opts & READ_FILE)
3223 return read_file(image, FORMAT_NO_CHANGE, NULL);
3296 if (read_file(output, image->image.format | FORMAT_NO_CHANGE, NULL))
3392 copy.opts = opts; /* in case read_file needs to change it */
3394 result = read_file(&copy, format, background);
3527 opts |= READ_FILE;
3532 opts &= ~READ_FILE;