Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDebug.cpp24 int16_t SkToS16(intmax_t x) { in SkToS16() function
/external/skia/include/core/
DSkTypes.h272 #define SkToS16(x) ((int16_t)(x)) macro