Searched refs:SkToU32 (Results 1 – 3 of 3) sorted by relevance
44 uint32_t SkToU32(size_t x) in SkToU32() function
169 SK_API uint32_t SkToU32(size_t);176 #define SkToU32(x) ((uint32_t)(x)) macro
369 SkToU32(5*1024*1024); in TestMath()370 SkToU32(-5); in TestMath()