Home
last modified time | relevance | path

Searched refs:dst_expand (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/opts/
DSkBlitRow_opts_arm_neon.cpp510 uint32_t dst_expand = SkExpand_rgb_16(*dst) * scale; in Color32A_D565_neon() local
511 *dst = SkCompact_rgb_16((src_expand + dst_expand) >> 5); in Color32A_D565_neon()
597 uint32_t dst_expand = SkExpand_rgb_16(*dst) * scale; in Color32A_D565_neon() local
598 *dst = SkCompact_rgb_16((src_expand + dst_expand) >> 5); in Color32A_D565_neon()
/external/skia/include/core/
DSkColorPriv.h290 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale; in SkBlend32_RGB16() local
291 return SkCompact_rgb_16((src_expand + dst_expand) >> 5); in SkBlend32_RGB16()