Searched refs:solid_arc (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | common.cpp | 57 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt); in dashed_circle() 117 solid_arc(M + cent, rho, phi0, phi1, lt); in ellipse_arc() 271 solid_arc(cent, rad, start_angle, end_angle, lt); in dashed_arc() 277 solid_arc(cent, rad, start_angle + i*dash_and_gap_angle, in dashed_arc() 310 void common_output::solid_arc(const position ¢, double rad, in solid_arc() function in common_output 429 solid_arc(cent, rad, start_angle + pos/rad, end_angle, lt); in dash_arc() 434 solid_arc(cent, rad, start_angle + pos/rad, in dash_arc()
|
| H A D | tex.cpp | 61 void solid_arc(const position ¢, double rad, double start_angle, 242 void tex_output::solid_arc(const position ¢, double rad, in solid_arc() function in tex_output 277 solid_arc(c, in arc()
|
| H A D | common.h | 50 virtual void solid_arc(const position ¢, double rad, double start_angle,
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 277 * pic/tex.cc (solid_arc): Casting M_PI to double. 4685 * pic/tex.c (tex_output::solid_arc): Ensure that the second angle
|