Home
last modified time | relevance | path

Searched refs:SkBSwap32 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkMathPriv.h129 static inline uint32_t SkBSwap32(uint32_t v) { return _byteswap_ulong(v); } in SkBSwap32() function
131 static inline uint32_t SkBSwap32(uint32_t v) { return __builtin_bswap32(v); } in SkBSwap32() function
DSkCompressedDataUtils.cpp95 uint32_t high = SkBSwap32(curBlock1->fHigh); in decompress_etc1()
96 uint32_t low = SkBSwap32(curBlock1->fLow); in decompress_etc1()
/third_party/skia/src/gpu/
DGrDataUtils.cpp115 block->fHigh = SkBSwap32(high); in create_etc1_block()
116 block->fLow = SkBSwap32(low); in create_etc1_block()