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

  /external/skia/src/core/
SkDebug.cpp 34 int16_t SkToS16(long x)
  /external/skia/include/core/
SkTypes.h 125 int16_t SkToS16(long);
132 #define SkToS16(x) ((int16_t)(x))

Completed in 33 milliseconds