white            3942 ext/gd/gd.c    	int white, black;
white            3954 ext/gd/gd.c    	white = gdImageColorAllocate(im_dest, 255, 255, 255);
white            3955 ext/gd/gd.c    	if (white == -1) {
white            3977 ext/gd/gd.c    				color = white;
white            4001 ext/gd/gd.c    	int white, black;
white            4127 ext/gd/gd.c    	white = gdImageColorAllocate(im_dest, 255, 255, 255);
white            4128 ext/gd/gd.c    	if (white == -1) {
white            4148 ext/gd/gd.c    				color = white;
white             705 ext/gd/libgd/gd_arc_f_buggy.c   int white = gdImageColorResolve (im, 0xFF, 0xFF, 0xFF), black = gdImageColorResolve (im, 0, 0, 0),
white             132 ext/gd/libgd/gd_wbmp.c 	int black, white;
white             145 ext/gd/libgd/gd_wbmp.c 	white = gdImageColorAllocate(im, 255, 255, 255);
white             154 ext/gd/libgd/gd_wbmp.c 				gdImageSetPixel(im, col, row, white);
white              20 ext/gd/libgd/gddemo.c   int white;
white              31 ext/gd/libgd/gddemo.c   white = gdImageColorAllocate (im_out, 255, 255, 255);
white              34 ext/gd/libgd/gddemo.c   gdImageColorTransparent (im_out, white);
white              33 ext/gd/libgd/gdtestft.c   int white;
white              79 ext/gd/libgd/gdtestft.c   white = gdImageColorResolve (im, 255, 255, 255);
white              80 ext/gd/libgd/gdtestft.c   gdImageFilledRectangle (im, 0, 0, x, y, white);