Home
last modified time | relevance | path

Searched refs:ASTBlendPixel (Results 1 – 3 of 3) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_draw.c216 result.rgba = ASTBlendPixel(backrgba, frontrgba, style, 0xFF); in BlendTab_Translucent()
217 result.rgba = ASTBlendPixel(result, frontrgba, AST_TRANSLUCENT, blendamt); in BlendTab_Translucent()
245 result.rgba = ASTBlendPixel(backrgba, frontrgba, style, 0xFF); in BlendTab_Subtractive()
269 result.rgba = ASTBlendPixel(backrgba, frontrgba, AST_MODULATE, 0); in BlendTab_Modulative()
H A Dr_data.h36 UINT32 ASTBlendPixel(RGBA_t background, RGBA_t foreground, int style, UINT8 alpha);
H A Dr_data.c58 UINT32 ASTBlendPixel(RGBA_t background, RGBA_t foreground, int style, UINT8 alpha) in ASTBlendPixel() function
154 return ASTBlendPixel(background, foreground, style, alpha); in ASTBlendTexturePixel()
160 return ASTBlendPixel(background, foreground, style, alpha); in ASTBlendTexturePixel()
199 texel.rgba = ASTBlendPixel(bg, fg, style, alpha); in ASTBlendPaletteIndexes()