Home | History | Annotate | Download | only in core

Lines Matching refs:mergeOne

1987 static inline uint8_t mergeOne(uint8_t value, unsigned alpha) {
1990 static inline uint16_t mergeOne(uint16_t value, unsigned alpha) {
1998 static inline SkPMColor mergeOne(SkPMColor value, unsigned alpha) {
2024 dst[i] = mergeOne(src[i], rowA);