Home | History | Annotate | Download | only in libtests

Lines Matching refs:row

13  * reading each file by row.  The test does nothing with the read result and
39 png_bytep row = NULL, display = NULL;
47 if (row != NULL) free(row);
66 row = malloc(rowbytes);
69 if (row == NULL || display == NULL)
70 png_error(png_ptr, "OOM allocating row buffers");
93 /* NOTE: this trashes the row each time; interlace handling won't
97 png_read_row(png_ptr, row, display);
105 free(row);