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