Home
last modified time | relevance | path

Searched defs:start_angle (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp56 double start_angle = i*(dash_angle+gap_angle) - dash_angle/2.0; in dashed_circle() local
263 double start_angle = atan2(start_offset.y, start_offset.x); in dashed_arc() local
294 double start_angle = atan2(start_offset.y, start_offset.x); in dotted_arc() local
311 double start_angle, double end_angle, in solid_arc()
407 double start_angle, double end_angle, in dash_arc()
544 double start_angle, double end_angle, in dot_arc()
H A Dtex.cpp243 double start_angle, double end_angle, in solid_arc()