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

/external/skia/src/core/
H A DSkDebug.cpp44 int SkToInt(intmax_t x) { function
/external/skia/include/core/
H A DSkTypes.h251 SK_API int SkToInt(intmax_t);
262 #define SkToInt(x) ((int)(x)) macro

Completed in 265 milliseconds