Searched refs:dst_expanded (Results 1 – 3 of 3) sorted by relevance
157 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither() local158 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither()160 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither()
826 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_SSE2() local827 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_SSE2()829 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_SSE2()981 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_SSE2() local982 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_SSE2()984 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_SSE2()
1163 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_neon() local1164 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_neon()1166 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_neon()