Home
last modified time | relevance | path

Searched refs:fb_address_forward (Results 1 – 4 of 4) sorted by relevance

/drivers/video/fbdev/core/
A Dfb_fillrect.h216 fb_address_forward(dst, bits_per_line); in fb_fillrect_static()
221 fb_address_forward(dst, bits_per_line); in fb_fillrect_static()
247 fb_address_forward(dst, bits_per_line); in fb_fillrect_rotating()
253 fb_address_forward(dst, bits_per_line); in fb_fillrect_rotating()
265 fb_address_forward(&dst, rect->dy * bits_per_line + rect->dx * bpp); in fb_fillrect()
A Dfb_copyarea.h153 fb_address_forward(dst, bits_per_line); in fb_copy_aligned()
154 fb_address_forward(src, bits_per_line); in fb_copy_aligned()
370 fb_address_forward(dst, bits_per_line); in fb_copy()
371 fb_address_forward(src, bits_per_line); in fb_copy()
393 fb_address_forward(&dst, dy*bits_per_line + area->dx*bpp); in fb_copyarea()
394 fb_address_forward(&src, sy*bits_per_line + area->sx*bpp); in fb_copyarea()
A Dfb_imageblit.h195 fb_address_forward(dst, bits_per_line); in fb_color_imageblit()
251 fb_address_forward(dst, bits_per_line); in fb_bitmap4x_imageblit()
276 fb_address_forward(dst, bits_per_line); in fb_bitmap1x_imageblit()
489 fb_address_forward(&dst, image->dy * bits_per_line + image->dx * bpp); in fb_imageblit()
A Dfb_draw.h22 static inline void fb_address_forward(struct fb_address *adr, unsigned int offset) in fb_address_forward() function

Completed in 9 milliseconds