ReactOS 0.4.15-dev-8636-g945e856
|
#include "config.h"
#include "wine/debug.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "wingdi.h"
#include "winuser.h"
#include "icm.h"
#include "mscms_priv.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (mscms) | |
HTRANSFORM WINAPI | CreateColorTransformA (LPLOGCOLORSPACEA space, HPROFILE dest, HPROFILE target, DWORD flags) |
HTRANSFORM WINAPI | CreateColorTransformW (LPLOGCOLORSPACEW space, HPROFILE dest, HPROFILE target, DWORD flags) |
HTRANSFORM WINAPI | CreateMultiProfileTransform (PHPROFILE profiles, DWORD nprofiles, PDWORD intents, DWORD nintents, DWORD flags, DWORD cmm) |
BOOL WINAPI | DeleteColorTransform (HTRANSFORM handle) |
BOOL WINAPI | TranslateBitmapBits (HTRANSFORM handle, PVOID srcbits, BMFORMAT input, DWORD width, DWORD height, DWORD inputstride, PVOID destbits, BMFORMAT output, DWORD outputstride, PBMCALLBACKFN callback, ULONG data) |
BOOL WINAPI | TranslateColors (HTRANSFORM handle, PCOLOR in, DWORD count, COLORTYPE input_type, PCOLOR out, COLORTYPE output_type) |
HTRANSFORM WINAPI CreateColorTransformA | ( | LPLOGCOLORSPACEA | space, |
HPROFILE | dest, | ||
HPROFILE | target, | ||
DWORD | flags | ||
) |
Definition at line 94 of file transform.c.
HTRANSFORM WINAPI CreateColorTransformW | ( | LPLOGCOLORSPACEW | space, |
HPROFILE | dest, | ||
HPROFILE | target, | ||
DWORD | flags | ||
) |
Definition at line 128 of file transform.c.
Referenced by CreateColorTransformA().
HTRANSFORM WINAPI CreateMultiProfileTransform | ( | PHPROFILE | profiles, |
DWORD | nprofiles, | ||
PDWORD | intents, | ||
DWORD | nintents, | ||
DWORD | flags, | ||
DWORD | cmm | ||
) |
Definition at line 196 of file transform.c.
Referenced by init_function_ptrs().
BOOL WINAPI DeleteColorTransform | ( | HTRANSFORM | handle | ) |
Definition at line 261 of file transform.c.
Referenced by init_function_ptrs().
BOOL WINAPI TranslateBitmapBits | ( | HTRANSFORM | handle, |
PVOID | srcbits, | ||
BMFORMAT | input, | ||
DWORD | width, | ||
DWORD | height, | ||
DWORD | inputstride, | ||
PVOID | destbits, | ||
BMFORMAT | output, | ||
DWORD | outputstride, | ||
PBMCALLBACKFN | callback, | ||
ULONG | data | ||
) |
Definition at line 296 of file transform.c.
BOOL WINAPI TranslateColors | ( | HTRANSFORM | handle, |
PCOLOR | in, | ||
DWORD | count, | ||
COLORTYPE | input_type, | ||
PCOLOR | out, | ||
COLORTYPE | output_type | ||
) |
Definition at line 337 of file transform.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | mscms | ) |