Home
last modified time | relevance | path

Searched refs:source_alpha (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst673 - '01' source_alpha
675 - '11' source_alpha*destination_alpha+1
685 '01' if source_alpha=0:
687 if 256 > source_alpha > 1:
688 output_pixel = ((source_alpha + 1)*source_pixel +
689 (255 - source_alpha)*destination_pixel)/256
697 '11' if source_alpha=0:
699 if source_alpha=255:
701 if 255 > source_alpha > 0:
702 source_temp = source_pixel*(source_alpha + 1)
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c484 && PICT_FORMAT_RGB(mask->format) != 0 && op_info->source_alpha) { in glamor_set_composite_op()
505 op_info_result->source_alpha = op_info->source_alpha; in glamor_set_composite_op()
H A Dglamor_priv.h135 Bool source_alpha; member