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

/inkscape/src/display/
H A Ddrawing-context.h65 void rectangle(Geom::Rect const &r) { function in class:Inkscape::DrawingContext
68 void rectangle(Geom::IntRect const &r) { function in class:Inkscape::DrawingContext
H A Dsp-canvas.cpp24 #include <gdkmm/rectangle.h>
105 * Renders all visible canvas group items in buf rectangle.
1602 // Mark the painted rectangle clean
1803 cairo_rectangle_t rectangle = rects->rectangles[i]; local
1804 Geom::Rect dr = Geom::Rect::from_xywh(rectangle.x + canvas->_x0, rectangle.y + canvas->_y0,
1805 rectangle.width, rectangle.height);
2163 * Return canvas window coordinates as integer rectangle.
/inkscape/src/extension/internal/
H A Dwmf-print.cpp1024 bool rectangle = false; local
1033 // rectangle = true;
1052 if (rectangle) {
H A Demf-print.cpp855 Sets is_rect if it is a rectangle.
866 if(vertices==4){ // or else it cannot be a rectangle
869 Find minimum rotation to align rectangle with X,Y axes. (Very degenerate if it is rotated 45 degrees.) */
904 /* Compare a vector with a rectangle's orientation (angle needed to rotate side(s)
930 clockwise or counterclockwise. This should work even if the corners of the rectangle
1133 /* native linear gradients are only used if the object is a rectangle AND the gradient is parallel to the sides of the object */
1142 /* Gradientfill records can only be used if the gradient is parallel to the sides of the rectangle.
1241 Geom::Point outUL, outLR; // UL,LR corners of a stop rectangle, in OUTPUT coordinates
1248 /* coordinates: upper left, upper right, and lower right corners of the rectangle.
1256 /* The basic rectangle fo
1609 bool rectangle = false; local
[all...]
/inkscape/src/
H A Dselection-chemistry.cpp3376 SPItem *rectangle = static_cast<SPItem *>(desktop->getDocument()->getObjectByRepr(rect)); local
3381 selection->set(rectangle);

Completed in 91 milliseconds