Home | History | Annotate | Download | only in core

Lines Matching defs:SkUnsplay

396 static inline uint32_t SkUnsplay(uint32_t ag, uint32_t rb) {
405 static inline uint32_t SkUnsplay(uint64_t agrb) {
423 return SkUnsplay(ret_ag, ret_rb);
429 return SkUnsplay(SkSplay(src) * scale + (256-scale) * SkSplay(dst));