Searched refs:SkToU32 (Results 1 – 7 of 7) sorted by relevance
36 uint32_t size() const { return SkToU32(fStop - fBase); } in size()37 uint32_t offset() const { return SkToU32(fCurr - fBase); } in offset()42 uint32_t available() const { return SkToU32(fStop - fCurr); } in available()
192 SK_API uint32_t SkToU32(size_t);199 #define SkToU32(x) ((uint32_t)(x)) macro
44 uint32_t SkToU32(size_t x) in SkToU32() function
198 int depth = SkNextLog2(SkToU32(size)); in SkTQSort()
169 SK_API uint32_t SkToU32(size_t);176 #define SkToU32(x) ((uint32_t)(x)) macro
407 SkToU32(5*1024*1024); in TestMath()408 SkToU32(-5); in TestMath()