Searched refs:write_status (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/helper/
H A Dpng-write.cpp467 bool write_status = false;; local
473 write_status = sp_png_write_rgba_striped(doc, filename, width, height, xdpi, ydpi, sp_export_get_rows, &ebp);
480 return write_status ? EXPORT_OK : EXPORT_ERROR;

Completed in 15 milliseconds