Searched refs:solid_arc (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/groff/src/preproc/pic/ |
| HD | common.cpp | 55 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt); in dashed_circle() 115 solid_arc(M + cent, rho, phi0, phi1, lt); in ellipse_arc() 269 solid_arc(cent, rad, start_angle, end_angle, lt); in dashed_arc() 275 solid_arc(cent, rad, start_angle + i*dash_and_gap_angle, in dashed_arc() 308 void common_output::solid_arc(const position ¢, double rad, in solid_arc() function in common_output 427 solid_arc(cent, rad, start_angle + pos/rad, end_angle, lt); in dash_arc() 432 solid_arc(cent, rad, start_angle + pos/rad, in dash_arc()
|
| HD | tex.cpp | 59 void solid_arc(const position ¢, double rad, double start_angle, 240 void tex_output::solid_arc(const position ¢, double rad, in solid_arc() function in tex_output 275 solid_arc(c, in arc()
|
| HD | common.h | 48 virtual void solid_arc(const position ¢, double rad, double start_angle,
|
| /trueos/contrib/groff/ |
| HD | 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
|