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

/external/skia/src/core/
H A DSkDebug.cpp34 int32_t SkToS32(intmax_t x) { function
/external/skia/include/core/
H A DSkTypes.h264 SK_API int32_t SkToS32(intmax_t);
274 #define SkToS32(x) ((int32_t)(x)) macro

Completed in 93 milliseconds