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

  /external/skia/src/core/
SkDebug.cpp 20 uint8_t SkToU8(size_t x)
  /external/skia/include/core/
SkTypes.h 165 SK_API uint8_t SkToU8(size_t);
172 #define SkToU8(x) ((uint8_t)(x))

Completed in 66 milliseconds