#include <win32k.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ DIB_24BPP_HLine()
Definition at line 16 of file dib24bppc.c.
17{
20
22 return;
23
25 {
26
28 {
33 }
34 }
35 else
36 {
39
40
42 {
48 }
49
50
51
52
53
54
55
56
57
60 Fill[1] = (
c >> 8) | (
c << 16);
61 Fill[2] = (
c << 8) | (
c >> 16);
62 MultiCount =
Count / 4;
63 do
64 {
71 }
72 while (0 != --MultiCount);
73
76 {
81 }
82 }
83}
void Fill(HDC hdc, LONG x, LONG y, COLORREF color)
GLint GLint GLint GLint GLint GLint y
GLenum const GLvoid * addr
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG x1
_In_ CLIPOBJ _In_ BRUSHOBJ _In_ LONG _In_ LONG _In_ LONG x2
Referenced by DIB_24BPP_ColorFill().