Searched refs:BEZIER_SIZE (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp1051 #define BEZIER_SIZE 4 macro
1053 #define BEZIER_MAX_LENGTH ( BEZIER_SIZE * BEZIER_MAX_BEZIERS )
1074 g_assert( nb1 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b1)) );
1079 g_assert( nb2 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b2)) );
1090 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {
1093 this->currentcurve->lineto(b2[BEZIER_SIZE*(nb2-1) + 3]);
1094 for (Geom::Point *bp2 = b2 + BEZIER_SIZE * ( nb2 - 1 ); bp2 >= b2; bp2 -= BEZIER_SIZE) {
1106 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb
[all...]
H A Deraser-tool.cpp903 #define BEZIER_SIZE 4 macro
905 #define BEZIER_MAX_LENGTH ( BEZIER_SIZE * BEZIER_MAX_BEZIERS )
925 g_assert( nb1 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b1)) );
929 g_assert( nb2 * BEZIER_SIZE <= gint(G_N_ELEMENTS(b2)) );
942 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb1; bp1 += BEZIER_SIZE) {
946 this->currentcurve->lineto(b2[BEZIER_SIZE*(nb2-1) + 3]);
948 for (Geom::Point *bp2 = b2 + BEZIER_SIZE * ( nb2 - 1 ); bp2 >= b2; bp2 -= BEZIER_SIZE) {
962 for (Geom::Point *bp1 = b1; bp1 < b1 + BEZIER_SIZE * nb
[all...]
/inkscape/src/
H A Dsp-spiral.cpp237 #define BEZIER_SIZE 4 macro
239 #define BEZIER_LENGTH (BEZIER_SIZE * FITTING_MAX_BEZIERS)
288 g_assert(depth * BEZIER_SIZE <= gint(G_N_ELEMENTS(bezier)));

Completed in 15 milliseconds