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

/inkscape/src/
H A Dsp-spiral.cpp236 void SPSpiral::fitAndDraw(SPCurve* c, double dstep, Geom::Point darray[], Geom::Point const& hat1, Geom::Point& hat2, double* t) const { argument
249 darray[i] = this->getXY(d);
251 /* Avoid useless adjacent dups. (Otherwise we can have all of darray filled with
253 if ((i != 0) && (darray[i] == darray[i - 1]) && (d < 1.0)) {
283 depth = Geom::bezier_fit_cubic_full (bezier, NULL, darray, SAMPLE_SIZE,
307 c->lineto(darray[i]);
331 Geom::Point darray[SAMPLE_SIZE + 1]; local
359 this->fitAndDraw(c, dstep, darray, hat1, hat2, &t);
365 this->fitAndDraw(c, (1.0 - t) / (SAMPLE_SIZE - 1.0), darray, hat
[all...]
H A Dsp-spiral.h78 void fitAndDraw(SPCurve* c, double dstep, Geom::Point darray[], Geom::Point const& hat1, Geom::Point& hat2, double* t) const;

Completed in 15 milliseconds