ReactOS 0.4.16-dev-197-g92996da
|
#include <user32.h>
Go to the source code of this file.
Macros | |
#define | RBInnerSoft RBInnerNormal /* These are the same */ |
#define | RBOuterSoft RBOuterNormal |
Variables | |
static const signed char | LTInnerNormal [] |
static const signed char | LTOuterNormal [] |
static const signed char | RBInnerNormal [] |
static const signed char | RBOuterNormal [] |
static const signed char | LTInnerSoft [] |
static const signed char | LTOuterSoft [] |
static const signed char | LTRBOuterMono [] |
static const signed char | LTRBInnerMono [] |
static const signed char | LTRBOuterFlat [] |
static const signed char | LTRBInnerFlat [] |
#define RBInnerSoft RBInnerNormal /* These are the same */ |
#define RBOuterSoft RBOuterNormal |
Definition at line 1499 of file draw.c.
Definition at line 1610 of file draw.c.
Definition at line 1469 of file draw.c.
BOOL WINAPI DrawStateA | ( | HDC | hDC, |
HBRUSH | hBrush, | ||
DRAWSTATEPROC | lpOutputFunc, | ||
LPARAM | lData, | ||
WPARAM | wData, | ||
int | x, | ||
int | y, | ||
int | cx, | ||
int | cy, | ||
UINT | fuFlags | ||
) |
Definition at line 1637 of file draw.c.
Definition at line 1541 of file draw.c.
Definition at line 36 of file defwnd.c.
Referenced by DefWndControlColor(), FillRect(), IntDrawRectEdge(), IntDrawState(), UITOOLS95_DFC_ButtonPush(), and UITOOLS_DrawCheckedRect().
BOOL WINAPI GrayStringA | ( | HDC | hDC, |
HBRUSH | hBrush, | ||
GRAYSTRINGPROC | lpOutputFunc, | ||
LPARAM | lpData, | ||
int | nCount, | ||
int | X, | ||
int | Y, | ||
int | nWidth, | ||
int | nHeight | ||
) |
Definition at line 1511 of file draw.c.
Definition at line 120 of file draw.c.
Definition at line 429 of file draw.c.
|
static |
Definition at line 1237 of file draw.c.
Referenced by DrawStateA(), and DrawStateW().
BOOL WINAPI IntGrayString | ( | HDC | hDC, |
HBRUSH | hBrush, | ||
GRAYSTRINGPROC | lpOutputFunc, | ||
LPARAM | lpData, | ||
int | nCount, | ||
int | X, | ||
int | Y, | ||
int | nWidth, | ||
int | nHeight, | ||
BOOL | unicode | ||
) |
Definition at line 1050 of file draw.c.
Referenced by GrayStringA(), and GrayStringW().
|
static |
Definition at line 1179 of file draw.c.
Referenced by IntDrawState().
Definition at line 1423 of file draw.c.
Referenced by DrawFrameControl(), and ResetUserApiHook().
Definition at line 657 of file draw.c.
Definition at line 618 of file draw.c.
Definition at line 777 of file draw.c.
Definition at line 807 of file draw.c.
Definition at line 977 of file draw.c.
Definition at line 874 of file draw.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | user32 | ) |