gdImageColorAllocate 2799 ext/gd/gd.c    	ct = gdImageColorAllocate(im, red, green, blue);
gdImageColorAllocate 4376 ext/gd/gd.c    	white = gdImageColorAllocate(im_dest, 255, 255, 255);
gdImageColorAllocate 4382 ext/gd/gd.c    	black = gdImageColorAllocate(im_dest, 0, 0, 0);
gdImageColorAllocate 4547 ext/gd/gd.c    	white = gdImageColorAllocate(im_dest, 255, 255, 255);
gdImageColorAllocate 4553 ext/gd/gd.c    	black = gdImageColorAllocate(im_dest, 0, 0, 0);
gdImageColorAllocate 2331 ext/gd/libgd/gd.c 					nc = gdImageColorAllocate(dst, ncR, ncG, ncB);
gdImageColorAllocate  508 ext/gd/libgd/gd.h int gdImageColorAllocate(gdImagePtr im, int r, int g, int b);
gdImageColorAllocate  145 ext/gd/libgd/gd_wbmp.c 	white = gdImageColorAllocate(im, 255, 255, 255);
gdImageColorAllocate  147 ext/gd/libgd/gd_wbmp.c 	black = gdImageColorAllocate(im, 0, 0, 0);
gdImageColorAllocate   31 ext/gd/libgd/gddemo.c   white = gdImageColorAllocate (im_out, 255, 255, 255);
gdImageColorAllocate   54 ext/gd/libgd/gddemo.c   red = gdImageColorAllocate (im_out, 255, 0, 0);
gdImageColorAllocate   55 ext/gd/libgd/gddemo.c   green = gdImageColorAllocate (im_out, 0, 255, 0);
gdImageColorAllocate   56 ext/gd/libgd/gddemo.c   blue = gdImageColorAllocate (im_out, 0, 0, 255);
gdImageColorAllocate  245 ext/gd/libgd/gdtest.c   colRed = gdImageColorAllocate (im3, 255, 0, 0);
gdImageColorAllocate  246 ext/gd/libgd/gdtest.c   colBlu = gdImageColorAllocate (im3, 0, 0, 255);
gdImageColorAllocate  102 ext/gd/libgd/xbm.c 	gdImageColorAllocate(im, 255, 255, 255);
gdImageColorAllocate  103 ext/gd/libgd/xbm.c 	gdImageColorAllocate(im, 0, 0, 0);