Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngstest.c578 int stride_extra; member
652 int stride_extra) in initimage() argument
658 image->stride_extra = stride_extra; in initimage()
3030 image->stride = PNG_IMAGE_ROW_STRIDE(image->image) + image->stride_extra; in read_file()
3185 initimage(output, image->opts, "tmpfile", image->stride_extra); in write_one_file()
3221 image->stride_extra); in write_one_file()
3249 initimage(output, image->opts, "memory", image->stride_extra); in write_one_file()
3446 int stride_extra, int log_pass) in test_one_file() argument
3454 initimage(&image, opts, file_name, stride_extra); in test_one_file()
3495 int stride_extra = 0; in main() local
[all …]