Main Page | Data Structures | Directories | File List | Data Fields | Globals

pixmap.h File Reference

Go to the source code of this file.

Functions

void initialize_pixmap (void)
void resize_pixmap (int new_width, int new_height)
int pixmap_getpixel (int x, int y)
int pixmap_index (int x, int y)
void pixmap_setpixel (int x, int y, int col)
void pixmap_hline (int x1, int y1, int x2, int col)
void pixmap_vline (int x1, int y1, int y2, int col)
void pixmap_fillbox (int x, int y, int w, int h, int col)
void pixmap_putbox (char *src, int src_x, int src_y, int src_w, int dst_x, int dst_y, int w, int h)
void free_pixmap (void)

Variables

char * pixmap
int pixmap_height
int pixmap_width


Function Documentation

void free_pixmap void   ) 
 

void initialize_pixmap void   ) 
 

void pixmap_fillbox int  x,
int  y,
int  w,
int  h,
int  col
 

int pixmap_getpixel int  x,
int  y
 

void pixmap_hline int  x1,
int  y1,
int  x2,
int  col
 

int pixmap_index int  x,
int  y
[inline]
 

void pixmap_putbox char *  src,
int  src_x,
int  src_y,
int  src_w,
int  dst_x,
int  dst_y,
int  w,
int  h
 

void pixmap_setpixel int  x,
int  y,
int  col
 

void pixmap_vline int  x1,
int  y1,
int  y2,
int  col
 

void resize_pixmap int  new_width,
int  new_height
 


Variable Documentation

char* pixmap
 

Definition at line 36 of file pixmap.c.

int pixmap_height
 

Definition at line 37 of file pixmap.c.

int pixmap_width
 

Definition at line 38 of file pixmap.c.


Generated on Sun Dec 26 11:23:40 2004 for lincity by  doxygen 1.3.9.1