Searched refs:num_rows (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), 313 sp_export_get_rows(guchar const **rows, void **to_free, int row, int num_rows, void *data) argument 321 num_rows = MIN(num_rows, static_cast<int>(ebp->sheight)); 322 num_rows = MIN(num_rows, static_cast<int>(ebp->height - row)); 328 Geom::IntRect bbox = Geom::IntRect::from_xywh(0, row, ebp->width, num_rows); 334 unsigned char *px = g_new(guchar, num_rows * stride); 337 px, CAIRO_FORMAT_ARGB32, ebp->width, num_rows, stride); 352 convert_pixels_argb32_to_pixbuf(px, ebp->width, num_rows, strid 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 [all...] |
Completed in 13 milliseconds