Lines Matching defs:psize
36 GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, Geom::Rect const &dbox, unsigned psize)
48 int dx = psize;
49 int dy = psize;
54 ibox.min() - Geom::IntPoint(dx, dy), Geom::IntPoint(psize, psize));
58 CAIRO_FORMAT_ARGB32, psize, psize);
86 Glib::ustring SvgPreview::cache_key(gchar const *uri, gchar const *name, unsigned psize) const {
92 key += psize;
110 double /*scale_factor*/, unsigned int psize) {
112 Glib::ustring key = cache_key(uri, id, psize);
117 px = render_pixbuf(root, scale_factor, dbox, psize);