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

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

Completed in 139 milliseconds