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

/inkscape/src/display/
H A Dnr-style.h112 float phase_length; member in struct:NRStyle
H A Ddrawing-text.cpp220 float width, float ascent, float descent, float phase_length)
237 ng->_pl = phase_length; // used for phase of dots, dashes, and wavy
385 void DrawingText::decorateItem(DrawingContext &dc, double phase_length, bool under) argument
395 double xphase = phase_length/ _nrstyle.font_size; // used to figure out phase of patterns
506 double phase_length = 0.0; local
529 phase_length = g->_pl;
551 decorateItem(dc, phase_length, true);
619 decorateItem(dc, phase_length, false);
219 addComponent(font_instance *font, int glyph, Geom::Affine const &trans, float width, float ascent, float descent, float phase_length) argument
/inkscape/src/
H A Dstyle-internal.h1257 float phase_length; // length along text line,used for phase for dot/dash/wavy member in struct:SPITextDecorationData

Completed in 47 milliseconds