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

/inkscape/src/extension/internal/pdfinput/
H A Dpdf-input.cpp492 int cairo_width, cairo_height, cairo_rowstride; local
499 cairo_height = cairo_image_surface_get_height (surface);
509 if (cairo_height > gdk_pixbuf_get_height (pixbuf))
510 cairo_height = gdk_pixbuf_get_height (pixbuf);
511 for (y = 0; y < cairo_height; y++)

Completed in 18 milliseconds