HomeSort by: relevance | last modified time | path
    Searched defs:pointi (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/xditview/
draw.c 594 appendPoint(XPoint *points, int *pointi, int x, int y)
596 if (*pointi < POINTS_MAX) {
597 points[*pointi].x = x;
598 points[*pointi].y = y;
599 *pointi += 1;
606 flattenCurve(XPoint *points, int *pointi,
611 x_1 = points[*pointi - 1].x;
612 y_1 = points[*pointi - 1].y;
626 appendPoint (points, pointi, x_4, y_4);
628 flattenCurve (points, pointi,
651 int pointi; local
688 points, pointi, CoordModeOrigin); local
    [all...]

Completed in 18 milliseconds