Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp51 static unsigned char gr_current_r = 255; variable
85 *px++ = gr_current_r; in text_blend()
90 *px = (*px * (255-a) + gr_current_r * a) / 255; in text_blend()
161 gr_current_r = b; in gr_color()
166 gr_current_r = r; in gr_color()
175 if (gr_current_r == gr_current_g && gr_current_r == gr_current_b) { in gr_clear()
176 memset(gr_draw->data, gr_current_r, gr_draw->height * gr_draw->row_bytes); in gr_clear()
181 *px++ = gr_current_r; in gr_clear()
207 *px++ = gr_current_r; in gr_fill()
219 *px = (*px * (255-gr_current_a) + gr_current_r * gr_current_a) / 255; in gr_fill()