Searched refs:SkEndianSwap16 (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkEndian.h32 static inline uint16_t SkEndianSwap16(U16CPU value) { function
40 /** Vector version of SkEndianSwap16(), which swaps the
47 *array = SkEndianSwap16(*array);
68 /** Vector version of SkEndianSwap16(), which swaps the
81 #define SkEndian_SwapBE16(n) SkEndianSwap16(n)
93 #define SkEndian_SwapLE16(n) SkEndianSwap16(n)

Completed in 140 milliseconds