rgbs 850 ext/gd/libgd/gd_interpolation.c const int rgbs = getPixelOverflowTC(im, xii, yii, bgColor); rgbs 853 ext/gd/libgd/gd_interpolation.c new_r += kernel * gdTrueColorGetRed(rgbs); rgbs 854 ext/gd/libgd/gd_interpolation.c new_g += kernel * gdTrueColorGetGreen(rgbs); rgbs 855 ext/gd/libgd/gd_interpolation.c new_b += kernel * gdTrueColorGetBlue(rgbs); rgbs 856 ext/gd/libgd/gd_interpolation.c new_a += kernel * gdTrueColorGetAlpha(rgbs); rgbs 860 ext/gd/libgd/gd_interpolation.c const int rgbs = getPixelOverflowPalette(im, xii, yii, bgColor); rgbs 863 ext/gd/libgd/gd_interpolation.c new_r += kernel * gdTrueColorGetRed(rgbs); rgbs 864 ext/gd/libgd/gd_interpolation.c new_g += kernel * gdTrueColorGetGreen(rgbs); rgbs 865 ext/gd/libgd/gd_interpolation.c new_b += kernel * gdTrueColorGetBlue(rgbs); rgbs 866 ext/gd/libgd/gd_interpolation.c new_a += kernel * gdTrueColorGetAlpha(rgbs);