Lines Matching defs:stD
599 Geom::Point stD = a->getEdge(stB).dx;
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;
795 double stL = sqrt (dot(stD,stD));
798 MiscNormalize (stD);
841 Path::DoRightJoin (this, this_dec, join, ptP, stD, seD, miter, stL, seL,
848 Path::DoLeftJoin (this, -this_dec, join, ptP, stD, seD, miter, stL, seL,