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

/inkscape/src/live_effects/
H A Dlpe-rough-hatches.h48 double hatch_dist; member in class:Inkscape::LivePathEffect::LPERoughHatches
H A Dlpe-rough-hatches.cpp224 hatch_dist(0),
272 //hatch_dist.param_set_range(0.1, Geom::infinity());
327 hatch_dist = Geom::L2(direction.getVector())/5;
354 int n = int((domain.min()-x_org)/hatch_dist);
355 double x = x_org + n * hatch_dist;
356 //double x = domain.min() + double(hatch_dist)/2.;
357 double step = double(hatch_dist);
358 double scale = 1+(hatch_dist*growth/domain.extent());
411 int n = int((range->min()-org[X])/hatch_dist);
577 hatch_dist
[all...]
/inkscape/src/ui/tools/
H A Dcalligraphic-tool.cpp490 double hatch_dist = 0; local
521 hatch_dist = Geom::L2(pointer - nearest);
523 hatch_unit_vector = (pointer - nearest)/hatch_dist;
582 || (this->hatch_spacing > 0 && hatch_dist > 50 * this->hatch_spacing) // went too far from the guide
626 target = (this->hatch_spacing * speed + hatch_dist * (SPEED_NORMAL - speed))/SPEED_NORMAL;
637 this->hatch_spacing += (hatch_dist - this->hatch_spacing)/3500;
650 this->hatch_spacing = hatch_dist;
688 if (this->hatch_spacing == 0 && hatch_dist != 0) {
691 Geom::Affine const sm (Geom::Scale(hatch_dist, hatch_dist) * Geo
[all...]

Completed in 18 milliseconds