Searched defs:SkToS16 (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkDebug.cpp26 int16_t SkToS16(long x) function
/external/skia/include/core/
H A DSkTypes.h166 SK_API int16_t SkToS16(long);
173 #define SkToS16(x) ((int16_t)(x)) macro

Completed in 167 milliseconds