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

/inkscape/src/ui/dialog/
H A Dfilter-effects-dialog.cpp2016 Gdk::Rectangle rct, vis; local
2020 get_cell_area(get_model()->get_path(row), *get_column(1), rct);
2022 text_start_x = rct.get_x() + rct.get_width() - get_input_type_width() * FPInputConverter._length + 1;
2057 get_cell_area(get_model()->get_path(row), *get_column(1), rct);
2058 const int x = rct.get_x(), y = rct.get_y(), h = rct.get_height();
2271 Gdk::Rectangle rct; local
2273 get_cell_area(get_model()->get_path(_model->children().begin()), *get_column(1), rct);
2316 Gdk::Rectangle rct; local
2500 Gdk::Rectangle rct; local
[all...]
/inkscape/src/libuemf/
H A Duemf.c1605 U_RECTL rct; local
1606 rct.left = ul.x;
1607 rct.top = ul.y;
1608 rct.right = lr.x;
1609 rct.bottom = lr.y;
1610 return(rct);
1626 PU_RECTL rct = &(array[index]); local
1627 rct->left = ul.x;
1628 rct->top = ul.y;
1629 rct
[all...]

Completed in 33 milliseconds