Searched refs:SkBSwap32 (Results 1 – 3 of 3) sorted by relevance
129 static inline uint32_t SkBSwap32(uint32_t v) { return _byteswap_ulong(v); } in SkBSwap32() function131 static inline uint32_t SkBSwap32(uint32_t v) { return __builtin_bswap32(v); } in SkBSwap32() function
95 uint32_t high = SkBSwap32(curBlock1->fHigh); in decompress_etc1()96 uint32_t low = SkBSwap32(curBlock1->fLow); in decompress_etc1()
115 block->fHigh = SkBSwap32(high); in create_etc1_block()116 block->fLow = SkBSwap32(low); in create_etc1_block()