Searched defs:SkToU8 (Results 1 – 2 of 2) sorted by relevance
19 uint8_t SkToU8(uintmax_t x) { in SkToU8() function
271 #define SkToU8(x) ((uint8_t)(x)) macro