Searched refs:text_comp (Results 1 – 1 of 1) sorted by relevance
2718 static inline void get_range(BYTE alpha, DWORD text_comp, BYTE *min_comp, BYTE *max_comp) in get_range() argument2720 *min_comp = (ramp[alpha] * text_comp) / 0xff; in get_range()2721 *max_comp = ramp[16 - alpha] + ((0xff - ramp[16 - alpha]) * text_comp) / 0xff; in get_range()