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

/inkscape/src/ui/widget/
H A Dclipmaskicon.cpp40 phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION);
54 _property_pixbuf_clip = icon_theme->load_icon(_pixClipName, phys, (Gtk::IconLookupFlags)0);
57 _property_pixbuf_inverse = icon_theme->load_icon(_pixInverseName, phys, (Gtk::IconLookupFlags)0);
60 _property_pixbuf_mask = icon_theme->load_icon(_pixMaskName, phys, (Gtk::IconLookupFlags)0);
108 *width = phys;//+= (*width) >> 1;
111 *height =phys;//+= (*height) >> 1;
H A Dinsertordericon.cpp34 phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION);
45 _property_pixbuf_top = icon_theme->load_icon(_pixTopName, phys, (Gtk::IconLookupFlags)0);
48 _property_pixbuf_bottom = icon_theme->load_icon(_pixBottomName, phys, (Gtk::IconLookupFlags)0);
96 *width = phys;//+= (*width) >> 1;
99 *height =phys;//+= (*height) >> 1;
H A Daddtoicon.cpp38 phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_BUTTON);
46 // _property_pixbuf_add = icon_theme->load_icon(_pixAddName, phys, (Gtk::IconLookupFlags)0);
96 *width = phys;//+= (*width) >> 1;
99 *height =phys;//+= (*height) >> 1;
H A Dlayertypeicon.cpp41 int phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION); local
55 _property_pixbuf_layer = icon_theme->load_icon(_pixLayerName, phys, (Gtk::IconLookupFlags)0);
58 _property_pixbuf_group = icon_theme->load_icon(_pixGroupName, phys, (Gtk::IconLookupFlags)0);
61 _property_pixbuf_path = icon_theme->load_icon(_pixPathName, phys, (Gtk::IconLookupFlags)0);
H A Dimagetoggler.cpp35 int phys = sp_icon_get_phys_size((int)Inkscape::ICON_SIZE_DECORATION); local
47 _property_pixbuf_on = icon_theme->load_icon(_pixOnName, phys, (Gtk::IconLookupFlags)0);
50 _property_pixbuf_off = icon_theme->load_icon(_pixOffName, phys, (Gtk::IconLookupFlags)0);
H A Daddtoicon.h71 int phys; member in class:Inkscape::UI::Widget::AddToIcon
H A Dinsertordericon.h72 int phys; member in class:Inkscape::UI::Widget::InsertOrderIcon
H A Dclipmaskicon.h71 int phys; member in class:Inkscape::UI::Widget::ClipMaskIcon

Completed in 224 milliseconds