Searched refs:stx (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A DPathConversion.cpp136 Geom::Point stx; local
137 stx = (bx + cx) / 2;
139 AddPoint(stx,curP - 1+k,1.0,false);
145 RecBezierTo(cx, stx, mx, treshhold, 8, 0.0, 1.0, curP + k);
155 Geom::Point stx; local
156 stx = (bx + cx) / 2;
159 AddPoint(stx, curP + nbInterm - 2, 1.0, false);
165 RecBezierTo(cx, stx, mx, treshhold, 8, 0.0, 1.0, curP + nbInterm - 1);
337 Geom::Point stx = (bx + cx) / 2; local
339 descr_cmd[ip - 2]->associated = AddPoint(stx, fals
362 Geom::Point stx = (bx + cx) / 2; local
576 Geom::Point stx = (bx+cx) / 2; local
601 Geom::Point const stx = (bx + cx) / 2; member in class:Geom
[all...]
H A DPathOutline.cpp750 Geom::Point stx = (bx + cx) / 2; local
755 TangentOnBezAt (1.0, stx, tempi, tempb, true, enPos, enTgt, enTle, enRad);
764 callsData.x1 = stx[0];
765 callsData.y1 = stx[1];
779 Geom::Point stx = (bx + cx) / 2; local
784 TangentOnBezAt (1.0, stx, tempi, tempb, true, enPos,
794 callsData.x1 = stx[0];
795 callsData.y1 = stx[1];

Completed in 21 milliseconds