Go to the source code of this file.
Functions | |
uint32 P_FASTCALL | BlendPreModulated (uint32 src, uint32 dst) |
uint32 P_FASTCALL | BlendPreModFast (uint32 src, uint32 dst) |
uint32 P_FASTCALL | BlendHighlight (uint32 src, uint32 cr, uint32 cg, uint32 cb, uint32 ca, uint32 ica) |
uint32 P_FASTCALL | BlendInvisible (uint32 src, uint32 dst) |
uint32 P_FASTCALL | BlendHighlightInvis (uint32 src, uint32 dst, uint32 cr, uint32 cg, uint32 cb, uint32 ca, uint32 ica) |
Variables | |
const uint8 | U8XFormPal [1024] |
uint32 P_FASTCALL BlendHighlight | ( | uint32 | src, | |
uint32 | cr, | |||
uint32 | cg, | |||
uint32 | cb, | |||
uint32 | ca, | |||
uint32 | ica | |||
) | [inline] |
Definition at line 64 of file XFormBlend.h.
Referenced by SoftRenderSurface< uintX >::FadedBlit(), and SoftRenderSurface< uintX >::MaskedBlit().
uint32 P_FASTCALL BlendHighlightInvis | ( | uint32 | src, | |
uint32 | dst, | |||
uint32 | cr, | |||
uint32 | cg, | |||
uint32 | cb, | |||
uint32 | ca, | |||
uint32 | ica | |||
) | [inline] |
Definition at line 84 of file XFormBlend.h.
Definition at line 72 of file XFormBlend.h.
Definition at line 37 of file XFormBlend.h.
const uint8 U8XFormPal[1024] |
Definition at line 23 of file XFormBlend.cpp.
Referenced by RemorseGame::loadFiles(), and U8Game::loadFiles().