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

/inkscape/src/helper/
H A Dpng-write.cpp134 struct SPEBP *ebp = (struct SPEBP *) data; local
275 png_bytep* row_pointers = new png_bytep[ebp->sheight];
315 struct SPEBP *ebp = (struct SPEBP *) data; local
317 if (ebp->status) {
318 if (!ebp->status((float) row / ebp->height, ebp->data)) return 0;
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
443 struct SPEBP ebp; local
[all...]

Completed in 14 milliseconds