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

/inkscape/src/live_effects/
H A Dlpe-lattice.cpp136 unsigned corner = iu + 2*iv; local
148 // i = Upperleft corner of the considerated rectangle
149 // corner = actual corner of the rectangle
151 double dl = dot((*handles[corner+4*i] - (base + origin)), dir)/dot(dir,dir);
152 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
H A Dlpe-lattice2.cpp184 unsigned corner = iu + 2*iv; local
196 // i = Upperleft corner of the considerated rectangle
197 // corner = actual corner of the rectangle
199 double dl = dot((handles[corner+4*i] - (base + origin)), dir)/dot(dir,dir);
200 sb2[dim][i][corner] = dl/( dim ? height : width )*pow(4.0,ui+vi);
/inkscape/src/2geom/
H A Dgeneric-rect.h141 /** @brief Get the corner of the rectangle with smallest coordinate values.
144 /** @brief Get the corner of the rectangle with largest coordinate values.
147 /** @brief Return the n-th corner of the rectangle.
152 CPoint corner(unsigned i) const { function in class:Geom::GenericRect
/inkscape/src/
H A Dsp-hatch.cpp665 Geom::Point corner = bbox->corner(i); local
666 Geom::Point corner_ps = corner * user2ps;
H A Dgradient-drag.cpp106 N_("Mesh gradient <b>corner</b>"),
1303 * Update mesh handles when mesh corner is moved.
1304 * pc_old: old position of corner (could be changed to dp if we figure out transforms).
1306 * Scaling takes place only between a selected and an unselected corner,
1307 * other wise a handle is displaced the same distance as the adjacent corner.
1309 * from each corner.
1325 // corner points to be selected in multiple meshes at the same time... with some
1328 // If no corner point in GrDragger then do nothing.
1357 // Loop over all draggables in moved corner
1376 // pc_old is the old corner positio
1994 GrDraggable *corner = new GrDraggable (item, POINT_MG_CORNER, icorner, fill_or_stroke); local
[all...]
/inkscape/src/ui/tool/
H A Dtransform-handle-set.cpp238 ScaleCornerHandle(TransformHandleSet &th, unsigned corner) : argument
239 ScaleHandle(th, corner_to_anchor(corner), _corner_to_pixbuf(corner)),
240 _corner(corner)
246 _sc_opposite = _th.bounds().corner(_corner + 2);
335 _sc_opposite = Geom::middle_point(b.corner(_side + 2), b.corner(_side + 3));
406 RotateHandle(TransformHandleSet &th, unsigned corner) argument
407 : TransformHandle(th, corner_to_anchor(corner), _corner_to_pixbuf(corner))
[all...]
/inkscape/src/extension/internal/
H A Demf-inout.cpp694 if(gradc=='H'){ // UR corner
699 else { // LL corner
1002 tmp -= d->ulCornerOutX; //The EMF boundary rectangle can be anywhere, place its upper left corner in the Inkscape upper left corner
1012 tmp -= d->ulCornerOutY; //The EMF boundary rectangle can be anywhere, place its upper left corner in the Inkscape upper left corner
1637 tsp.boff = 0.0; /* offset to baseline from LL corner of bounding rectangle, changes with fs and taln*/
1847 // Upper left corner, from header rclBounds, in device units, usually both 0, but not always
2629 U_SIZEL corner = pEmr->szlCorner; local
2632 double cnx = corner
[all...]
H A Demf-print.cpp795 /* Return a Path consisting of just the corner points of the single path in a PathVector. If the
924 /* retrieve the point at the indicated corner:
933 Geom::Point PrintEmf::get_pathrect_corner(Geom::Path pathRect, double angle, int corner){ argument
942 switch(corner){
1256 /* The basic rectangle for all of these is placed with its UL corner at 0,0 with a size wRect,hRect.
1731 Geom::Point pLL2 = pLL * tf; //location of LL corner in Inkscape coordinates
1776 Dest, //! Destination UL corner in logical units
1778 Src, //! Source UL corner in logical units

Completed in 38 milliseconds