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