Searched defs:SkToS16 (Results 1 – 4 of 4) sorted by relevance
24 int16_t SkToS16(intmax_t x) { in SkToS16() function
225 #define SkToS16(x) ((int16_t)(x)) macro