Searched refs:gr_current_g (Results 1 – 1 of 1) sorted by relevance
53 static unsigned char gr_current_g = 255; variable88 *px++ = gr_current_g; in text_blend()94 *px = (*px * (255-a) + gr_current_g * a) / 255; in text_blend()164 gr_current_g = g; in gr_color()171 if (gr_current_r == gr_current_g && in gr_clear()180 *px++ = gr_current_g; in gr_clear()206 *px++ = gr_current_g; in gr_fill()219 *px = (*px * (255-gr_current_a) + gr_current_g * gr_current_a) / 255; in gr_fill()