Searched defs:SkExpand_4444 (Results 1 - 1 of 1) sorted by relevance

/external/skia/include/core/
H A DSkColorPriv.h578 static inline uint32_t SkExpand_4444(U16CPU c) { function
585 /** Compress an expanded value (from SkExpand_4444) back down to a SkPMColor16.
631 uint32_t src32 = SkExpand_4444(src) * scale16;
640 uint32_t dst32 = SkExpand_4444(dst) * dstScale;

Completed in 129 milliseconds