Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp122 static inline uint32_t get_alphamask() { in get_alphamask() function
137 return static_cast<uint8_t>((pix & (gr_current & get_alphamask())) >> get_alpha_shift()); in get_alpha()
202 if (!font || !font->texture || (gr_current & get_alphamask()) == 0) return; in gr_text()