Searched refs:alpha_dst (Results 1 – 2 of 2) sorted by relevance
211 uint8_t* alpha_dst = base_rgba; in EmitAlphaRGBA4444() local213 uint8_t* alpha_dst = base_rgba + 1; in EmitAlphaRGBA4444() local221 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in EmitAlphaRGBA4444()225 alpha_dst += buf->stride; in EmitAlphaRGBA4444()431 uint8_t* alpha_dst = base_rgba; in ExportAlphaRGBA4444() local433 uint8_t* alpha_dst = base_rgba + 1; in ExportAlphaRGBA4444() local449 alpha_dst[2 * i] = (alpha_dst[2 * i] & 0xf0) | alpha_value; in ExportAlphaRGBA4444()452 alpha_dst += buf->stride; in ExportAlphaRGBA4444()
44 unsigned alpha_dst : 4; member147 if (xa_format_a(dst_pic->pict_format) == 0 && blend->alpha_dst) { in blend_for_op()