Searched refs:pointi (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
H A D | draw.c | 594 appendPoint(XPoint *points, int *pointi, int x, int y) in appendPoint() argument 596 if (*pointi < POINTS_MAX) { in appendPoint() 597 points[*pointi].x = x; in appendPoint() 598 points[*pointi].y = y; in appendPoint() 599 *pointi += 1; in appendPoint() 606 flattenCurve(XPoint *points, int *pointi, in flattenCurve() argument 611 x_1 = points[*pointi - 1].x; in flattenCurve() 612 y_1 = points[*pointi - 1].y; in flattenCurve() 626 appendPoint (points, pointi, x_4, y_4); in flattenCurve() 628 flattenCurve (points, pointi, in flattenCurve() [all …]
|