Lines Matching refs:endP
1151 Geom::Point stD,enD,endP;
1156 endP=oData->p;
1162 InsertCubicTo(endP,(1-ct)*theT,(1-ct)*enD,cp+1);
1180 Geom::Point endP;
1183 endP=oData->p;
1186 theP=ct*endP+(1-ct)*startP;
1188 InsertLineTo(endP,cp+1);
1204 Geom::Point endP;
1210 endP=oData->p;
1219 ArcAngles(startP,endP,rx,ry,angle*M_PI/180.0,large,clockw,sang,eang);
1234 InsertArcTo(endP,rx,ry,angle,true,clockw,cp+1);
1236 InsertArcTo(endP,rx,ry,angle,false,clockw,cp+1);
1266 Geom::Point endP=theBD.p;
1275 Geom::Point bP=ct*endP+(1-ct)*midP;
1384 Geom::Point endP;
1401 endP=nData->p;
1404 endP=nData->p;
1407 endP=nData->p;
1410 endP=nData->p;
1414 if ( Geom::LInfty(endP-np) < 0.00001 ) {