Lines Matching defs:seD
600 Geom::Point seD = a->getEdge(i).dx;
604 double seL = sqrt (dot(seD,seD));
608 MiscNormalize (seD);
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,
792 Geom::Point seD = a->getEdge(i).dx;
796 double seL = sqrt (dot(seD,seD));
800 MiscNormalize (seD);
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,