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

/external/skia/src/core/
H A DSkDebug.cpp22 int8_t SkToS8(long x) function
/external/skia/include/core/
H A DSkTypes.h155 SK_API int8_t SkToS8(long);
162 #define SkToS8(x) ((int8_t)(x)) macro

Completed in 96 milliseconds