Lines Matching defs:npoint
37 miPointFixedBounds (int npoint, xPointFixed *points, BoxPtr bounds)
44 npoint--;
45 while (npoint-- > 0)
136 int npoint,
144 if (npoint < 3)
146 ntri = npoint - 2;
150 for (tri = tris; npoint >= 3; npoint--, points++, tri++)
167 int npoint,
176 if (npoint < 3)
178 ntri = npoint - 2;
183 for (tri = tris; npoint >= 3; npoint--, points++, tri++)