#include "config.h"
#include "wine/debug.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
#include "icm.h"
#include "mscms_priv.h"
Go to the source code of this file.
|
| WINE_DEFAULT_DEBUG_CHANNEL (mscms) |
|
BOOL WINAPI | CheckBitmapBits (HTRANSFORM transform, PVOID srcbits, BMFORMAT format, DWORD width, DWORD height, DWORD stride, PBYTE result, PBMCALLBACKFN callback, LPARAM data) |
|
BOOL WINAPI | CheckColors (HTRANSFORM transform, PCOLOR colors, DWORD number, COLORTYPE type, PBYTE result) |
|
BOOL WINAPI | ConvertColorNameToIndex (HPROFILE profile, PCOLOR_NAME name, PDWORD index, DWORD count) |
|
BOOL WINAPI | ConvertIndexToColorName (HPROFILE profile, PDWORD index, PCOLOR_NAME name, DWORD count) |
|
BOOL WINAPI | CreateDeviceLinkProfile (PHPROFILE profiles, DWORD nprofiles, PDWORD intents, DWORD nintents, DWORD flags, PBYTE *data, DWORD index) |
|
BOOL WINAPI | CreateProfileFromLogColorSpaceA (LPLOGCOLORSPACEA space, PBYTE *buffer) |
|
BOOL WINAPI | CreateProfileFromLogColorSpaceW (LPLOGCOLORSPACEW space, PBYTE *buffer) |
|
DWORD WINAPI | GenerateCopyFilePaths (LPCWSTR printer, LPCWSTR directory, LPBYTE clientinfo, DWORD level, LPWSTR sourcedir, LPDWORD sourcedirsize, LPWSTR targetdir, LPDWORD targetdirsize, DWORD flags) |
|
DWORD WINAPI | GetCMMInfo (HTRANSFORM transform, DWORD info) |
|
BOOL WINAPI | GetNamedProfileInfo (HPROFILE profile, PNAMED_PROFILE_INFO info) |
|
BOOL WINAPI | GetPS2ColorRenderingDictionary (HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size, PBOOL binary) |
|
BOOL WINAPI | GetPS2ColorRenderingIntent (HPROFILE profile, DWORD intent, PBYTE buffer, PDWORD size) |
|
BOOL WINAPI | GetPS2ColorSpaceArray (HPROFILE profile, DWORD intent, DWORD type, PBYTE buffer, PDWORD size, PBOOL binary) |
|
BOOL WINAPI | RegisterCMMA (PCSTR machine, DWORD id, PCSTR dll) |
|
BOOL WINAPI | RegisterCMMW (PCWSTR machine, DWORD id, PCWSTR dll) |
|
BOOL WINAPI | SelectCMM (DWORD id) |
|
BOOL WINAPI | SetColorProfileElementReference (HPROFILE profile, TAGTYPE type, TAGTYPE ref) |
|
BOOL WINAPI | SetColorProfileElementSize (HPROFILE profile, TAGTYPE type, DWORD size) |
|
BOOL WINAPI | SetStandardColorSpaceProfileA (PCSTR machine, DWORD id, PSTR profile) |
|
BOOL WINAPI | SetStandardColorSpaceProfileW (PCWSTR machine, DWORD id, PWSTR profile) |
|
BOOL WINAPI | SpoolerCopyFileEvent (LPWSTR printer, LPWSTR key, DWORD event) |
|
BOOL WINAPI | UnregisterCMMA (PCSTR machine, DWORD id) |
|
BOOL WINAPI | UnregisterCMMW (PCWSTR machine, DWORD id) |
|
◆ CheckBitmapBits()
Definition at line 36 of file stub.c.
39{
40 FIXME(
"( %p, %p, 0x%08x, 0x%08x, 0x%08x, 0x%08x, %p, %p, 0x%08lx ) stub\n",
42
44}
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
GLint GLint GLsizei GLsizei height
GLint GLint GLsizei width
GLuint GLenum GLenum transform
static IPrintDialogCallback callback
◆ CheckColors()
Definition at line 46 of file stub.c.
48{
50
52}
GLuint GLuint GLsizei GLenum type
static unsigned int number
◆ ConvertColorNameToIndex()
Definition at line 54 of file stub.c.
55{
57
59}
GLuint GLuint GLsizei count
◆ ConvertIndexToColorName()
◆ CreateDeviceLinkProfile()
Definition at line 68 of file stub.c.
70{
71 FIXME(
"( %p, 0x%08x, %p, 0x%08x, 0x%08x, %p, 0x%08x ) stub\n",
73
75}
◆ CreateProfileFromLogColorSpaceA()
◆ CreateProfileFromLogColorSpaceW()
◆ GenerateCopyFilePaths()
Definition at line 91 of file stub.c.
94{
95 FIXME(
"( %s, %s, %p, 0x%08x, %p, %p, %p, %p, 0x%08x ) stub\n",
97 sourcedirsize, targetdir, targetdirsize,
flags );
99}
◆ GetCMMInfo()
Definition at line 101 of file stub.c.
102{
104
105 return 0;
106}
◆ GetNamedProfileInfo()
◆ GetPS2ColorRenderingDictionary()
Definition at line 115 of file stub.c.
117{
119
121}
const GLuint GLenum const GLvoid * binary
◆ GetPS2ColorRenderingIntent()
◆ GetPS2ColorSpaceArray()
Definition at line 130 of file stub.c.
132{
133 FIXME(
"( %p, 0x%08x, 0x%08x, %p, %p, %p ) stub\n",
profile, intent,
type,
buffer,
size,
binary );
134
136}
◆ RegisterCMMA()
Definition at line 138 of file stub.c.
139{
141
143}
static const char machine[]
const char * dbgstr_tag(DWORD) DECLSPEC_HIDDEN
◆ RegisterCMMW()
◆ SelectCMM()
◆ SetColorProfileElementReference()
◆ SetColorProfileElementSize()
◆ SetStandardColorSpaceProfileA()
◆ SetStandardColorSpaceProfileW()
◆ SpoolerCopyFileEvent()
◆ UnregisterCMMA()
◆ UnregisterCMMW()
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
mscms |
| ) |
|