Searched refs:stD (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/livarot/ |
H A D | ShapeMisc.cpp | 599 Geom::Point stD = a->getEdge(stB).dx; local 603 double stL = sqrt (dot(stD,stD)); 606 MiscNormalize (stD); 680 Path::DoLeftJoin (this, 0, join, ptP+this_vec, stD+this_vec, seD+this_vec, miter, stL, seL, 686 Path::DoRightJoin (this, this_power * scaler, join, ptP, stD, seD, miter, stL, seL, 691 Path::DoLeftJoin (this, -this_power * scaler, join, ptP, stD, seD, miter, stL, seL, 791 Geom::Point stD = a->getEdge(stB).dx; local 795 double stL = sqrt (dot(stD,stD)); [all...] |
H A D | PathCutting.cpp | 1151 Geom::Point stD,enD,endP; local 1154 stD=oData->start; 1166 nData->start=ct*stD;
|
Completed in 27 milliseconds