bg                579 ext/gd/libgd/gdft.c 	int pixel, npixel, bg, fg;
bg                584 ext/gd/libgd/gdft.c 	bg = a->bgcolor = b->bgcolor;
bg                593 ext/gd/libgd/gdft.c 			a->tweencolor = bg;
bg                611 ext/gd/libgd/gdft.c 						(pixel * im->red[fg] + npixel * im->red[bg]) / NUMCOLORS,
bg                612 ext/gd/libgd/gdft.c 						(pixel * im->green[fg] + npixel * im->green[bg]) / NUMCOLORS,
bg                613 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);