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

/external/skia/src/core/
H A DSkDebug.cpp24 int16_t SkToS16(intmax_t x) { function
/external/skia/include/core/
H A DSkTypes.h247 SK_API int16_t SkToS16(intmax_t);
258 #define SkToS16(x) ((int16_t)(x)) macro

Completed in 43 milliseconds