Home
last modified time | relevance | path

Searched defs:SkMulS16 (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkMath.h166 static inline int32_t SkMulS16(S16CPU x, S16CPU y) { in SkMulS16() function
179 static inline int32_t SkMulS16(S16CPU x, S16CPU y) { in SkMulS16() function
185 #define SkMulS16(x, y) ((x) * (y)) macro