Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.h37 UINT32 ASTBlendTexturePixel(RGBA_t background, RGBA_t foreground, int style, UINT8 alpha);
H A Dr_data.c142 UINT32 ASTBlendTexturePixel(RGBA_t background, RGBA_t foreground, int style, UINT8 alpha) in ASTBlendTexturePixel() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_cache.c129 …colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawColumnInCache()
139 …colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawColumnInCache()
239 …colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawFlippedColumnInCache()
249 …colortemp.rgba = ASTBlendTexturePixel(rgbatexel, colortemp, originPatch->style, originPatch->alpha… in HWR_DrawFlippedColumnInCache()