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

  /external/chromium_org/third_party/skia/src/core/
SkDebug.cpp 14 int8_t SkToS8(intmax_t x) {
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 238 SK_API int8_t SkToS8(intmax_t);
248 #define SkToS8(x) ((int8_t)(x))

Completed in 271 milliseconds