Searched refs:to_free (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/helper/ |
H A D | png-write.cpp | 128 int (* get_rows)(guchar const **rows, void **to_free, int row, int num_rows, void *data), 279 void *to_free; local 280 int n = get_rows((unsigned char const **) row_pointers, &to_free, r, height-r, data); 283 g_free(to_free); 313 sp_export_get_rows(guchar const **rows, void **to_free, int row, int num_rows, void *data) argument 348 *to_free = px; 126 sp_png_write_rgba_striped(SPDocument *doc, gchar const *filename, unsigned long int width, unsigned long int height, double xdpi, double ydpi, int (* get_rows)(guchar const **rows, void **to_free, int row, int num_rows, void *data), void *data) argument
|
Completed in 14 milliseconds