Searched refs:pixbuf_n_channels (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
505 pixbuf_n_channels = gdk_pixbuf_get_n_channels (pixbuf);
520 if (pixbuf_n_channels == 4)
522 dst += pixbuf_n_channels;

Completed in 15 milliseconds