Searched refs:dst_expanded (Results 1 – 4 of 4) 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()
255 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_mips_dsp() local256 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_mips_dsp()258 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_mips_dsp()
958 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_SSE2() local959 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_SSE2()961 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_SSE2()1113 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_SSE2() local1114 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_SSE2()1116 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_SSE2()
1432 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_neon() local1433 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_neon()1435 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_neon()