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()
1003 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_SSE2() local1004 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_SSE2()1006 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_SSE2()1158 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_SSE2() local1159 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_SSE2()1161 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_SSE2()
1407 uint32_t dst_expanded = SkExpand_rgb_16(*my_dst); in S32A_D565_Opaque_Dither_neon() local1408 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_neon()1410 tmpbuf[i] = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_neon()1559 uint32_t dst_expanded = SkExpand_rgb_16(*dst); in S32A_D565_Opaque_Dither_neon() local1560 dst_expanded = dst_expanded * (SkAlpha255To256(255 - a) >> 3); in S32A_D565_Opaque_Dither_neon()1562 *dst = SkCompact_rgb_16((src_expanded + dst_expanded) >> 5); in S32A_D565_Opaque_Dither_neon()