Image Interpolation with Contour Stencils
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
drawline.h
Go to the documentation of this file.
1
16
#ifndef _DRAWLINE_H_
17
#define _DRAWLINE_H_
18
19
#include "
basic.h
"
20
21
void
DrawLine
(uint32_t *Image,
int
Width,
int
Height,
22
float
x1,
float
y1,
float
x2,
float
y2,
const
float
*Color);
23
24
#endif
/* _DRAWLINE_H_ */
Generated on Fri Jul 5 2013 18:57:21 for Image Interpolation with Contour Stencils by
1.8.3.1