Searched defs:lsize (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/widgets/
H A Dicon.h37 Inkscape::IconSize lsize; member in struct:SPIcon
H A Dbutton.h45 Inkscape::IconSize lsize; member in struct:SPButton
H A Dicon.cpp47 static GtkWidget *newFull( Inkscape::IconSize lsize, gchar const *name );
79 static void addPreRender( GtkIconSize lsize, gchar const *name );
80 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);
131 IconCacheItem( GtkIconSize lsize, GdkPixbuf* pb ) : argument
132 _lsize( lsize ),
169 icon->lsize = Inkscape::ICON_SIZE_BUTTON;
207 : getPhysSize(icon->lsize) );
342 renderup( gchar const* name, Inkscape::IconSize lsize, unsigned psize ) argument
801 newFull( Inkscape::IconSize lsize, gchar const *name ) argument
866 sp_icon_new( Inkscape::IconSize lsize, gchar const *name ) argument
872 sp_pixbuf_new( Inkscape::IconSize lsize, gchar const *name ) argument
1337 addToIconSet(GdkPixbuf* pb, gchar const* name, GtkIconSize lsize, unsigned psize) argument
1379 prerenderIcon(gchar const *name, GtkIconSize lsize, unsigned psize) argument
1486 loadSvg(std::list<Glib::ustring> const &names, GtkIconSize lsize, unsigned psize) argument
1571 preRenderItem( GtkIconSize lsize, gchar const *name ) argument
1583 addPreRender( GtkIconSize lsize, gchar const *name ) argument
1621 GtkIconSize lsize = static_cast<GtkIconSize>(GPOINTER_TO_INT(user_data)); local
[all...]

Completed in 272 milliseconds