Searched refs:SP_STAR_POINT_KNOT2 (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | sp-star.cpp | 319 SPStarPoint other = (point == SP_STAR_POINT_KNOT2? SP_STAR_POINT_KNOT1 : SP_STAR_POINT_KNOT2); 322 Geom::Point prev = (star->flatsided? sp_star_get_xy (star, point, pi) : sp_star_get_xy (star, other, point == SP_STAR_POINT_KNOT2? index : pi)); 399 c->lineto(sp_star_get_xy (this, SP_STAR_POINT_KNOT2, 0, true)); 402 sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT2, 0, PREV), 403 sp_star_get_xy (this, SP_STAR_POINT_KNOT2, 0, true)); 413 c->curveto(sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT2, i - 1, NEXT), 425 c->lineto(sp_star_get_xy (this, SP_STAR_POINT_KNOT2, i, true)); 428 sp_star_get_curvepoint (this, SP_STAR_POINT_KNOT2, i, PREV), 429 sp_star_get_xy (this, SP_STAR_POINT_KNOT2, [all...] |
H A D | sp-star.h | 25 SP_STAR_POINT_KNOT2 enumerator in enum:__anon432
|
H A D | sp-mesh-array.cpp | 1272 patch0.setPoint( 1, 0, sp_star_get_xy( star, SP_STAR_POINT_KNOT2, i ) ); 1281 patch1.setPoint( 0, 0, sp_star_get_xy( star, SP_STAR_POINT_KNOT2, i ) );
|
/inkscape/src/ui/ |
H A D | object-edit.cpp | 1101 return sp_star_get_xy(star, SP_STAR_POINT_KNOT2, 0);
|
Completed in 716 milliseconds