convert line ends
[canaan.git] / prj / tech / libsrc / g2 / scancvt.h
blobcac36aed79fc1cec56fc05996c97738298544acf
1 // $Header: x:/prj/tech/libsrc/g2/RCS/scancvt.h 1.1 1998/03/03 12:13:30 KEVIN Exp $
2 #ifndef __SCANCVT_H
3 #define __SCANCVT_H
5 #include <g2spoint.h>
7 #define G2C_MAX_HEIGHT 768
9 extern void g2_reset_scan_buffer(void);
10 extern void g2_scan_convert(g2s_point *p1, g2s_point *p2);
11 extern void g2_get_scan_conversion(int *y_min, int *y_max, int (**xdata)[G2C_MAX_HEIGHT][2]);
12 extern void g2_reset_scan_buffer(void);
14 #endif