Searched refs:shiftx_cumulate (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dclonetiler.h91 int shiftx_cumulate, int shifty_cumulate,
H A Dclonetiler.cpp302 GtkWidget *l = clonetiler_checkbox (_("Cumulate the shifts for each column"), "shiftx_cumulate");
1429 int shiftx_cumulate, int shifty_cumulate,
1456 if( shiftx_cumulate ) { // Should the delta shifts be cumulative (i.e. 1, 1+2, 1+2+3, ...)
2281 bool shiftx_cumulate = prefs->getBool(prefs_path + "shiftx_cumulate"); local
2433 shiftx_cumulate, shifty_cumulate,
1411 clonetiler_get_transform( int type, int i, int j, double cx, double cy, double w, double h, double shiftx_per_i, double shifty_per_i, double shiftx_per_j, double shifty_per_j, double shiftx_rand, double shifty_rand, double shiftx_exp, double shifty_exp, int shiftx_alternate, int shifty_alternate, int shiftx_cumulate, int shifty_cumulate, int shiftx_excludew, int shifty_excludeh, double scalex_per_i, double scaley_per_i, double scalex_per_j, double scaley_per_j, double scalex_rand, double scaley_rand, double scalex_exp, double scaley_exp, double scalex_log, double scaley_log, int scalex_alternate, int scaley_alternate, int scalex_cumulate, int scaley_cumulate, double rotate_per_i, double rotate_per_j, double rotate_rand, int rotate_alternatei, int rotate_alternatej, int rotate_cumulatei, int rotate_cumulatej ) argument

Completed in 26 milliseconds