HomeSort by relevance Sort by last modified time
    Searched defs:SkExpand_rgb_16 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkColorPriv.h 121 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
127 /** Compress an expanded value (from SkExpand_rgb_16) back down to a 16bit
143 return SkCompact_rgb_16(SkExpand_rgb_16(c) * (scale >> 3) >> 5);
159 uint32_t src32 = SkExpand_rgb_16(src);
160 uint32_t dst32 = SkExpand_rgb_16(dst);
172 uint32_t src32 = SkExpand_rgb_16(*src++);
173 uint32_t dst32 = SkExpand_rgb_16(*dst);
  /external/skia/legacy/include/core/
SkColorPriv.h 97 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
103 /** Compress an expanded value (from SkExpand_rgb_16) back down to a 16bit
119 return SkCompact_rgb_16(SkExpand_rgb_16(c) * (scale >> 3) >> 5);
135 uint32_t src32 = SkExpand_rgb_16(src);
136 uint32_t dst32 = SkExpand_rgb_16(dst);
148 uint32_t src32 = SkExpand_rgb_16(*src++);
149 uint32_t dst32 = SkExpand_rgb_16(*dst);

Completed in 145 milliseconds