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

  /external/skia/src/core/
SkDebug.cpp 32 uint16_t SkToU16(size_t x)
  /external/skia/include/core/
SkTypes.h 167 SK_API uint16_t SkToU16(size_t);
174 #define SkToU16(x) ((uint16_t)(x))

Completed in 22 milliseconds