HomeSort by relevance Sort by last modified time
    Searched refs:SkUnsplay (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
ColorPrivTest.cpp 14 ASSERT(SkUnsplay(ag << 8, rb << 8) == color);
18 ASSERT(SkUnsplay(agrb<<8) == color);
  /external/skia/include/core/
SkColorPriv.h 478 static inline uint32_t SkUnsplay(uint32_t ag, uint32_t rb) {
487 static inline uint32_t SkUnsplay(uint64_t agrb) {
505 return SkUnsplay(ret_ag, ret_rb);
511 return SkUnsplay(SkSplay(src) * scale + (256-scale) * SkSplay(dst));
    [all...]

Completed in 100 milliseconds