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