Home | History | Annotate | Download | only in libtests

Lines Matching refs:formats

371 /* A name table for all the formats - defines the format of the '+' arguments to
471 /* Bitset/test functions for formats */
806 /* Basic image formats; control the data but not the layout thereof. */
1146 /* Convertion between pixel formats. The code above effectively eliminates the
1995 * In some cases the conversion between sRGB formats goes via a linear
2596 * to * give image 'b'. The formats may have been changed.
2810 /* The following are used only if the formats match, except that
2811 * 'bchannels' is a flag for matching formats. btoa[x] says, for each
2984 /* Print both original and output formats. */
3436 test_one_file(const char *file_name, format_list *formats, png_uint_32 opts,
3448 result = testimage(&image, opts, formats);
3482 format_list formats;
3499 format_init(&formats);
3605 format_set(&formats, format);
3615 if (format_is_initial(&formats))
3616 format_default(&formats, redundant);
3639 if (ich > 0 && !test_one_file(buffer, &formats, opts,
3664 else if (!test_one_file(arg, &formats, opts, stride_extra, log_pass))