Searched defs:pitch (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-hatch.cpp73 readAttr("pitch");
466 gdouble SPHatch::pitch() const function in class:SPHatch
494 if (pitch() > 0) {
585 //of hatch paths over one strip. Within each iteration paths are moved by pitch value.
606 double tile_width = pitch();
637 gdouble pitch = this->pitch(); local
638 gdouble overflow_right_strip = floor(bounds.max() / pitch) * pitch;
639 info.overflow_steps = ceil((overflow_right_strip - bounds.min()) / pitch)
[all...]
/inkscape/src/display/
H A Dcanvas-grid.cpp980 gint const pitch = 1; local
981 grid_dot (buf, ix-pitch, iy, _empcolor);
982 grid_dot (buf, ix+pitch, iy, _empcolor);
986 grid_dot (buf, ix, iy-pitch, _empcolor);
987 grid_dot (buf, ix, iy+pitch, _empcolor);

Completed in 18 milliseconds