Home
last modified time | relevance | path

Searched refs:gap_width (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.h27 const line_type &lt, double dash_width, double gap_width,
31 double dash_width, double gap_width, double *offsetp);
33 const line_type &lt, double gap_width, double *offsetp);
36 double gap_width, double *offsetp);
H A Dcommon.cpp409 double dash_width, double gap_width, in dash_arc() argument
416 double rem = dash_width + gap_width - *offsetp; in dash_arc()
447 double dash_width, double gap_width, in dash_line() argument
457 double rem = dash_width + gap_width - *offsetp; in dash_line()
545 const line_type &lt, double gap_width, in dot_arc() argument
555 double rem = gap_width - *offsetp; in dot_arc()
570 const line_type &lt, double gap_width, in dot_line() argument
581 double rem = gap_width - *offsetp; in dot_line()