ReactOS
0.4.15-dev-2350-g7194f2f
|
#include <precomp.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
HCOLORSPACE FASTCALL | IntCreateColorSpaceW (LPLOGCOLORSPACEW lplcpw, BOOL Ascii) |
HCOLORSPACE WINAPI | CreateColorSpaceW (LPLOGCOLORSPACEW lplcpw) |
HCOLORSPACE WINAPI | CreateColorSpaceA (LPLOGCOLORSPACEA lplcpa) |
HCOLORSPACE WINAPI | GetColorSpace (HDC hDC) |
HCOLORSPACE WINAPI | SetColorSpace (HDC hDC, HCOLORSPACE hCS) |
BOOL WINAPI | GetICMProfileA (HDC hdc, LPDWORD pBufSize, LPSTR pszFilename) |
BOOL WINAPI | GetICMProfileW (HDC hdc, LPDWORD size, LPWSTR filename) |
BOOL WINAPI | SetICMProfileA (HDC a0, LPSTR a1) |
BOOL WINAPI | SetICMProfileW (HDC a0, LPWSTR a1) |
int WINAPI | EnumICMProfilesA (HDC a0, ICMENUMPROCA a1, LPARAM a2) |
int WINAPI | EnumICMProfilesW (HDC hDC, ICMENUMPROCW lpEnumICMProfilesFunc, LPARAM lParam) |
BOOL WINAPI | UpdateICMRegKeyA (DWORD a0, LPSTR a1, LPSTR a2, UINT a3) |
BOOL WINAPI | UpdateICMRegKeyW (DWORD a0, LPWSTR a1, LPWSTR a2, UINT a3) |
int WINAPI | SetICMMode (HDC hdc, int iEnableICM) |
HCOLORSPACE WINAPI CreateColorSpaceA | ( | LPLOGCOLORSPACEA | lplcpa | ) |
Definition at line 46 of file icm.c.
HCOLORSPACE WINAPI CreateColorSpaceW | ( | LPLOGCOLORSPACEW | lplcpw | ) |
int WINAPI EnumICMProfilesA | ( | HDC | a0, |
ICMENUMPROCA | a1, | ||
LPARAM | a2 | ||
) |
int WINAPI EnumICMProfilesW | ( | HDC | hDC, |
ICMENUMPROCW | lpEnumICMProfilesFunc, | ||
LPARAM | lParam | ||
) |
Definition at line 84 of file icm.c.
Referenced by SetColorSpace().
Definition at line 137 of file icm.c.
Referenced by test_GetICMProfileA(), test_SetICMMode(), and test_SetICMProfileA().
Definition at line 177 of file icm.c.
Referenced by GetICMProfileA(), test_GetICMProfileW(), and test_SetICMProfileW().
HCOLORSPACE FASTCALL IntCreateColorSpaceW | ( | LPLOGCOLORSPACEW | lplcpw, |
BOOL | Ascii | ||
) |
Definition at line 9 of file icm.c.
Referenced by CreateColorSpaceA(), and CreateColorSpaceW().
Definition at line 102 of file icm.c.