gdImageColorAllocateAlpha 1885 gd/gd.c        	ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha);
gdImageColorAllocateAlpha  477 gd/libgd/gd.c  	return gdImageColorAllocateAlpha (im, r, g, b, gdAlphaOpaque);
gdImageColorAllocateAlpha  391 gd/libgd/gd.h  int gdImageColorAllocateAlpha(gdImagePtr im, int r, int g, int b, int a);
gdImageColorAllocateAlpha   38 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, 255-r, 255-g, 255-b, a);
gdImageColorAllocateAlpha   71 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, r, g, b, a);
gdImageColorAllocateAlpha  116 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, (int)r, (int)g, (int)b, a);
gdImageColorAllocateAlpha  176 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, (int)rf, (int)gf, (int)bf, a);
gdImageColorAllocateAlpha  220 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, r, g, b, a);
gdImageColorAllocateAlpha  250 gd/libgd/gd_filter.c 	new_pxl = gdImageColorAllocateAlpha(srcback, 0, 0, 0, 127);
gdImageColorAllocateAlpha  280 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a);
gdImageColorAllocateAlpha  399 gd/libgd/gd_filter.c 			new_pxl = gdImageColorAllocateAlpha(src, (int)new_r, (int)new_g, (int)new_b, new_a);
gdImageColorAllocateAlpha   58 gd/libgd/gd_rotate.c 		pxlLeft = gdImageColorAllocateAlpha(src, r, g, b, a);
gdImageColorAllocateAlpha   88 gd/libgd/gd_rotate.c 			pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a);
gdImageColorAllocateAlpha  138 gd/libgd/gd_rotate.c 	pxlOldLeft = gdImageColorAllocateAlpha(dst, r, g, b, a);
gdImageColorAllocateAlpha  149 gd/libgd/gd_rotate.c 		pxlLeft = gdImageColorAllocateAlpha(src, r, g, b, a);
gdImageColorAllocateAlpha  179 gd/libgd/gd_rotate.c 			pxlSrc = gdImageColorAllocateAlpha(dst, r, g, b, a);