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

  /external/chromium_org/third_party/skia/src/core/
SkDebug.cpp 44 int SkToInt(intmax_t x) {
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 244 SK_API int SkToInt(intmax_t);
254 #define SkToInt(x) ((int)(x))

Completed in 62 milliseconds