Home | History | Annotate | Download | only in libpng

Lines Matching refs:row

574       "Ignoring extra png_read_update_info() call; row buffer not reallocated");
599 png_read_row(png_structp png_ptr, png_bytep row, png_bytep dsp_row)
610 png_debug2(1, "in png_read_row (row %lu, pass %d)",
650 /* If interlaced and we do not need a new row, combine row and return */
727 png_error(png_ptr, "Invalid attempt to read row data");
813 if (row != NULL)
814 png_combine_row(png_ptr, row,
820 if (row != NULL)
821 png_combine_row(png_ptr, row, 0xff);
840 * "row" holds the actual image, and pixels are placed in it
858 png_read_rows(png_structp png_ptr, png_bytepp row,
869 rp = row;
1361 int row;
1511 for (row = 0; row < (int)info_ptr->height; row++)
1512 info_ptr->row_pointers[row] = (png_bytep)png_malloc(png_ptr,