Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DColorPrivTest.cpp23 ASSERT(SkUnsplay(ag << 8, rb << 8) == color); in DEF_TEST()
27 ASSERT(SkUnsplay(agrb<<8) == color); in DEF_TEST()
/third_party/skia/include/private/
H A DSkColorData.h207 static inline uint32_t SkUnsplay(uint32_t ag, uint32_t rb) { in SkUnsplay() function
216 static inline uint32_t SkUnsplay(uint64_t agrb) { in SkUnsplay() function
234 return SkUnsplay(ret_ag, ret_rb); in SkFastFourByteInterp256_32()
240 return SkUnsplay(SkSplay(src) * scale + (256-scale) * SkSplay(dst)); in SkFastFourByteInterp256_64()

Completed in 2 milliseconds