Home
last modified time | relevance | path

Searched refs:src_expand (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/core/
DSkColorPriv.h306 static inline U16CPU SkBlend32_RGB16(uint32_t src_expand, uint16_t dst, unsigned scale) { in SkBlend32_RGB16() argument
308 return SkCompact_rgb_16((src_expand + dst_expand) >> 5); in SkBlend32_RGB16()