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

/inkscape/src/display/
H A Ddrawing-text.cpp263 void DrawingText::decorateStyle(DrawingContext &dc, double vextent, double xphase, Geom::Point const &p1, Geom::Point const &p2, double thickness) argument
292 Geom::Point poff = Geom::Point(0,thickness/2.0);
384 /* returns scaled line thickness */
399 // All lines must be the same thickness, in combinations, line_through trumps underline
400 double thickness = final_underline_thickness; local
401 if ( thickness <= 1.0e-32 )return; // might cause a divide by zero or overflow and nothing would be visible anyway
409 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
415 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
422 thickness = final_line_through_thickness;
425 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
[all...]

Completed in 39 milliseconds