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

/inkscape/src/ui/dialog/
H A Dgrid-arrange-tab.cpp126 int cnt,row_cnt,col_cnt,a,row,col; local
203 cnt=0;
211 if (width > col_widths[(cnt % NoOfCols)]) {
212 col_widths[(cnt % NoOfCols)] = width;
214 if (height > row_heights[(cnt / NoOfCols)]) {
215 row_heights[(cnt / NoOfCols)] = height;
219 cnt++;
302 cnt=0;
327 row = cnt / NoOfCols;
328 col = cnt
[all...]

Completed in 15 milliseconds