Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDebug.cpp22 int8_t SkToS8(long x) in SkToS8() function
/external/skia/include/core/
DSkTypes.h130 #define SkToS8(x) ((int8_t)(x)) macro