Lines Matching defs:row
687 png_write_rows(png_structp png_ptr, png_bytepp row,
690 png_uint_32 i; /* row counter */
691 png_bytepp rp; /* row pointer */
695 for (i = 0, rp = row; i < num_rows; i++, rp++)
707 png_uint_32 i; /* row index */
709 png_bytepp rp; /* points to current row */
730 /* called by user to write a row of image data */
732 png_write_row(png_structp png_ptr, png_bytep row)
734 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
778 /* if interlaced and not interested in row, return */
836 /* set up row info for transformations */
854 /* Copy user's row into buffer, leaving room for filter byte. */
855 png_memcpy_check(png_ptr, png_ptr->row_buf + 1, row,
896 /* Find a filter if necessary, filter the row and write it out. */
1090 /* Allow the application to select one or more row filters to use. */
1106 case 7: png_warning(png_ptr, "Unknown row filter for method 0");
1119 * will be missing the data in the previous row. If an application