Searched refs:cairo_width (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
498 cairo_width = cairo_image_surface_get_width (surface);
500 cairo_rowstride = cairo_width * 4;
507 if (cairo_width > gdk_pixbuf_get_width (pixbuf))
508 cairo_width = gdk_pixbuf_get_width (pixbuf);
515 for (x = 0; x < cairo_width; x++)

Completed in 32 milliseconds