Searched defs:numPoints (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkCanvPoly.c | 24 int numPoints; /* Number of points in polygon (always >= 3). member in struct:PolygonItem 185 polyPtr->numPoints = 0; 255 int i, numPoints; 258 for (i = 0; i < 2*polyPtr->numPoints; i++) { 273 numPoints = argc/2; 274 if (polyPtr->pointsAllocated <= numPoints) { 286 polyPtr->pointsAllocated = numPoints+1; 294 polyPtr->numPoints = numPoints; 302 polyPtr->numPoints 253 int i, numPoints; local 620 int numPoints; local 686 int numPoints; local 753 int numPoints, result; local [all...] |
H A D | tk3d.c | 736 * of the trajectory given by pointPtr and numPoints (or 744 Tk_Draw3DPolygon(tkwin, drawable, border, pointPtr, numPoints, 752 int numPoints; /* Number of points at *pointPtr. */ 781 Tk_Draw3DPolygon(tkwin, drawable, border, pointPtr, numPoints, 784 Tk_Draw3DPolygon(tkwin, drawable, border, pointPtr, numPoints, 795 p1Ptr = &pointPtr[numPoints-1]; 798 numPoints--; 842 for (i = -2, p1Ptr = &pointPtr[numPoints-2], p2Ptr = p1Ptr+1; 843 i < numPoints; i++, p1Ptr = p2Ptr, p2Ptr++) { 844 if ((i == -1) || (i == numPoints 998 pointPtr, numPoints, Complex, CoordModeOrigin); local [all...] |
H A D | tkCanvArc.c | 925 int numPoints, filled; 972 numPoints = 0; 979 numPoints = 2; 985 numPoints++; 996 numPoints++; 1006 numPoints++; 1016 numPoints++; 1026 numPoints++; 1037 for (pointPtr = points+2; numPoints > 1; pointPtr += 2, numPoints 917 int numPoints, filled; local [all...] |
H A D | tkCanvLine.c | 26 int numPoints; /* Number of points in line (always >= 2). */ member in struct:LineItem 245 linePtr->numPoints = 0; 326 int i, numPoints; 332 numCoords = 2*linePtr->numPoints; 359 numPoints = argc/2; 360 if (linePtr->numPoints != numPoints) { 366 linePtr->numPoints = numPoints; 501 i = 2*(linePtr->numPoints 324 int i, numPoints; local 712 int i, numPoints; local 816 int numPoints, count; local 1016 int numPoints, result; local 1502 int numPoints; local [all...] |
Completed in 36 milliseconds