Home | History | Annotate | Download | only in common

Lines Matching full:capacity

1170     if (pInsertPoints->capacity == 0)
1178 pInsertPoints->capacity=FIRSTALLOC;
1180 if (pInsertPoints->size >= pInsertPoints->capacity) /* no room for new point */
1184 pInsertPoints->capacity*2*sizeof(Point));
1191 else pInsertPoints->capacity*=2;
1251 if ((pInsertPoints->capacity == 0) ||
1287 if (pInsertPoints->capacity > 0)