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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2015 int fheight = CellRendererConnection::size; local
2074 const int outline_x = x + fheight * (row_count - row_index);
2274 const int fheight = CellRendererConnection::size; local
2278 const int x2 = rct.get_x() + fheight * (row_count - row_index) - fheight / 2;
2284 cr->line_to(x2-fheight/4, y1);
2285 cr->line_to(x2, y1-fheight/4);
2320 const int fheight = CellRendererConnection::size; local
2325 const int x = rct.get_x() + fheight * (_model->children().size() - find_index(row));
2326 const int con_w = (int)(fheight * 0.3
[all...]

Completed in 21 milliseconds