Home | History | Annotate | Download | only in libpng

Lines Matching refs:row_buf

922    png_memcpy_check(png_ptr, png_ptr->row_buf + 1, row,
931 png_ptr->row_buf + 1, png_ptr->pass);
959 png_do_write_intrapixel(&(png_ptr->row_info), png_ptr->row_buf + 1);
1131 png_free(png_ptr, png_ptr->row_buf);
1217 /* If we have allocated the row_buf, this means we have already started
1226 if (png_ptr->row_buf != NULL)