Searched defs:dash_offset (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/libnrtype/
H A Dfont-style.h22 double dash_offset; member in struct:font_style
/inkscape/src/display/
H A Dnr-style.h69 float dash_offset; member in struct:NRStyle
/inkscape/src/livarot/
H A DPathCutting.cpp70 double dash_offset = style->stroke_dashoffset.value * scale; local
80 while ( dash_offset >= dlen ) dash_offset-=dlen;
87 this->DashPolyline(0.0, 0.0, dlen, nbD, dashs, true, dash_offset);

Completed in 14 milliseconds