HomeSort by relevance Sort by last modified time
    Searched refs:SkToUInt (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkDebug.cpp 49 unsigned SkToUInt(uintmax_t x) {
SkFlate.cpp 60 flateData.avail_in = SkToUInt(inputLength);
82 flateData.avail_in = SkToUInt(read);
SkRecorder.cpp 137 APPEND(DrawPoints, delay_copy(paint), mode, SkToUInt(count), this->copy(pts, count));
234 SkToUInt(byteLength),
  /external/skia/include/core/
SkTypes.h 252 SK_API unsigned SkToUInt(uintmax_t);
263 #define SkToUInt(x) ((unsigned)(x))

Completed in 583 milliseconds