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

  /external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp 510 uint32_t dst_expand = SkExpand_rgb_16(*dst) * scale; local
511 *dst = SkCompact_rgb_16((src_expand + dst_expand) >> 5);
597 uint32_t dst_expand = SkExpand_rgb_16(*dst) * scale; local
598 *dst = SkCompact_rgb_16((src_expand + dst_expand) >> 5);
    [all...]
  /external/skia/include/core/
SkColorPriv.h 307 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale; local
308 return SkCompact_rgb_16((src_expand + dst_expand) >> 5);
    [all...]

Completed in 75 milliseconds