Searched refs:dash_width (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | common.cpp | 34 double dash_angle = lt.dash_width/rad; in dashed_circle() 67 double gap_angle = lt.dash_width/rad; in dotted_circle() 134 double dw = lt.dash_width; in dashed_ellipse() 153 int jmax = int(10 / lt.dash_width); in dashed_ellipse() 200 int ndots = 4 * int(le / lt.dash_width / 4 + 0.5); in dotted_ellipse() 206 int jmax = int(10 / lt.dash_width); in dotted_ellipse() 266 double dash_angle = lt.dash_width/rad; in dashed_arc() 299 int ndots = int(total_angle/(lt.dash_width/rad) + .5); in dotted_arc() 354 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5); in dashed_rounded_box() 356 ? hor_length/n_hor_dashes - lt.dash_width in dashed_rounded_box() [all …]
|
| H A D | troff.cpp | 100 int ndots = int(dist/lt.dash_width + .5); in line() 114 if (dist <= lt.dash_width*2.0) in line() 117 int ndashes = int((dist - lt.dash_width)/(lt.dash_width*2.0) + .5); in line() 118 distance dash_vec = vec*(lt.dash_width/dist); in line() 119 double dash_gap = (dist - lt.dash_width)/ndashes; in line()
|
| H A D | common.h | 27 const line_type <, double dash_width, double gap_width, 31 double dash_width, double gap_width, double *offsetp);
|
| H A D | tex.cpp | 197 printf("dt %.3f", lt.dash_width/scale); in line() 200 printf("da %.3f", lt.dash_width/scale); in line() 231 printf(" %.3f", -lt.dash_width/scale); in spline() 234 printf(" %.3f", lt.dash_width/scale); in spline()
|
| H A D | output.h | 25 double dash_width; member
|
| H A D | object.h | 178 double dash_width; member
|
| H A D | pic.y | 899 lookup_variable("dashwid", & $$->dash_width); 905 $$->dash_width = $3; 911 lookup_variable("dashwid", & $$->dash_width); 917 $$->dash_width = $3;
|
| H A D | object.cpp | 580 lt.dash_width = wid; in set_dotted() 586 lt.dash_width = wid; in set_dashed() 1866 obj->set_dotted(dash_width); in make_object() 1868 obj->set_dashed(dash_width); in make_object()
|