Searched defs:SkToInt (Results 1 – 2 of 2) sorted by relevance
44 int SkToInt(intmax_t x) { in SkToInt() function
262 #define SkToInt(x) ((int)(x)) macro