Searched defs:agrb (Results 1 – 2 of 2) sorted by relevance
16 const uint64_t agrb = SkSplay(color); in DEF_TEST() local
440 uint64_t agrb = (color >> 8) & mask; // 0x0000000000AA00GG in SkSplay() local458 static inline uint32_t SkUnsplay(uint64_t agrb) { in SkUnsplay()