|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "colordlg.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] |
| #define CONV_LPARAMTOPOINT | ( | lp, | |
| p | |||
| ) | do { (p)->x = (short)LOWORD(lp); (p)->y = (short)HIWORD(lp); } while(0) |
Definition at line 46 of file colordlg.c.
| #define DISTANCE 4 |
Definition at line 256 of file colordlg.c.
| #define MAXHORI 239 |
Definition at line 326 of file colordlg.c.
| #define MAXVERT 240 |
Definition at line 325 of file colordlg.c.
| #define XSTEPS 48 |
Definition at line 579 of file colordlg.c.
| #define YSTEPS 24 |
Definition at line 580 of file colordlg.c.
Definition at line 396 of file colordlg.c.
Referenced by CC_WMCommand().
Definition at line 220 of file colordlg.c.
Referenced by CC_DrawFocusRect(), CC_PaintPredefColorArray(), and CC_PaintUserColorArray().
Definition at line 233 of file colordlg.c.
Referenced by CC_MouseCheckPredefColorArray(), and CC_MouseCheckUserColorArray().
Definition at line 703 of file colordlg.c.
Referenced by CC_SwitchToFullSize(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
Definition at line 683 of file colordlg.c.
Referenced by CC_SwitchToFullSize(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 846 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), and ColorDlgProc().
Definition at line 129 of file colordlg.c.
Referenced by CC_PaintLumBar(), CC_PrepareColorGraph(), CC_WMCommand(), CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 338 of file colordlg.c.
Referenced by CC_WMLButtonDown(), and CC_WMMouseMove().
|
static |
Definition at line 262 of file colordlg.c.
Referenced by CC_WMLButtonDown().
Definition at line 375 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 295 of file colordlg.c.
Referenced by CC_WMLButtonDown().
Definition at line 626 of file colordlg.c.
Referenced by CC_WMPaint().
Definition at line 515 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMLButtonUp(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 650 of file colordlg.c.
Referenced by CC_EditSetHSL(), CC_WMCommand(), and CC_WMPaint().
Definition at line 750 of file colordlg.c.
Referenced by CC_WMPaint().
Definition at line 440 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 465 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), CC_WMLButtonDown(), CC_WMMouseMove(), and CC_WMPaint().
Definition at line 796 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMPaint().
Definition at line 586 of file colordlg.c.
Referenced by CC_PaintColorGraph(), and CC_SwitchToFullSize().
Definition at line 148 of file colordlg.c.
Referenced by CC_WMCommand(), CC_WMInitDialog(), and CC_WMLButtonDown().
Definition at line 719 of file colordlg.c.
Referenced by CC_WMCommand(), and CC_WMInitDialog().
|
static |
Definition at line 968 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 858 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1162 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1112 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1130 of file colordlg.c.
Referenced by ColorDlgProc().
Definition at line 1091 of file colordlg.c.
Referenced by ColorDlgProc().
| BOOL WINAPI ChooseColorA | ( | LPCHOOSECOLORA | lpChCol | ) |
Definition at line 1362 of file colordlg.c.
| BOOL WINAPI ChooseColorW | ( | CHOOSECOLORW * | lpChCol | ) |
Definition at line 1302 of file colordlg.c.
Referenced by ChooseColorA().
Definition at line 1218 of file colordlg.c.
Referenced by ChooseColorW().
Definition at line 92 of file colordlg.c.
Referenced by CC_HSLtoRGB().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | commdlg | ) |
Definition at line 48 of file colordlg.c.
Referenced by CC_MouseCheckPredefColorArray(), CC_PaintPredefColorArray(), and CC_WMInitDialog().