Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/BIF_glutil.h
| Context not available. | |||||
| void fdrawbezier(float vec[4][3]); | void fdrawbezier(float vec[4][3]); | ||||
| void fdrawline(float x1, float y1, float x2, float y2); | void fdrawline(float x1, float y1, float x2, float y2); | ||||
| void fdrawbox(float x1, float y1, float x2, float y2); | void fdrawbox(float x1, float y1, float x2, float y2); | ||||
| void sdrawline(int x1, int y1, int x2, int y2); | void sdrawline(short x1, short y1, short x2, short y2); | ||||
| #if 0 | void sdrawtri(short x1, short y1, short x2, short y2); | ||||
| void sdrawtri(int x1, int y1, int x2, int y2); | void sdrawtrifill(short x1, short y1, short x2, short y2); | ||||
| void sdrawtrifill(int x1, int y1, int x2, int y2); | void sdrawbox(short x1, short y1, short x2, short y2); | ||||
| #endif | |||||
| void sdrawbox(int x1, int y1, int x2, int y2); | |||||
| void sdrawXORline(int x0, int y0, int x1, int y1); | void sdrawXORline(int x0, int y0, int x1, int y1); | ||||
| void sdrawXORline4(int nr, int x0, int y0, int x1, int y1); | void sdrawXORline4(int nr, int x0, int y0, int x1, int y1); | ||||
| Context not available. | |||||