|
Odamex
Setting the Standard in Multiplayer Doom
|
Functions | |
| void | rt_copy1col_c (int hx, int sx, int yl, int yh) |
| void | rt_copy2cols_c (int hx, int sx, int yl, int yh) |
| void | rt_copy4cols_c (int sx, int yl, int yh) |
| void | rt_map1col_c (int hx, int sx, int yl, int yh) |
| void | rt_map2cols_c (int hx, int sx, int yl, int yh) |
| void | rt_map4cols_c (int sx, int yl, int yh) |
| void | rt_tlate1col (int hx, int sx, int yl, int yh) |
| void | rt_tlate2cols (int hx, int sx, int yl, int yh) |
| void | rt_tlate4cols (int sx, int yl, int yh) |
| void | rt_lucent1col (int hx, int sx, int yl, int yh) |
| void | rt_lucent2cols (int hx, int sx, int yl, int yh) |
| void | rt_lucent4cols (int sx, int yl, int yh) |
| void | rt_tlatelucent1col (int hx, int sx, int yl, int yh) |
| void | rt_tlatelucent2cols (int hx, int sx, int yl, int yh) |
| void | rt_tlatelucent4cols (int sx, int yl, int yh) |
| void | rt_draw1col (int hx, int sx) |
| void | rt_draw2cols (int hx, int sx) |
| void | rt_draw4cols (int sx) |
| void | rt_initcols (void) |
| void | R_DrawColumnHorizP_C (void) |
| void | R_FillColumnHorizP (void) |
| void | R_DrawMaskedColumnHoriz (column_t *column) |
Variables | |
| byte | dc_temp [1536 *4] |
| unsigned int | dc_tspans [4][256] |
| unsigned int * | dc_ctspan [4] |
| unsigned int * | horizspan [4] |
| void R_DrawColumnHorizP_C | ( | void | ) |
| void R_DrawMaskedColumnHoriz | ( | column_t * | column | ) |
| void R_FillColumnHorizP | ( | void | ) |
| void rt_copy1col_c | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_copy2cols_c | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_copy4cols_c | ( | int | sx, |
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_draw1col | ( | int | hx, |
| int | sx | ||
| ) |
| void rt_draw2cols | ( | int | hx, |
| int | sx | ||
| ) |
| void rt_draw4cols | ( | int | sx | ) |
| void rt_initcols | ( | void | ) |
| void rt_lucent1col | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_lucent2cols | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_lucent4cols | ( | int | sx, |
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_map1col_c | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_map2cols_c | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_map4cols_c | ( | int | sx, |
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_tlate1col | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_tlate2cols | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_tlate4cols | ( | int | sx, |
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_tlatelucent1col | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_tlatelucent2cols | ( | int | hx, |
| int | sx, | ||
| int | yl, | ||
| int | yh | ||
| ) |
| void rt_tlatelucent4cols | ( | int | sx, |
| int | yl, | ||
| int | yh | ||
| ) |
| unsigned int* dc_ctspan[4] |
| unsigned int dc_tspans[4][256] |
| unsigned int* horizspan[4] |