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

/inkscape/src/livarot/
H A DShapeDraw.cpp71 int stP=getEdge(i).st; local
73 if ( stP < 0 || enP < 0 ) continue;
74 double sh=(getPoint(stP).x[0]-ix)*ir+mx;
75 double sv=(getPoint(stP).x[1]-iy)*ir+my;
89 int stP=getEdge(i).st; local
91 if ( stP < 0 || enP < 0 ) continue;
92 double sh=(getPoint(stP).x[0]-ix)*ir+mx;
93 double sv=(getPoint(stP).x[1]-iy)*ir+my;
H A DPath.cpp591 Geom::Point stP = 0.5 * ( prevI->p + nextI->p ); local
592 TangentOnBezAt(at, stP, *nextI, *stB, false, pos, tgt, len, rad);
597 Geom::Point stP = 0.5 * ( prevI->p + nextI->p ); local
599 TangentOnBezAt(at, stP, *nextI, fin, false, pos, tgt, len, rad);
688 Geom::Point stP = 0.5 * ( prevI->p + nextI->p ); local
689 TangentOnBezAt(at, stP, *nextI, *stB, false, pos, tgt, len, rad);
694 Geom::Point stP = 0.5 * ( prevI->p + nextI->p ); local
696 TangentOnBezAt(at, stP, *nextI, fin, false, pos, tgt, len, rad);

Completed in 17 milliseconds