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

/external/skia/include/core/
H A DSkColorPriv.h256 static inline uint32_t SkExpand_rgb_16(U16CPU c) { function
262 /** Compress an expanded value (from SkExpand_rgb_16) back down to a 16bit
278 return SkCompact_rgb_16(SkExpand_rgb_16(c) * (scale >> 3) >> 5);
290 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale;
304 uint32_t src32 = SkExpand_rgb_16(src);
305 uint32_t dst32 = SkExpand_rgb_16(dst);
317 uint32_t src32 = SkExpand_rgb_16(*src++);
318 uint32_t dst32 = SkExpand_rgb_16(*dst);

Completed in 81 milliseconds