Searched defs:psize (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/widgets/
H A Dicon.h38 int psize; member in struct:SPIcon
H A Dbutton.h46 unsigned int psize; member in struct:SPButton
H A Dstroke-marker-selector.cpp463 MarkerComboBox::create_marker_image(unsigned psize, gchar const *mname, argument
545 Glib::ustring key = svg_preview_cache.cache_key(source->getURI(), cache_name, psize);
550 pixbuf = render_pixbuf(drawing, 0.8, *dbox, psize);
H A Dicon.cpp80 static GdkPixbuf* renderup( gchar const* name, Inkscape::IconSize lsize, unsigned psize );
83 static GdkPixbuf *loadPixmap(gchar const *name, unsigned lsize, unsigned psize);
84 static GdkPixbuf *loadSvg(std::list<Glib::ustring> const &names, GtkIconSize lsize, unsigned psize);
93 static bool prerenderIcon(gchar const *name, GtkIconSize lsize, unsigned psize);
98 unsigned psize, unsigned &stride);
170 icon->psize = 0;
189 icon->psize = 0;
205 int const size = ( icon->psize
206 ? icon->psize
336 icon->psize
837 int psize = getPhysSize(lsize); local
874 int psize = IconImpl::getPhysSize(lsize); local
1064 loadPixmap(gchar const *name, unsigned , unsigned psize) argument
1126 sp_icon_doc_icon( SPDocument *doc, Inkscape::Drawing &drawing, gchar const *name, unsigned psize, unsigned &stride) argument
1261 icon_cache_key(Glib::ustring const & name, unsigned psize) argument
1294 load_svg_pixels(std::list<Glib::ustring> const &names, unsigned psize, unsigned &stride) argument
1337 addToIconSet(GdkPixbuf* pb, gchar const* name, GtkIconSize lsize, unsigned psize) argument
1359 int psize = IconImpl::getPhysSize(lsize); local
1379 prerenderIcon(gchar const *name, GtkIconSize lsize, unsigned psize) argument
1486 loadSvg(std::list<Glib::ustring> const &names, GtkIconSize lsize, unsigned psize) argument
1602 int psize = getPhysSize(single._lsize); local
1623 int psize = getPhysSize(lsize); local
1631 int psize = getPhysSize(size); local
1664 int psize = getPhysSize(iconSize); local
[all...]
/inkscape/src/ui/cache/
H A Dsvg_preview_cache.cpp36 GdkPixbuf* render_pixbuf(Inkscape::Drawing &drawing, double scale_factor, Geom::Rect const &dbox, unsigned psize) argument
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) {
109 get_preview(const gchar* uri, const gchar* id, Inkscape::DrawingItem * , double , unsigned int psize) argument
[all...]
/inkscape/src/display/
H A Dcurve.cpp633 size_t psize = std::max<size_t>(1, it->size_closed()); local
634 nr += psize;
/inkscape/src/ui/dialog/
H A Dsymbols.cpp824 unsigned psize = SYMBOL_ICON_SIZES[pack_size]; local
845 scale = psize / std::max(width, height);
847 scale = pow( 2.0, scale_factor/2.0 ) * psize / 32.0;
849 pixbuf = Glib::wrap(render_pixbuf(renderDrawing, scale, *dbox, psize));

Completed in 26 milliseconds