Searched defs:ICON_SIZE_DECORATION (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dicon-size.h27 ICON_SIZE_DECORATION enumerator in enum:Inkscape::IconSize
/inkscape/src/ui/widget/
H A Dclipmaskicon.cpp40 phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION);
44 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixClipName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
47 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixInverseName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
50 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixMaskName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
H A Dimagetoggler.cpp35 int phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION);
39 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixOnName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
42 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixOffName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
H A Dinsertordericon.cpp34 phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION);
38 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixTopName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
41 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixBottomName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
H A Dlayertypeicon.cpp41 int phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION);
45 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixLayerName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
48 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixGroupName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape
51 Inkscape::queueIconPrerender( INKSCAPE_ICON(_pixPathName.data()), Inkscape::ICON_SIZE_DECORATION ); member in class:Inkscape::UI::Widget::Inkscape

Completed in 16 milliseconds