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

/inkscape/src/
H A Dsp-spiral.cpp248 for (d = *t, i = 0; i <= SAMPLE_SIZE; d += dstep, i++) {
276 /* == t + (SAMPLE_SIZE - 1) * dstep, in absence of dups. */
283 depth = Geom::bezier_fit_cubic_full (bezier, NULL, darray, SAMPLE_SIZE,
306 for (i = 1; i < SAMPLE_SIZE; i++)
331 Geom::Point darray[SAMPLE_SIZE + 1];
352 double const dstep = tstep / (SAMPLE_SIZE - 1);
365 this->fitAndDraw(c, (1.0 - t) / (SAMPLE_SIZE - 1.0), darray, hat1, hat2, &t);
H A Dsp-spiral.h24 #define SAMPLE_SIZE 8 ///< sample size per one bezier macro

Completed in 27 milliseconds