Searched refs:ConvertToThreeBitIndex (Results 1 – 3 of 3) sorted by relevance
47 static inline uint32_t ConvertToThreeBitIndex(uint32_t x) { in ConvertToThreeBitIndex() function62 static inline uint32_t ConvertToThreeBitIndex(uint32_t x) {
333 x = 0x07070707 - SkTextureCompressor::ConvertToThreeBitIndex(x); in convert_index()
324 x = SkTextureCompressor::ConvertToThreeBitIndex(x); in convert_indices()