Lines Matching refs:p2
263 void DrawingText::decorateStyle(DrawingContext &dc, double vextent, double xphase, Geom::Point const &p1, Geom::Point const &p2, double thickness)
284 /* For most spans draw the last little bit right to p2 or even a little beyond.
291 Geom::Point pf = Geom::Point(step * round(p2[Geom::X]/step),p2[Geom::Y]);
398 Geom::Point p2;
408 p2 = Geom::Point(tsp_width_adj,-_nrstyle.underline_position);
409 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
414 p2 = Geom::Point(tsp_width_adj,tsp_asc_adj -_nrstyle.underline_position + 1 * final_underline_thickness);
415 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
424 p2 = Geom::Point(tsp_width_adj,_nrstyle.line_through_position);
425 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
432 p2 = Geom::Point(tsp_width_adj,_nrstyle.line_through_position - 2*final_line_through_thickness);
433 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);
435 p2 = Geom::Point(tsp_width_adj,_nrstyle.line_through_position + 2*final_line_through_thickness);
436 decorateStyle(dc, tsp_size_adj, xphase, p1, p2, thickness);