Searched refs:SkToU32 (Results 1 – 3 of 3) sorted by relevance
52 uint32_t SkToU32(size_t x) in SkToU32() function
128 uint32_t SkToU32(size_t);135 #define SkToU32(x) ((uint32_t)(x)) macro
233 SkToU32(5*1024*1024); in TestMath()234 SkToU32(-5); in TestMath()