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

/external/chromium_org/third_party/skia/src/core/
H A DSkFlate.cpp64 flateData.avail_in = SkToUInt(inputLength);
86 flateData.avail_in = SkToUInt(read);
H A DSkDebug.cpp49 unsigned SkToUInt(uintmax_t x) { function
/external/skia/src/core/
H A DSkFlate.cpp64 flateData.avail_in = SkToUInt(inputLength);
86 flateData.avail_in = SkToUInt(read);
H A DSkDebug.cpp49 unsigned SkToUInt(uintmax_t x) { function
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h245 SK_API unsigned SkToUInt(uintmax_t);
255 #define SkToUInt(x) ((unsigned)(x)) macro
/external/skia/include/core/
H A DSkTypes.h245 SK_API unsigned SkToUInt(uintmax_t);
255 #define SkToUInt(x) ((unsigned)(x)) macro

Completed in 977 milliseconds