Searched refs:gr_current_g (Results 1 – 1 of 1) sorted by relevance
52 static unsigned char gr_current_g = 255; variable86 *px++ = gr_current_g; in text_blend()92 *px = (*px * (255-a) + gr_current_g * a) / 255; in text_blend()162 gr_current_g = g; in gr_color()167 gr_current_g = g; in gr_color()175 if (gr_current_r == gr_current_g && gr_current_r == gr_current_b) { in gr_clear()182 *px++ = gr_current_g; in gr_clear()208 *px++ = gr_current_g; in gr_fill()221 *px = (*px * (255-gr_current_a) + gr_current_g * gr_current_a) / 255; in gr_fill()