Searched refs:dash_width (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/pic/
H A Dcommon.cpp32 double dash_angle = lt.dash_width/rad;
65 double gap_angle = lt.dash_width/rad;
132 double dw = lt.dash_width;
151 int jmax = int(10 / lt.dash_width);
198 int ndots = 4 * int(le / lt.dash_width / 4 + 0.5);
204 int jmax = int(10 / lt.dash_width);
264 double dash_angle = lt.dash_width/rad;
297 int ndots = int(total_angle/(lt.dash_width/rad) + .5);
352 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5);
354 ? hor_length/n_hor_dashes - lt.dash_width
404 dash_arc(const position &cent, double rad, double start_angle, double end_angle, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
443 dash_line(const position &start, const position &end, const line_type &lt, double dash_width, double gap_width, double *offsetp) argument
[all...]
H A Dcommon.h25 const line_type &lt, double dash_width, double gap_width,
29 double dash_width, double gap_width, double *offsetp);
H A Doutput.h23 double dash_width; member in struct:line_type
H A Dtroff.cpp98 int ndots = int(dist/lt.dash_width + .5);
112 if (dist <= lt.dash_width*2.0)
115 int ndashes = int((dist - lt.dash_width)/(lt.dash_width*2.0) + .5);
116 distance dash_vec = vec*(lt.dash_width/dist);
117 double dash_gap = (dist - lt.dash_width)/ndashes;
H A Dtex.cpp195 printf("dt %.3f", lt.dash_width/scale);
198 printf("da %.3f", lt.dash_width/scale);
229 printf(" %.3f", -lt.dash_width/scale);
232 printf(" %.3f", lt.dash_width/scale);
H A Dobject.h176 double dash_width; member in struct:object_spec
H A Dpic.y897 lookup_variable("dashwid", & $$->dash_width);
903 $$->dash_width = $3;
909 lookup_variable("dashwid", & $$->dash_width);
915 $$->dash_width = $3;
H A Dobject.cpp578 lt.dash_width = wid;
584 lt.dash_width = wid;
1864 obj->set_dotted(dash_width);
1866 obj->set_dashed(dash_width);

Completed in 50 milliseconds