Searched refs:SkToUInt (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkDebug.cpp49 unsigned SkToUInt(uintmax_t x) { function
H A DSkFlate.cpp60 flateData.avail_in = SkToUInt(inputLength);
82 flateData.avail_in = SkToUInt(read);
H A DSkRecorder.cpp137 APPEND(DrawPoints, delay_copy(paint), mode, SkToUInt(count), this->copy(pts, count));
234 SkToUInt(byteLength),
/external/skia/include/core/
H A DSkTypes.h252 SK_API unsigned SkToUInt(uintmax_t);
263 #define SkToUInt(x) ((unsigned)(x)) macro

Completed in 64 milliseconds