Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c651 static void initimage(Image *image, png_uint_32 opts, const char *file_name, in initimage() function
3186 initimage(output, image->opts, "tmpfile", image->stride_extra); in write_one_file()
3221 initimage(output, image->opts, output->tmpfile_name, in write_one_file()
3250 initimage(output, image->opts, "memory", image->stride_extra); in write_one_file()
3455 initimage(&image, opts, file_name, stride_extra); in test_one_file()