bg                580 ext/gd/libgd/gdft.c 	int pixel, npixel, bg, fg;
bg                585 ext/gd/libgd/gdft.c 	bg = a->bgcolor = b->bgcolor;
bg                594 ext/gd/libgd/gdft.c 			a->tweencolor = bg;
bg                612 ext/gd/libgd/gdft.c 						(pixel * im->red[fg] + npixel * im->red[bg]) / NUMCOLORS,
bg                613 ext/gd/libgd/gdft.c 						(pixel * im->green[fg] + npixel * im->green[bg]) / NUMCOLORS,
bg                614 ext/gd/libgd/gdft.c 						(pixel * im->blue[fg] + npixel * im->blue[bg]) / NUMCOLORS);
bg                 78 ext/standard/info.h PHPAPI void php_info_print_box_start(int bg);