Searched refs:SkToS32 (Results 1 – 3 of 3) sorted by relevance
46 int32_t SkToS32(long x) in SkToS32() function
127 int32_t SkToS32(long);134 #define SkToS32(x) ((int32_t)(x)) macro
231 SkToS32(4*1024*1024); in TestMath()232 SkToS32(-4*1024*1024); in TestMath()