Lines Matching refs:row
706 png_write_rows(png_structp png_ptr, png_bytepp row,
709 png_uint_32 i; /* row counter */
710 png_bytepp rp; /* row pointer */
718 for (i = 0, rp = row; i < num_rows; i++, rp++)
730 png_uint_32 i; /* row index */
732 png_bytepp rp; /* points to current row */
756 /* called by user to write a row of image data */
758 png_write_row(png_structp png_ptr, png_bytep row)
762 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
807 /* if interlaced and not interested in row, return */
865 /* set up row info for transformations */
883 /* Copy user's row into buffer, leaving room for filter byte. */
884 png_memcpy_check(png_ptr, png_ptr->row_buf + 1, row,
925 /* Find a filter if necessary, filter the row and write it out. */
1123 /* Allow the application to select one or more row filters to use. */
1142 case 7: png_warning(png_ptr, "Unknown row filter for method 0");
1157 default: png_warning(png_ptr, "Unknown row filter for method 0");
1165 * will be missing the data in the previous row. If an application