Searched refs:polyInts (Results 1 – 2 of 2) sorted by relevance
143 im->polyInts = 0; in gdImageCreate()199 im->polyInts = 0; in gdImageCreateTrueColor()254 if (im->polyInts) { in gdImageDestroy()255 gdFree(im->polyInts); in gdImageDestroy()2659 im->polyInts = (int *) gdMalloc(sizeof(int) * n); in gdImageFilledPolygon()2669 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()2735 im->polyInts[ints++] = (float) ((y - y1) * (x2 - x1)) / (float) (y2 - y1) + 0.5 + x1; in gdImageFilledPolygon()2737 im->polyInts[ints++] = x2; in gdImageFilledPolygon()2740 qsort(im->polyInts, ints, sizeof(int), gdCompareInt); in gdImageFilledPolygon()2743 gdImageLine(im, im->polyInts[i], y, im->polyInts[i + 1], y, fill_color); in gdImageFilledPolygon()
193 int *polyInts; member
Completed in 16 milliseconds