Searched refs:dst_expand (Results 1 – 2 of 2) sorted by relevance
510 uint32_t dst_expand = SkExpand_rgb_16(*dst) * scale; in Color32A_D565_neon() local511 *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() local598 *dst = SkCompact_rgb_16((src_expand + dst_expand) >> 5); in Color32A_D565_neon()
290 uint32_t dst_expand = SkExpand_rgb_16(dst) * scale; in SkBlend32_RGB16() local291 return SkCompact_rgb_16((src_expand + dst_expand) >> 5); in SkBlend32_RGB16()