Lines Matching refs:fixed_value
202 const u8 *data, u8 fixed_value, const u8 *mask,
241 *(*pp)++ = fixed_value;
248 const u8 *data, u8 fixed_value, const u8 *mask,
281 *(*pp)++ = fixed_value;
298 const u8 *data, u8 fixed_value, const u8 *mask,
334 *(*pp)++ = fixed_value;
335 *(*pp)++ = fixed_value;
342 const u8 *data, u8 fixed_value, const u8 *mask,
355 repaper_odd_pixels(epd, &p, data, fixed_value, mask, stage);
366 repaper_even_pixels(epd, &p, data, fixed_value, mask, stage);
380 repaper_all_pixels(epd, &p, data, fixed_value, mask, stage);
425 static void repaper_frame_fixed(struct repaper_epd *epd, u8 fixed_value,
431 repaper_one_line(epd, line, NULL, fixed_value, NULL, stage);
455 static void repaper_frame_fixed_repeat(struct repaper_epd *epd, u8 fixed_value,
462 repaper_frame_fixed(epd, fixed_value, stage);