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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2055 int row_index = 0; local
2056 for(; row != get_model()->children().end(); ++row, ++row_index) {
2074 const int outline_x = x + fheight * (row_count - row_index);
2277 const int row_index = find_index(res); local
2278 const int x2 = rct.get_x() + fheight * (row_count - row_index) - fheight / 2;

Completed in 28 milliseconds