Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkEndian.h92 template<uint64_t N> struct SkTEndianSwap64 { struct
93 static const uint64_t value = (((N & 0x00000000000000FFULL) << (8*7)) |
/third_party/skia/src/core/
DSkEndian.h92 template<uint64_t N> struct SkTEndianSwap64 { struct
93 static const uint64_t value = (((N & 0x00000000000000FFULL) << (8*7)) |