Searched defs:SkMulS16 (Results 1 – 1 of 1) sorted by relevance
160 static inline int32_t SkMulS16(S16CPU x, S16CPU y) { in SkMulS16() function172 static inline int32_t SkMulS16(S16CPU x, S16CPU y) { in SkMulS16() function178 #define SkMulS16(x, y) ((x) * (y)) macro