gdImageColorAllocate 3068 ext/gd/gd.c ct = gdImageColorAllocate(im, Z_LVAL_PP(red), Z_LVAL_PP(green), Z_LVAL_PP(blue)); gdImageColorAllocate 4860 ext/gd/gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); gdImageColorAllocate 4866 ext/gd/gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); gdImageColorAllocate 5051 ext/gd/gd.c white = gdImageColorAllocate(im_dest, 255, 255, 255); gdImageColorAllocate 5057 ext/gd/gd.c black = gdImageColorAllocate(im_dest, 0, 0, 0); gdImageColorAllocate 2422 ext/gd/libgd/gd.c nc = gdImageColorAllocate(dst, ncR, ncG, ncB); gdImageColorAllocate 379 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);