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

  /external/skia/src/core/
SkBitmapProcState_procs.h 22 a00 = SkExpand_rgb_16(a00);
23 a01 = SkExpand_rgb_16(a01);
24 a10 = SkExpand_rgb_16(a10);
25 a11 = SkExpand_rgb_16(a11);
  /external/skia/include/core/
SkColorPriv.h 273 static inline uint32_t SkExpand_rgb_16(U16CPU c) {
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);
    [all...]
  /external/skia/src/opts/
SkBlitMask_opts_arm_neon.cpp 203 uint32_t dst32 = SkExpand_rgb_16(*device) * scale;

Completed in 124 milliseconds