ReactOS 0.4.15-dev-6679-g945ee4b
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "commdlg.h"
#include "dlgs.h"
#include "cderr.h"
#include "cdlg.h"
#include "wine/debug.h"
#include "wine/heap.h"
Go to the source code of this file.
Classes | |
struct | CCPRIVATE |
Macros | |
#define | CONV_LPARAMTOPOINT(lp, p) do { (p)->x = (short)LOWORD(lp); (p)->y = (short)HIWORD(lp); } while(0) |
#define | DISTANCE 4 |
#define | MAXVERT 240 |
#define | MAXHORI 239 |
#define | XSTEPS 48 |
#define | YSTEPS 24 |
Typedefs | |
typedef struct CCPRIVATE | CCPRIV |
Variables | |
static const COLORREF | predefcolors [6][8] |
static const WCHAR | szColourDialogProp [] |
#define CONV_LPARAMTOPOINT | ( | lp, | |
p | |||
) | do { (p)->x = (short)LOWORD(lp); (p)->y = (short)HIWORD(lp); } while(0) |
Definition at line 44 of file colordlg.c.
#define DISTANCE 4 |
Definition at line 257 of file colordlg.c.
#define MAXHORI 239 |
Definition at line 327 of file colordlg.c.
#define MAXVERT 240 |
Definition at line 326 of file colordlg.c.
#define XSTEPS 48 |
Definition at line 566 of file colordlg.c.
#define YSTEPS 24 |
Definition at line 567 of file colordlg.c.
Definition at line 399 of file colordlg.c.
Referenced by CC_WMCommand().
Definition at line 221 of file colordlg.c.
Referenced by CC_DrawFocusRect(), CC_PaintPredefColorArray(), and CC_PaintUserColorArray().
Definition at line 234 of file colordlg.c.
Referenced by CC_MouseCheckPredefColorArray(), and CC_MouseCheckUserColorArray().
Definition at line 690 of file colordlg.c.
Referenced by CC_SwitchToFullSize(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
Definition at line 670 of file colordlg.c.
Referenced by CC_SwitchToFullSize(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 833 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), and ColorDlgProc().
Definition at line 130 of file colordlg.c.
Referenced by CC_PaintLumBar(), CC_PrepareColorGraph(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 339 of file colordlg.c.
Referenced by CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 263 of file colordlg.c.
Referenced by CC_WMLButtonDown().
Definition at line 378 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 296 of file colordlg.c.
Referenced by CC_WMLButtonDown().
Definition at line 613 of file colordlg.c.
Referenced by CC_WMPaint().
Definition at line 516 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMLButtonUp(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 637 of file colordlg.c.
Referenced by CC_EditSetHSL(), and CC_WMPaint().
Definition at line 737 of file colordlg.c.
Referenced by CC_WMPaint().
Definition at line 441 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 466 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 783 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMPaint().
Definition at line 573 of file colordlg.c.
Referenced by CC_PaintColorGraph(), and CC_SwitchToFullSize().
Definition at line 149 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), and CC_WMLButtonDown().
Definition at line 706 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMInitDialog().
|
static |
Definition at line 955 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 845 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1142 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1095 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1110 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1074 of file colordlg.c.
Referenced by ColorDlgProc().
BOOL WINAPI ChooseColorA | ( | LPCHOOSECOLORA | lpChCol | ) |
Definition at line 1325 of file colordlg.c.
BOOL WINAPI ChooseColorW | ( | CHOOSECOLORW * | lpChCol | ) |
Definition at line 1264 of file colordlg.c.
Referenced by ChooseColorA().
Definition at line 1190 of file colordlg.c.
Referenced by ChooseColorW().
Definition at line 93 of file colordlg.c.
Referenced by CC_HSLtoRGB().
WINE_DEFAULT_DEBUG_CHANNEL | ( | commdlg | ) |
Definition at line 46 of file colordlg.c.
Referenced by CC_MouseCheckPredefColorArray(), CC_PaintPredefColorArray(), and CC_WMInitDialog().
Definition at line 64 of file colordlg.c.
Referenced by CC_WMInitDialog(), and ColorDlgProc().