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

/external/chromium_org/third_party/skia/src/core/
H A DSkDebug.cpp24 int16_t SkToS16(intmax_t x) { function
/external/skia/src/core/
H A DSkDebug.cpp24 int16_t SkToS16(intmax_t x) { function
/external/chromium_org/third_party/skia/include/core/
H A DSkTypes.h218 SK_API int16_t SkToS16(intmax_t);
225 #define SkToS16(x) ((int16_t)(x)) macro
/external/skia/include/core/
H A DSkTypes.h218 SK_API int16_t SkToS16(intmax_t);
225 #define SkToS16(x) ((int16_t)(x)) macro

Completed in 331 milliseconds