Searched refs:polyInts (Results 1 – 2 of 2) sorted by relevance
141 im->polyInts = 0; in gdImageCreate()195 im->polyInts = 0; in gdImageCreateTrueColor()248 if (im->polyInts) { in gdImageDestroy()249 gdFree(im->polyInts); in gdImageDestroy()2634 im->polyInts = (int *) gdMalloc(sizeof(int) * n); in gdImageFilledPolygon()2644 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()2697 im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; in gdImageFilledPolygon()2699 im->polyInts[ints++] = x2; in gdImageFilledPolygon()2702 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()2705 gdImageLine(im, im->polyInts[i], y, im->polyInts[i + 1], y, fill_color); in gdImageFilledPolygon()
128 int *polyInts; member
Completed in 12 milliseconds