/* $XConsortium: linearline.h,v 1.1 95/01/06 20:37:49 kaleb Exp $ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/vga256/drivers/cirrus/linearline.h,v 3.1 1995/01/28 16:12:08 dawes Exp $ */ /* linearline.c */ extern void LinearFramebufferVerticalLine( #if NeedFunctionPrototypes unsigned char *, int, int, int #endif ); extern void LinearFramebufferDualVerticalLine( #if NeedFunctionPrototypes unsigned char *, int, int, int, int #endif ); extern void LinearFramebufferSlopedLineLeft( #if NeedFunctionPrototypes unsigned char *, int, int, int, int, int #endif ); extern void LinearFramebufferSlopedLineRight( #if NeedFunctionPrototypes unsigned char *, int, int, int, int, int #endif ); extern void LinearFramebufferSlopedLineVerticalLeft( #if NeedFunctionPrototypes unsigned char *, int, int, int, int, int #endif ); extern void LinearFramebufferSlopedLineVerticalRight( #if NeedFunctionPrototypes unsigned char *, int, int, int, int, int #endif );