Searched refs:SkToUInt (Results 1 – 4 of 4) sorted by relevance
60 flateData.avail_in = SkToUInt(inputLength); in doFlate()82 flateData.avail_in = SkToUInt(read); in doFlate()
49 unsigned SkToUInt(uintmax_t x) { in SkToUInt() function
137 APPEND(DrawPoints, delay_copy(paint), mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()234 SkToUInt(byteLength), in onDrawPosTextH()
252 SK_API unsigned SkToUInt(uintmax_t);263 #define SkToUInt(x) ((unsigned)(x)) macro