white            4402 ext/gd/gd.c    	int white, black;
white            4415 ext/gd/gd.c    	white = gdImageColorAllocate(im_dest, 255, 255, 255);
white            4416 ext/gd/gd.c    	if (white == -1) {
white            4438 ext/gd/gd.c    				color = white;
white            4462 ext/gd/gd.c    	int white, black;
white            4586 ext/gd/gd.c    	white = gdImageColorAllocate(im_dest, 255, 255, 255);
white            4587 ext/gd/gd.c    	if (white == -1) {
white            4607 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);