gdImageColorAllocate 2939 gd/gd.c        	ct = gdImageColorAllocate(im, red, green, blue);
gdImageColorAllocate 4540 gd/gd.c        	white = gdImageColorAllocate(im_dest, 255, 255, 255);
gdImageColorAllocate 4546 gd/gd.c        	black = gdImageColorAllocate(im_dest, 0, 0, 0);
gdImageColorAllocate 4724 gd/gd.c        	white = gdImageColorAllocate(im_dest, 255, 255, 255);
gdImageColorAllocate 4730 gd/gd.c        	black = gdImageColorAllocate(im_dest, 0, 0, 0);
gdImageColorAllocate 2330 gd/libgd/gd.c  					nc = gdImageColorAllocate(dst, ncR, ncG, ncB);
gdImageColorAllocate  389 gd/libgd/gd.h  int gdImageColorAllocate(gdImagePtr im, int r, int g, int b);
gdImageColorAllocate  145 gd/libgd/gd_wbmp.c 	white = gdImageColorAllocate(im, 255, 255, 255);
gdImageColorAllocate  147 gd/libgd/gd_wbmp.c 	black = gdImageColorAllocate(im, 0, 0, 0);
gdImageColorAllocate   31 gd/libgd/gddemo.c   white = gdImageColorAllocate (im_out, 255, 255, 255);
gdImageColorAllocate   54 gd/libgd/gddemo.c   red = gdImageColorAllocate (im_out, 255, 0, 0);
gdImageColorAllocate   55 gd/libgd/gddemo.c   green = gdImageColorAllocate (im_out, 0, 255, 0);
gdImageColorAllocate   56 gd/libgd/gddemo.c   blue = gdImageColorAllocate (im_out, 0, 0, 255);
gdImageColorAllocate  245 gd/libgd/gdtest.c   colRed = gdImageColorAllocate (im3, 255, 0, 0);
gdImageColorAllocate  246 gd/libgd/gdtest.c   colBlu = gdImageColorAllocate (im3, 0, 0, 255);
gdImageColorAllocate  102 gd/libgd/xbm.c 	gdImageColorAllocate(im, 255, 255, 255);
gdImageColorAllocate  103 gd/libgd/xbm.c 	gdImageColorAllocate(im, 0, 0, 0);