dst_weight       2886 ext/gd/libgd/gd.c     int src_weight, dst_weight, tot_weight;
dst_weight       2906 ext/gd/libgd/gd.c     dst_weight = (gdAlphaTransparent - dst_alpha) * src_alpha / gdAlphaMax;
dst_weight       2907 ext/gd/libgd/gd.c     tot_weight = src_weight + dst_weight;
dst_weight       2915 ext/gd/libgd/gd.c            + gdTrueColorGetRed(dst) * dst_weight) / tot_weight;
dst_weight       2917 ext/gd/libgd/gd.c            + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight;
dst_weight       2919 ext/gd/libgd/gd.c            + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight;
dst_weight        621 ext/gd/libgd/gd_interpolation.c 			const int dst_weight = (gdAlphaTransparent - dst_alpha) * src_alpha / gdAlphaMax;
dst_weight        622 ext/gd/libgd/gd_interpolation.c 			const int tot_weight = src_weight + dst_weight;
dst_weight        627 ext/gd/libgd/gd_interpolation.c 				   + gdTrueColorGetRed(dst) * dst_weight) / tot_weight;
dst_weight        629 ext/gd/libgd/gd_interpolation.c 				   + gdTrueColorGetGreen(dst) * dst_weight) / tot_weight;
dst_weight        631 ext/gd/libgd/gd_interpolation.c 				   + gdTrueColorGetBlue(dst) * dst_weight) / tot_weight;