Home
last modified time | relevance | path

Searched refs:exc_augend (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.c1017 exc_augend = R_CopyColormap(exc_augend, false); in R_AddColormaps()
1026 R_GetRgbaR(exc_augend->rgba) in R_AddColormaps()
1032 R_GetRgbaG(exc_augend->rgba) in R_AddColormaps()
1038 R_GetRgbaB(exc_augend->rgba) in R_AddColormaps()
1081 exc_augend->fadestart = max(min( in R_AddColormaps()
1082 exc_augend->fadestart in R_AddColormaps()
1087 exc_augend->fadeend = max(min( in R_AddColormaps()
1088 exc_augend->fadeend in R_AddColormaps()
1101 exc_augend->colormap = lighttable ? R_CreateLightTable(exc_augend) : NULL; in R_AddColormaps()
1102 exc_augend->next = exc_augend->prev = NULL; in R_AddColormaps()
[all …]
H A Dr_data.h101 extracolormap_t *R_AddColormaps(extracolormap_t *exc_augend, extracolormap_t *exc_addend,