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

/inkscape/src/livarot/
H A DPathCutting.cpp63 double dlen = 0.0; local
66 dlen += style->stroke_dasharray.values[i] * scale;
68 if (dlen >= min_len) {
80 while ( dash_offset >= dlen ) dash_offset-=dlen;
86 // modulo dlen
87 this->DashPolyline(0.0, 0.0, dlen, nbD, dashs, true, dash_offset);

Completed in 17 milliseconds