#include <windows.h>
#include <wingdi.h>
#include "rosperf.h"
Go to the source code of this file.
◆ ALPHABLEND_CONTEXT
◆ PALPHABLEND_CONTEXT
◆ AlphaBlendCleanup()
Definition at line 52 of file alphablend.c.
53{
58}
#define HeapFree(x, y, z)
BOOL WINAPI DeleteDC(_In_ HDC)
◆ AlphaBlendInit()
Definition at line 29 of file alphablend.c.
30{
33
37
39 {
41 {
43 }
44 }
45
47
48 return Reps;
49}
FORCEINLINE VOID SetPixel(_In_ ULONG Left, _In_ ULONG Top, _In_ UCHAR Color)
GLint GLint GLint GLint GLint x
GLint GLint GLint GLint GLint GLint y
HGDIOBJ WINAPI SelectObject(_In_ HDC, _In_ HGDIOBJ)
HDC WINAPI CreateCompatibleDC(_In_opt_ HDC hdc)
HBITMAP WINAPI CreateCompatibleBitmap(_In_ HDC hdc, _In_ INT cx, _In_ INT cy)
◆ AlphaBlendProc()
Definition at line 67 of file alphablend.c.
68{
70 unsigned Rep;
72
73 for (Rep = 0; Rep < Reps; Rep++)
74 {
76#if 0
78#endif
82 {
84 }
85 }
86}
static const BLENDFUNCTION BlendFunc
DWORD WINAPI GetLastError(void)
BOOL WINAPI PatBlt(_In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int, _In_ DWORD)
◆ DbgPrint()