Searched defs:SkToInt (Results 1 - 2 of 2) sorted by relevance
/external/skia/src/core/ | ||
H A D | SkDebug.cpp | 44 int SkToInt(intmax_t x) { function |
/external/skia/include/core/ | ||
H A D | SkTypes.h | 251 SK_API int SkToInt(intmax_t); 262 #define SkToInt(x) ((int)(x)) macro |
Completed in 265 milliseconds