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

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

Completed in 419 milliseconds