Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp115 static inline uint32_t pixel_blend(uint8_t alpha, uint32_t pix) { in pixel_blend() function
194 *px = pixel_blend(a, *px); in TextBlend()
298 *px = pixel_blend(alpha, *px); in gr_fill()