Searched refs:crect (Results 1 - 1 of 1) sorted by relevance
| /inkscape/src/display/ |
| H A D | sp-canvas.cpp | 1174 cairo_rectangle_int_t crect = { canvas->_x0, canvas->_y0, allocation->width, allocation->height }; local 1175 cairo_region_intersect_rectangle(canvas->_clean_region, &crect); 1887 cairo_rectangle_int_t crect = { _x0, _y0, allocation.width, allocation.height }; local 1888 cairo_region_t *to_draw = cairo_region_create_rectangle(&crect); 1893 cairo_rectangle_int_t crect; local 1894 cairo_region_get_rectangle(to_draw, i, &crect); 1895 if (!paintRect(crect.x, crect.y, crect.x + crect 2010 cairo_rectangle_int_t crect = { _x0, _y0, allocation.width, allocation.height }; local 2199 cairo_rectangle_int_t crect = { area.left(), area.top(), area.width(), area.height() }; local [all...] |
Completed in 19 milliseconds