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

/external/skia/include/core/
H A DSkColorPriv.h273 static inline uint32_t SkExpand_rgb_16(U16CPU c) { function
279 /** Compress an expanded value (from SkExpand_rgb_16) back down to a 16bit
295 return SkCompact_rgb_16(SkExpand_rgb_16(c) * (scale >> 3) >> 5);
307 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale;
321 uint32_t src32 = SkExpand_rgb_16(src);
322 uint32_t dst32 = SkExpand_rgb_16(dst);
334 uint32_t src32 = SkExpand_rgb_16(*src++);
335 uint32_t dst32 = SkExpand_rgb_16(*dst);

Completed in 115 milliseconds