Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/grn/
H A Dhgraph.cpp16 #define PointsPerInterval 64 macro
599 resolution = (1.0 + groff_hypot(xs, ys) / res) * PointsPerInterval; in HGArc()
677 res * PointsPerInterval); in picurve()
749 for (k = 0; k <= PointsPerInterval; ++k) { in HGCurve()
750 t = (double) k *h[j] / (double) PointsPerInterval; in HGCurve()