Searched defs:xphase (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/display/ |
H A D | drawing-text.cpp | 263 void DrawingText::decorateStyle(DrawingContext &dc, double vextent, double xphase, Geom::Point const &p1, Geom::Point const &p2, double thickness) argument 282 unsigned i = 15 & (unsigned) round(xphase/step); // xphase is >= 0.0 303 necessarily passing through this routine in order, so we have to use the xphase information 395 double xphase = phase_length/ _nrstyle.font_size; // used to figure out phase of patterns local 409 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness); 415 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness); 425 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness); 433 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness); 436 decorateStyle(dc, tsp_size_adj, xphase, p [all...] |
Completed in 10 milliseconds