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

/netbsd-current/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp34 double dash_angle = lt.dash_width/rad;
67 double gap_angle = lt.dash_width/rad;
134 double dw = lt.dash_width;
153 int jmax = int(10 / lt.dash_width);
200 int ndots = 4 * int(le / lt.dash_width / 4 + 0.5);
206 int jmax = int(10 / lt.dash_width);
266 double dash_angle = lt.dash_width/rad;
299 int ndots = int(total_angle/(lt.dash_width/rad) + .5);
354 int n_hor_dashes = int(hor_length/(lt.dash_width*2.0) + .5);
356 ? hor_length/n_hor_dashes - lt.dash_width
406 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
445 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.h27 const line_type &lt, double dash_width, double gap_width,
31 double dash_width, double gap_width, double *offsetp);
H A Doutput.h25 double dash_width; member in struct:line_type
H A Dtroff.cpp100 int ndots = int(dist/lt.dash_width + .5);
114 if (dist <= lt.dash_width*2.0)
117 int ndashes = int((dist - lt.dash_width)/(lt.dash_width*2.0) + .5);
118 distance dash_vec = vec*(lt.dash_width/dist);
119 double dash_gap = (dist - lt.dash_width)/ndashes;
H A Dtex.cpp197 printf("dt %.3f", lt.dash_width/scale);
200 printf("da %.3f", lt.dash_width/scale);
231 printf(" %.3f", -lt.dash_width/scale);
234 printf(" %.3f", lt.dash_width/scale);
H A Dobject.h178 double dash_width; member in struct:object_spec
H A Dpic.y899 lookup_variable("dashwid", & $$->dash_width);
905 $$->dash_width = $3;
911 lookup_variable("dashwid", & $$->dash_width);
917 $$->dash_width = $3;
H A Dobject.cpp580 lt.dash_width = wid;
586 lt.dash_width = wid;
1866 obj->set_dotted(dash_width);
1868 obj->set_dashed(dash_width);

Completed in 169 milliseconds