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

/external/skia/src/core/
H A DSkDebug.cpp14 int8_t SkToS8(intmax_t x) { function
/external/skia/include/core/
H A DSkTypes.h245 SK_API int8_t SkToS8(intmax_t);
256 #define SkToS8(x) ((int8_t)(x)) macro

Completed in 73 milliseconds