Searched defs:SkToS32 (Results 1 – 4 of 4) sorted by relevance
34 int32_t SkToS32(intmax_t x) { in SkToS32() function
252 #define SkToS32(x) ((int32_t)(x)) macro