Home
last modified time | relevance | path

Searched defs:agrb (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DColorPrivTest.cpp16 const uint64_t agrb = SkSplay(color); in DEF_TEST() local
/external/skia/include/core/
DSkColorPriv.h440 uint64_t agrb = (color >> 8) & mask; // 0x0000000000AA00GG in SkSplay() local
458 static inline uint32_t SkUnsplay(uint64_t agrb) { in SkUnsplay()