Searched defs:y_offset (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/ui/widget/
H A Daddtoicon.cpp89 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 Dclipmaskicon.cpp101 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 Dimagetoggler.cpp91 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 Dinsertordericon.cpp89 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 Dlayertypeicon.cpp102 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 Dhighlight-picker.cpp73 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 Dfilter-effects-dialog.cpp1770 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