HomeSort by relevance Sort by last modified time
    Searched defs:SkToInt (Results 1 - 2 of 2) sorted by null

  /external/skia/src/core/
SkDebug.cpp 44 int SkToInt(intmax_t x) {
  /external/skia/include/core/
SkTypes.h 251 SK_API int SkToInt(intmax_t);
262 #define SkToInt(x) ((int)(x))

Completed in 309 milliseconds