HomeSort by relevance Sort by last modified time
    Searched defs:SkToU32 (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDebug.cpp 39 uint32_t SkToU32(uintmax_t x) {
  /external/skia/include/core/
SkTypes.h 265 SK_API uint32_t SkToU32(uintmax_t);
275 #define SkToU32(x) ((uint32_t)(x))

Completed in 48 milliseconds