Lines Matching defs:c

312 #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c)))  argument
316 #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) argument
533 int c; in gdImageColorResolveAlpha() local
1272 #define BLEND_COLOR(a, nc, c, cc) \ argument
1516 void gdImageChar (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageChar()
1542 void gdImageCharUp (gdImagePtr im, gdFontPtr f, int x, int y, int c, int color) in gdImageCharUp()
1798 int c = gdImageGetPixel(im, i, y - 1); in gdImageFillToBorder() local
1814 int c = gdImageGetPixel(im, i, y + 1); in gdImageFillToBorder() local
1890 int ix = x, iy = y, c; in gdImageFill() local
2199 int c; in gdImageCopy() local
2214 int c = gdImageGetTrueColorPixel (src, srcX + x, srcY + y); in gdImageCopy() local
2224 int c = gdImageGetPixel (src, srcX + x, srcY + y); in gdImageCopy() local
2280 int c, dc; in gdImageCopyMerge() local
2320 int c, dc; in gdImageCopyMergeGray() local
2374 int c; in gdImageCopyResized() local
2584 void gdImagePolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImagePolygon()
2633 void gdImageFilledPolygon (gdImagePtr im, gdPointPtr p, int n, int c) in gdImageFilledPolygon()
2800 void gdImageSetAntiAliased (gdImagePtr im, int c) in gdImageSetAntiAliased()
2807 void gdImageSetAntiAliasedDontBlend (gdImagePtr im, int c, int dont_blend) in gdImageSetAntiAliasedDontBlend()
3084 const unsigned char c = *(src_row + x); in gdImagePaletteToTrueColor() local
3105 const unsigned char c = src->transparent; in gdImagePaletteToTrueColor() local