Lines Matching defs:row
534 "Ignoring extra png_read_update_info() call; row buffer not reallocated");
555 png_read_row(png_structp png_ptr, png_bytep row, png_bytep dsp_row)
563 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
601 /* if interlaced and we do not need a new row, combine row and return */
678 png_error(png_ptr, "Invalid attempt to read row data");
768 if (row != NULL)
769 png_combine_row(png_ptr, row,
775 if (row != NULL)
776 png_combine_row(png_ptr, row, 0xff);
795 * "row" holds the actual image, and pixels are placed in it
813 png_read_rows(png_structp png_ptr, png_bytepp row,
821 rp = row;
1310 int row;
1438 for (row = 0; row < (int)info_ptr->height; row++)
1440 info_ptr->row_pointers[row] = (png_bytep)png_malloc(png_ptr,