Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/private/
H A DSkColorData.h197 uint64_t agrb = (color >> 8) & mask; // 0x0000000000AA00GG in SkSplay() local
215 static inline uint32_t SkUnsplay(uint64_t agrb) { in SkUnsplay()
/aosp_15_r20/external/skia/tests/
H A DColorPrivTest.cpp27 const uint64_t agrb = SkSplay(color); in DEF_TEST() local