Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkEndian.h34 template<uint16_t N> struct SkTEndianSwap16 { struct
35 static const uint16_t value = static_cast<uint16_t>((N >> 8) | ((N & 0xFF) << 8));
/external/chromium_org/third_party/skia/include/core/
DSkEndian.h34 template<uint16_t N> struct SkTEndianSwap16 { struct
35 static const uint16_t value = static_cast<uint16_t>((N >> 8) | ((N & 0xFF) << 8));