Home
last modified time | relevance | path

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

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