|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#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) |
Generated on Sat May 26 2012 04:48:54 for ReactOS by
1.7.6.1
|