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

  /external/skia/src/core/
SkColorData.h 225 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
231 /** Compress an expanded value (from SkExpand_rgb_16) back down to a 16bit
247 return SkCompact_rgb_16(SkExpand_rgb_16(c) * (scale >> 3) >> 5);
259 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale;
273 uint32_t src32 = SkExpand_rgb_16(src);
274 uint32_t dst32 = SkExpand_rgb_16(dst);
286 uint32_t src32 = SkExpand_rgb_16(*src++);
287 uint32_t dst32 = SkExpand_rgb_16(*dst);
    [all...]
  /external/skqp/src/core/
SkColorData.h 225 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
231 /** Compress an expanded value (from SkExpand_rgb_16) back down to a 16bit
247 return SkCompact_rgb_16(SkExpand_rgb_16(c) * (scale >> 3) >> 5);
259 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale;
273 uint32_t src32 = SkExpand_rgb_16(src);
274 uint32_t dst32 = SkExpand_rgb_16(dst);
286 uint32_t src32 = SkExpand_rgb_16(*src++);
287 uint32_t dst32 = SkExpand_rgb_16(*dst);
    [all...]

Completed in 678 milliseconds