ReactOS 0.4.16-dev-823-g9a093ec
|
#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) |
HBITMAP WINAPI | GdiConvertBitmapV5 (HBITMAP in_format_BitMap, HBITMAP src_BitMap, INT bpp, INT unuse) |
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 | ||
) |
Definition at line 228 of file icm.c.
int WINAPI EnumICMProfilesW | ( | HDC | hDC, |
ICMENUMPROCW | lpEnumICMProfilesFunc, | ||
LPARAM | lParam | ||
) |
Definition at line 255 of file icm.c.
Definition at line 84 of file icm.c.
Referenced by SetColorSpace().
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.
Definition at line 316 of file icm.c.