Searched refs:Clamp5 (Results 1 – 1 of 1) sorted by relevance
845 Clamp5(ULONG val) in Clamp5() function928 … DstPixel16.col.red = Clamp5((DstPixel16.col.red * (31 - Alpha)) / 31 + SrcPixel32.col.red); in DIB_16BPP_AlphaBlend()929 … DstPixel16.col.green = Clamp5((DstPixel16.col.green * (31 - Alpha)) / 31 + SrcPixel32.col.green); in DIB_16BPP_AlphaBlend()930 … DstPixel16.col.blue = Clamp5((DstPixel16.col.blue * (31 - Alpha)) / 31 + SrcPixel32.col.blue); in DIB_16BPP_AlphaBlend()975 … DstPixel16.col.red = Clamp5((DstPixel16.col.red * (31 - Alpha5)) / 31 + SrcPixel32.col.red); in DIB_16BPP_AlphaBlend()977 … DstPixel16.col.blue = Clamp5((DstPixel16.col.blue * (31 - Alpha5)) / 31 + SrcPixel32.col.blue); in DIB_16BPP_AlphaBlend()