p_src_row         967 ext/gd/libgd/gd_interpolation.c     int *p_src_row = pSrc->tpixels[row];
p_src_row         980 ext/gd/libgd/gd_interpolation.c             r += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetRed(p_src_row[i])));
p_src_row         981 ext/gd/libgd/gd_interpolation.c             g += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetGreen(p_src_row[i])));
p_src_row         982 ext/gd/libgd/gd_interpolation.c             b += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetBlue(p_src_row[i])));
p_src_row         983 ext/gd/libgd/gd_interpolation.c 			a += (unsigned char)(contrib->ContribRow[x].Weights[left_channel] * (double)(gdTrueColorGetAlpha(p_src_row[i])));