Home
last modified time | relevance | path

Searched refs:polyInts (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd.c160 im->polyInts = 0; in gdImageCreate()
213 im->polyInts = 0; in gdImageCreateTrueColor()
262 if (im->polyInts) { in gdImageDestroy()
263 gdFree(im->polyInts); in gdImageDestroy()
1045 dst->polyInts = gdMalloc (sizeof (int) * src->polyAllocated); in gdImageClone()
1048 dst->polyInts[i] = src->polyInts[i]; in gdImageClone()
2754 im->polyInts = (int *) gdMalloc(sizeof(int) * n); in gdImageFilledPolygon()
2764 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()
2832 im->polyInts[ints++] = x2; in gdImageFilledPolygon()
2835 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()
[all …]
H A Dgd.h194 int *polyInts; member

Completed in 14 milliseconds