Searched refs:CubicTo (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathCutting.cpp | 401 CubicTo (tmp, tms, tme); 569 curAdd->CubicTo(nData->p,nData->start,nData->end); 683 curAdd->CubicTo(nData->p,nData->start,nData->end); 1441 res->CubicTo(nData->p,nData->start,nData->end); 1473 res->CubicTo(nData->p,nData->start,nData->end); 1506 res->CubicTo(nData->p,nData->start,nData->end);
|
H A D | PathOutline.cpp | 106 rev->CubicTo (nextX, ieD,isD); 286 rev->CubicTo (nextX, ieD,isD); 1224 dest->CubicTo(pos.x+width*enNor.x,pos.y+width*enNor.y, 1238 dest->CubicTo(pos.x+width*biNor.x,pos.y+width*biNor.y, 1241 dest->CubicTo(pos.x+width*enNor.x,pos.y+width*enNor.y, 1321 int n_d = data->dest->CubicTo (enPos + width*enNor, 1347 int n_d = data->dest->CubicTo (enPos + width*enNor, 1462 int n_d = data->dest->CubicTo (enPos + width*enNor, 1486 int n_d = data->dest->CubicTo (enPos + width*enNor,
|
H A D | Path.cpp | 194 int Path::CubicTo(Geom::Point const &iPt, Geom::Point const &iStD, Geom::Point const &iEnD) function in class:Path 215 CubicTo(iPt,iStD,iEnD);
|
H A D | Path.h | 109 int CubicTo ( Geom::Point const &ip, Geom::Point const &iStD, Geom::Point const &iEnD);
|
H A D | PathSimplify.cpp | 221 CubicTo(endToPt, res.start, res.end); 1357 dest->CubicTo(lastCubic.p, lastCubic.start, lastCubic.end);
|
H A D | ShapeMisc.cpp | 1145 dest->CubicTo (nx,sDx,eDx);
|
Completed in 34 milliseconds