Searched refs:old_red (Results 1 – 1 of 1) sorted by relevance
1010 int old_color, old_red, old_green, old_blue; in gdImageAABlend() local1032 old_red = gdImageRed(im, old_color); in gdImageAABlend()1036 p_red = (int) (((float) color_red * p_alpha) + ((float) old_red * old_alpha)); in gdImageAABlend()
Completed in 9 milliseconds