Lines Matching full:pixel
16 u32 pixel; in get_pixel_from_buffer() local
20 pixel = *(u32 *)&buffer[src_offset]; in get_pixel_from_buffer()
22 return pixel; in get_pixel_from_buffer()
38 u32 crc = 0, pixel = 0; in compute_crc() local
46 pixel = get_pixel_from_buffer(x, y, vaddr, composer); in compute_crc()
47 crc = crc32_le(crc, (void *)&pixel, sizeof(u32)); in compute_crc()
69 * @argb_src: src pixel on premultiplied alpha mode
70 * @argb_dst: dst pixel completely opaque
73 * is that pixel color values have been already pre-multiplied with the alpha
88 * x_blend - blending equation that ignores the pixel alpha
90 * overwrites RGB color value from src pixel to dst pixel.
105 * Blend the vaddr_src value with the vaddr_dst value using a pixel blend
111 * pixel color values