Home | History | Annotate | Download | only in libpng

Lines Matching refs:new_row

693 row_callback(png_structp png_ptr, png_bytep new_row,
702 * libpng called new_row that is to replace a corresponding row (of
705 * The new row data pointer "new_row" may be NULL, indicating there is
708 * If new_row is not NULL then you need to call
722 if ((old_row != NULL) && (new_row != NULL))
723 png_progressive_combine_row(png_ptr, old_row, new_row);
738 png_progressive_combine_row(png_ptr, old_row, new_row);
744 * to pass the current row as new_row, and the function will combine