Searched refs:closed (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkTrig.c | 447 * closed polygon: x0, y0, x1, y1, ... 606 * closed polygon: x0, y0, x1, y1, ... 1036 * a closed curve is generated. 1064 int closed, outputPoints, i; 1069 * If the curve is a closed one then generate a special spline 1077 closed = 1; 1100 closed = 0; 1121 if ((i == 2) && !closed) { 1139 if ((i == (numPoints-1)) && !closed) { 1222 int closed, 1053 int closed, outputPoints, i; local 1210 int closed, i; local [all...] |
Completed in 12 milliseconds