Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:row

549       "Ignoring extra png_read_update_info() call; row buffer not reallocated");
571 png_read_row(png_structp png_ptr, png_bytep row, png_bytep dsp_row)
581 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
619 /* if interlaced and we do not need a new row, combine row and return */
696 png_error(png_ptr, "Invalid attempt to read row data");
786 if (row != NULL)
787 png_combine_row(png_ptr, row,
793 if (row != NULL)
794 png_combine_row(png_ptr, row, 0xff);
813 * "row" holds the actual image, and pixels are placed in it
831 png_read_rows(png_structp png_ptr, png_bytepp row,
840 rp = row;
1330 int row;
1459 for (row = 0; row < (int)info_ptr->height; row++)
1461 info_ptr->row_pointers[row] = (png_bytep)png_malloc(png_ptr,