64 void ui_rect(
int x1,
int y1,
int x2,
int y2 )
void gr_rect(int x, int y, int w, int h, int resize_mode)
#define GR_RESIZE_MENU_NO_OFFSET
void ui_draw_frame(int x1, int y1, int x2, int y2)
__inline void gr_string(int x, int y, const char *string, int resize_mode=GR_RESIZE_FULL)
void ui_string_centered(int x, int y, char *s)
void ui_vline(int y1, int y2, int x)
void gr_set_color_fast(color *dst)
void ui_draw_box_in(int x1, int y1, int x2, int y2)
void ui_draw_shad(int x1, int y1, int x2, int y2, color *c1, color *c2)
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)
GLint GLint GLint GLint GLint x
__inline void gr_line(int x1, int y1, int x2, int y2, int resize_mode=GR_RESIZE_FULL)
void ui_draw_box_out(int x1, int y1, int x2, int y2)
GLint GLsizei GLsizei height
void gr_get_string_size(int *w, int *h, const char *text, int len=9999)
void ui_rect(int x1, int y1, int x2, int y2)
void ui_hline(int x1, int x2, int y)