Searched defs:SkAlphaMul (Results 1 – 2 of 2) sorted by relevance
61 #define SkAlphaMul(value, alpha256) (SkMulS16(value, alpha256) >> 8) macro