FS2_Open
Open source remastering of the Freespace 2 engine
uidraw.cpp File Reference
#include "globalincs/alphacolors.h"
#include "ui/ui.h"
#include "ui/uidefs.h"

Go to the source code of this file.

Functions

void ui_hline (int x1, int x2, int y)
 
void ui_vline (int y1, int y2, int x)
 
void ui_string_centered (int x, int y, char *s)
 
void ui_draw_shad (int x1, int y1, int x2, int y2, color *c1, color *c2)
 
void ui_draw_frame (int x1, int y1, int x2, int y2)
 
void ui_rect (int x1, int y1, int x2, int y2)
 
void ui_draw_box_out (int x1, int y1, int x2, int y2)
 
void ui_draw_box_in (int x1, int y1, int x2, int y2)
 
void ui_draw_line_in (int x1, int y1, int x2, int y2)
 
void ui_draw_sunken_border (int x1, int y1, int x2, int y2)
 

Function Documentation

void ui_draw_box_in ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 80 of file uidraw.cpp.

void ui_draw_box_out ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 69 of file uidraw.cpp.

void ui_draw_frame ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 50 of file uidraw.cpp.

void ui_draw_line_in ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 91 of file uidraw.cpp.

void ui_draw_shad ( int  x1,
int  y1,
int  x2,
int  y2,
color c1,
color c2 
)

Definition at line 38 of file uidraw.cpp.

void ui_draw_sunken_border ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 106 of file uidraw.cpp.

void ui_hline ( int  x1,
int  x2,
int  y 
)

Definition at line 18 of file uidraw.cpp.

void ui_rect ( int  x1,
int  y1,
int  x2,
int  y2 
)

Definition at line 64 of file uidraw.cpp.

void ui_string_centered ( int  x,
int  y,
char *  s 
)

Definition at line 28 of file uidraw.cpp.

void ui_vline ( int  y1,
int  y2,
int  x 
)

Definition at line 23 of file uidraw.cpp.