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

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp494 int pixbuf_rowstride, pixbuf_n_channels; local
504 pixbuf_rowstride = gdk_pixbuf_get_rowstride (pixbuf);
514 dst = pixbuf_data + y * pixbuf_rowstride;

Completed in 16 milliseconds