Home
last modified time | relevance | path

Searched refs:ASTBlendPaletteIndexes (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.h38 UINT8 ASTBlendPaletteIndexes(UINT8 background, UINT8 foreground, int style, UINT8 alpha);
H A Dr_textures.c197 *dest = ASTBlendPaletteIndexes(*dest, *source, originPatch->style, originPatch->alpha); in R_DrawBlendColumnInCache()
241 *dest = ASTBlendPaletteIndexes(*dest, *source, originPatch->style, originPatch->alpha); in R_DrawBlendFlippedColumnInCache()
H A Dr_data.c165 UINT8 ASTBlendPaletteIndexes(UINT8 background, UINT8 foreground, int style, UINT8 alpha) in ASTBlendPaletteIndexes() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_cache.c120 texel = ASTBlendPaletteIndexes(*(dest+1), texel, originPatch->style, originPatch->alpha); in HWR_DrawColumnInCache()
146 *dest = ASTBlendPaletteIndexes(*dest, texel, originPatch->style, originPatch->alpha); in HWR_DrawColumnInCache()
230 texel = ASTBlendPaletteIndexes(*(dest+1), texel, originPatch->style, originPatch->alpha); in HWR_DrawFlippedColumnInCache()
256 *dest = ASTBlendPaletteIndexes(*dest, texel, originPatch->style, originPatch->alpha); in HWR_DrawFlippedColumnInCache()