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

/inkscape/src/widgets/
H A Dicon.cpp80 static GdkPixbuf* renderup( gchar const* name, Inkscape::IconSize lsize, unsigned psize );
337 icon->pb = renderup(icon->name, icon->lsize, icon->psize);
342 GdkPixbuf* IconImpl::renderup( gchar const* name, Inkscape::IconSize lsize, unsigned psize ) { function in class:IconImpl
875 return IconImpl::renderup(name, lsize, psize);

Completed in 18 milliseconds