Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDebug.cpp44 int SkToInt(intmax_t x) { in SkToInt() function
/external/skia/include/core/
DSkTypes.h262 #define SkToInt(x) ((int)(x)) macro