Searched refs:SkToUInt (Results 1 – 7 of 7) sorted by relevance
60 flateData.avail_in = SkToUInt(inputLength); in stream_inflate()82 flateData.avail_in = SkToUInt(read); in stream_inflate()
23 builder[0] = SkToUInt(size); in ComputeScratchKey()
24 builder[0] = SkToUInt(size); in ComputeScratchKey()
103 size = SkTMax(MIN_SIZE, GrNextPow2(SkToUInt(size))); in createIndexBuffer()132 size = SkTMax(MIN_SIZE, GrNextPow2(SkToUInt(size))); in createVertexBuffer()
49 unsigned SkToUInt(uintmax_t x) { in SkToUInt() function
140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()265 SkToUInt(byteLength), in onDrawPosTextH()
267 SK_API unsigned SkToUInt(uintmax_t);277 #define SkToUInt(x) ((unsigned)(x)) macro