Searched defs:SkToS8 (Results 1 – 4 of 4) sorted by relevance
14 int8_t SkToS8(intmax_t x) { in SkToS8() function
248 #define SkToS8(x) ((int8_t)(x)) macro