Searched refs:polyAllocated (Results 1 – 2 of 2) sorted by relevance
142 im->polyAllocated = 0; in gdImageCreate()196 im->polyAllocated = 0; in gdImageCreateTrueColor()2633 if (!im->polyAllocated) { in gdImageFilledPolygon()2635 im->polyAllocated = n; in gdImageFilledPolygon()2637 if (im->polyAllocated < n) { in gdImageFilledPolygon()2638 while (im->polyAllocated < n) { in gdImageFilledPolygon()2639 im->polyAllocated *= 2; in gdImageFilledPolygon()2641 if (overflow2(sizeof(int), im->polyAllocated)) { in gdImageFilledPolygon()2644 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()
129 int polyAllocated; member
Completed in 13 milliseconds