Searched refs:get_alphamask (Results 1 – 1 of 1) sorted by relevance
122 static inline uint32_t get_alphamask() { in get_alphamask() function137 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()