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