Searched defs:min_h (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | addtoicon.cpp | 57 int& min_h, 60 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h); 62 if (min_h) { 63 min_h += (min_h) >> 1; 56 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
|
H A D | clipmaskicon.cpp | 69 int& min_h, 72 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h); 74 if (min_h) { 75 min_h += (min_h) >> 1; 68 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
|
H A D | imagetoggler.cpp | 59 int& min_h, 62 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h); 64 if (min_h) { 65 min_h += (min_h) >> 1; 58 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
|
H A D | insertordericon.cpp | 57 int& min_h, 60 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h); 62 if (min_h) { 63 min_h += (min_h) >> 1; 56 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
|
H A D | layertypeicon.cpp | 70 int& min_h, 73 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h); 75 if (min_h) { 76 min_h += (min_h) >> 1; 69 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
|
H A D | highlight-picker.cpp | 41 int& min_h, 44 Gtk::CellRendererPixbuf::get_preferred_height_vfunc(widget, min_h, nat_h); 46 if (min_h) { 47 min_h += (min_h) >> 1; 40 get_preferred_height_vfunc(Gtk::Widget& widget, int& min_h, int& nat_h) const argument
|
Completed in 11 milliseconds