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

/inkscape/src/helper/
H A Dpng-write.cpp54 unsigned long int width, height, sheight; member in struct:SPEBP
275 png_bytep* row_pointers = new png_bytep[ebp->sheight];
321 num_rows = MIN(num_rows, static_cast<int>(ebp->sheight));
469 ebp.sheight = 64;
470 ebp.px = g_try_new(guchar, 4 * ebp.sheight * width);

Completed in 28 milliseconds