Searched defs:y_offset (Results 1 - 7 of 7) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | addtoicon.cpp | 89 int* y_offset, 93 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height ); 86 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
|
H A D | clipmaskicon.cpp | 101 int* y_offset, 105 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height ); 98 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
|
H A D | imagetoggler.cpp | 91 int* y_offset, 95 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height ); 88 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
|
H A D | insertordericon.cpp | 89 int* y_offset, 93 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height ); 86 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
|
H A D | layertypeicon.cpp | 102 int* y_offset, 106 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height ); 99 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
|
H A D | highlight-picker.cpp | 73 int* y_offset, 77 Gtk::CellRendererPixbuf::get_size_vfunc( widget, cell_area, x_offset, y_offset, width, height ); 70 get_size_vfunc(Gtk::Widget& widget, const Gdk::Rectangle* cell_area, int* x_offset, int* y_offset, int* width, int* height ) const argument
|
/inkscape/src/ui/dialog/ |
H A D | filter-effects-dialog.cpp | 1770 int* x_offset, int* y_offset, int* width, int* height) const 1776 if(y_offset) 1777 (*y_offset) = 0; 1768 get_size_vfunc( Gtk::Widget& widget, const Gdk::Rectangle* , int* x_offset, int* y_offset, int* width, int* height) const argument
|
Completed in 4645 milliseconds