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