ReactOS 0.4.16-dev-753-g705a985
|
#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 593 of file colordlg.c.
#define YSTEPS 24 |
Definition at line 594 of file colordlg.c.
Definition at line 402 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 717 of file colordlg.c.
Referenced by CC_SwitchToFullSize(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
Definition at line 697 of file colordlg.c.
Referenced by CC_SwitchToFullSize(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 860 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 640 of file colordlg.c.
Referenced by CC_WMPaint().
Definition at line 529 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMLButtonUp(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 664 of file colordlg.c.
Referenced by CC_EditSetHSL(), CC_WMCommand(), and CC_WMPaint().
Definition at line 764 of file colordlg.c.
Referenced by CC_WMPaint().
Definition at line 454 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 479 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 810 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMPaint().
Definition at line 600 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 733 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMInitDialog().
|
static |
Definition at line 982 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 872 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1183 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1133 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1151 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1112 of file colordlg.c.
Referenced by ColorDlgProc().
BOOL WINAPI ChooseColorA | ( | LPCHOOSECOLORA | lpChCol | ) |
Definition at line 1384 of file colordlg.c.
BOOL WINAPI ChooseColorW | ( | CHOOSECOLORW * | lpChCol | ) |
Definition at line 1323 of file colordlg.c.
Referenced by ChooseColorA().
Definition at line 1239 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().