| H A D | gd.c | 516 * if ((color=gdImageColorExact(im,R,G,B)) < 0) 517 * if ((color=gdImageColorAllocate(im,R,G,B)) < 0) 518 * color=gdImageColorClosest(im,R,G,B); 521 * return a color index in one search over the color table. 550 /* don't ever resolve to the color that has 551 * been designated as the transparent color */ 563 return c; /* Return exact match color */ 575 return ct; /* Return closest available color */ 584 return op; /* Return newly allocated color */ 587 gdImageColorDeallocate(gdImagePtr im, int color) argument 596 gdImageColorTransparent(gdImagePtr im, int color) argument 720 gdImageSetPixel(gdImagePtr im, int x, int y, int color) argument 1013 int color = im->AA_color, color_red, color_green, color_blue; local 1093 gdImageLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 1268 gdImageSetAAPixelColor(gdImagePtr im, int x, int y, int color, int t) argument 1400 gdImageDashedLine(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 1514 dashedSet(gdImagePtr im, int x, int y, int color, int *onP, int *dashStepP, int wid, int vert) argument 1542 gdImageChar(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) argument 1568 gdImageCharUp(gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) argument 1594 gdImageString(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) argument 1605 gdImageStringUp(gdImagePtr im, gdFontPtr f, int x, int y, unsigned char *s, int color) argument 1618 gdImageString16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) argument 1629 gdImageStringUp16(gdImagePtr im, gdFontPtr f, int x, int y, unsigned short *s, int color) argument 1668 gdImageArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color) argument 1677 gdImageFilledArc(gdImagePtr im, int cx, int cy, int w, int h, int s, int e, int color, int style) argument 1760 gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color) argument 2032 gdImageRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument 2107 gdImageFilledRectangle(gdImagePtr im, int x1, int y1, int x2, int y2, int color) argument [all...] |