Searched refs:dst_pixels (Results 1 – 2 of 2) sorted by relevance
165 dst_pixels[3] = DIV_ROUND_CLOSEST(in_pixel->a, 257); in argb_u16_to_ARGB8888()166 dst_pixels[2] = DIV_ROUND_CLOSEST(in_pixel->r, 257); in argb_u16_to_ARGB8888()167 dst_pixels[1] = DIV_ROUND_CLOSEST(in_pixel->g, 257); in argb_u16_to_ARGB8888()168 dst_pixels[0] = DIV_ROUND_CLOSEST(in_pixel->b, 257); in argb_u16_to_ARGB8888()173 dst_pixels[3] = 0xff; in argb_u16_to_XRGB8888()174 dst_pixels[2] = DIV_ROUND_CLOSEST(in_pixel->r, 257); in argb_u16_to_XRGB8888()175 dst_pixels[1] = DIV_ROUND_CLOSEST(in_pixel->g, 257); in argb_u16_to_XRGB8888()181 __le16 *pixels = (__force __le16 *)dst_pixels; in argb_u16_to_ARGB16161616()191 __le16 *pixels = (__force __le16 *)dst_pixels; in argb_u16_to_XRGB16161616()201 __le16 *pixels = (__force __le16 *)dst_pixels; in argb_u16_to_RGB565()[all …]
51 void (*pixel_write)(u8 *dst_pixels, struct pixel_argb_u16 *in_pixel);
Completed in 5 milliseconds