Lines Matching refs:row
737 png_write_rows(png_structp png_ptr, png_bytepp row,
740 png_uint_32 i; /* row counter */
741 png_bytepp rp; /* row pointer */
749 for (i = 0, rp = row; i < num_rows; i++, rp++)
761 png_uint_32 i; /* row index */
763 png_bytepp rp; /* points to current row */
789 /* Called by user to write a row of image data */
791 png_write_row(png_structp png_ptr, png_bytep row)
796 png_debug2(1, "in png_write_row (row %ld, pass %d)",
845 /* If interlaced and not interested in row, return */
903 /* Set up row info for transformations */
921 /* Copy user's row into buffer, leaving room for filter byte. */
922 png_memcpy_check(png_ptr, png_ptr->row_buf + 1, row,
963 /* Find a filter if necessary, filter the row and write it out. */
1178 /* Allow the application to select one or more row filters to use. */
1198 case 7: png_warning(png_ptr, "Unknown row filter for method 0");
1213 default: png_warning(png_ptr, "Unknown row filter for method 0");
1221 * will be missing the data in the previous row. If an application