Searched refs:gap_width (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/groff/src/preproc/pic/ |
| D | common.h | 25 const line_type <, double dash_width, double gap_width, 29 double dash_width, double gap_width, double *offsetp); 31 const line_type <, double gap_width, double *offsetp); 34 double gap_width, double *offsetp);
|
| D | common.cpp | 407 double dash_width, double gap_width, in dash_arc() argument 414 double rem = dash_width + gap_width - *offsetp; in dash_arc() 445 double dash_width, double gap_width, in dash_line() argument 455 double rem = dash_width + gap_width - *offsetp; in dash_line() 543 const line_type <, double gap_width, in dot_arc() argument 553 double rem = gap_width - *offsetp; in dot_arc() 568 const line_type <, double gap_width, in dot_line() argument 579 double rem = gap_width - *offsetp; in dot_line()
|