Home
last modified time | relevance | path

Searched refs:fill_op (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/video/
Dsysfillrect.c296 void (*fill_op)(struct fb_info *p, unsigned long *dst, in sys_fillrect() local
307 fill_op = bitfill_unaligned_rev; in sys_fillrect()
310 fill_op = bitfill_unaligned; in sys_fillrect()
315 fill_op = bitfill_unaligned; in sys_fillrect()
324 fill_op(p, dst, dst_idx, pat2, left, right, in sys_fillrect()
Dcfbfillrect.c333 void (*fill_op)(struct fb_info *p, unsigned long __iomem *dst, in cfb_fillrect() local
344 fill_op = bitfill_unaligned_rev; in cfb_fillrect()
347 fill_op = bitfill_unaligned; in cfb_fillrect()
351 fill_op = bitfill_unaligned; in cfb_fillrect()
360 fill_op(p, dst, dst_idx, pat2, left, right, in cfb_fillrect()