Home
last modified time | relevance | path

Searched refs:gr_current_r (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/minui/
Dgraphics.cpp45 static unsigned char gr_current_r = 255; variable
84 *px++ = gr_current_r; in text_blend()
89 *px = (*px * (255-a) + gr_current_r * a) / 255; in text_blend()
158 gr_current_r = b; in gr_color()
163 gr_current_r = r; in gr_color()
172 if (gr_current_r == gr_current_g && gr_current_r == gr_current_b) { in gr_clear()
173 memset(gr_draw->data, gr_current_r, gr_draw->height * gr_draw->row_bytes); in gr_clear()
178 *px++ = gr_current_r; in gr_clear()
204 *px++ = gr_current_r; in gr_fill()
216 *px = (*px * (255-gr_current_a) + gr_current_r * gr_current_a) / 255; in gr_fill()