ReactOS 0.4.16-dev-752-g47bae01
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "wingdi.h"
#include "winuser.h"
#include "icm.h"
#include "wine/test.h"
Go to the source code of this file.
Macros | |
#define | GETFUNCPTR(func) |
#define | IS_SEPARATOR(ch) ((ch) == '\\' || (ch) == '/') |
Variables | |
static HMODULE | hmscms |
static HMODULE | huser32 |
static | PCSTR |
static | DWORD |
static | PDWORD |
static | PCHAR |
static | PWCHAR |
static | TAGTYPE |
static | PVOID |
static | PBOOL |
static | PTAGTYPE |
static | PBYTE |
static | PPROFILEHEADER |
static | PSTR |
static | PWSTR |
static | PENUMTYPEA |
static | PENUMTYPEW |
static | PCWSTR |
static | BOOL |
static | PDISPLAY_DEVICEA |
static const char | machine [] = "dummy" |
static const WCHAR | machineW [] = { 'd','u','m','m','y',0 } |
static const char | profile1 [] |
static const char | profile2 [] |
static const WCHAR | profile1W [] |
static const WCHAR | profile2W [] |
static BOOL | have_color_profile |
static const unsigned char | rgbheader [] |
Definition at line 1321 of file profile.c.
Referenced by START_TEST().
|
static |
Definition at line 69 of file profile.c.
Referenced by START_TEST().
Definition at line 142 of file profile.c.
Referenced by test_AssociateColorProfileWithDeviceA(), test_InstallColorProfileA(), and test_UninstallColorProfileA().
Definition at line 150 of file profile.c.
Referenced by test_InstallColorProfileW(), and test_UninstallColorProfileW().
START_TEST | ( | profile | ) |
Definition at line 1368 of file profile.c.
Definition at line 1243 of file profile.c.
Referenced by START_TEST().
Definition at line 1336 of file profile.c.
Referenced by START_TEST().
Definition at line 646 of file profile.c.
Referenced by START_TEST().
Definition at line 697 of file profile.c.
Referenced by START_TEST().
Definition at line 192 of file profile.c.
Referenced by START_TEST().
Definition at line 230 of file profile.c.
Referenced by START_TEST().
Definition at line 279 of file profile.c.
Referenced by START_TEST().
Definition at line 320 of file profile.c.
Referenced by START_TEST().
Definition at line 378 of file profile.c.
Referenced by START_TEST().
Definition at line 419 of file profile.c.
Referenced by START_TEST().
Definition at line 455 of file profile.c.
Referenced by START_TEST().
Definition at line 540 of file profile.c.
Referenced by START_TEST().
Definition at line 748 of file profile.c.
Referenced by START_TEST().
Definition at line 805 of file profile.c.
Referenced by START_TEST().
Definition at line 862 of file profile.c.
Referenced by START_TEST().
Definition at line 902 of file profile.c.
Referenced by START_TEST().
Definition at line 962 of file profile.c.
Referenced by START_TEST().
Definition at line 1012 of file profile.c.
Referenced by START_TEST().
Definition at line 1072 of file profile.c.
Referenced by START_TEST().
Definition at line 1143 of file profile.c.
Referenced by START_TEST().
Definition at line 1191 of file profile.c.
Referenced by START_TEST().
|
static |
Definition at line 129 of file profile.c.
Referenced by START_TEST(), test_EnumColorProfilesA(), and test_EnumColorProfilesW().
|
static |
Definition at line 33 of file profile.c.
Referenced by START_TEST().
|
static |
Definition at line 34 of file profile.c.
Referenced by init_function_ptrs(), running_on_visible_desktop(), and START_TEST().
Definition at line 104 of file profile.c.
Referenced by AssociateColorProfileWithDeviceA(), AssociateColorProfileWithDeviceW(), cpu_find(), debug_target_get_module_machine(), debugclient_OutputServers(), debugclient_OutputServersWide(), DECLARE_INTERFACE_(), DisassociateColorProfileFromDeviceA(), DisassociateColorProfileFromDeviceW(), EnumColorProfilesA(), EnumColorProfilesW(), GetColorDirectoryA(), GetColorDirectoryW(), GetStandardColorSpaceProfileA(), GetStandardColorSpaceProfileW(), InstallColorProfileA(), InstallColorProfileW(), PdhLookupPerfIndexByNameA(), PdhLookupPerfIndexByNameW(), PdhLookupPerfNameByIndexA(), PdhLookupPerfNameByIndexW(), RegisterCMMA(), RegisterCMMW(), SetupDiGetClassDevsExA(), SetupDiGetClassDevsExW(), test_create_device_list_ex(), test_EnumColorProfilesA(), test_GetStandardColorSpaceProfileA(), test_InstallColorProfileA(), test_lsa(), test_UninstallColorProfileA(), UninstallColorProfileA(), UninstallColorProfileW(), UnregisterCMMA(), and UnregisterCMMW().
Definition at line 105 of file profile.c.
Referenced by PdhLookupPerfIndexByNameA(), PdhLookupPerfNameByIndexA(), SetupDiGetClassDevsExA(), test_EnumColorProfilesW(), test_GetStandardColorSpaceProfileW(), test_InstallColorProfileW(), test_lsa(), and test_UninstallColorProfileW().
Definition at line 116 of file profile.c.
Referenced by CreateMultiProfileTransform(), and START_TEST().
Definition at line 121 of file profile.c.
Referenced by START_TEST().
Definition at line 118 of file profile.c.
Referenced by START_TEST(), test_wmreader_interfaces(), and test_wmsyncreader_interfaces().
Definition at line 124 of file profile.c.
Referenced by START_TEST().
Definition at line 131 of file profile.c.
Referenced by test_GetColorProfileHeader(), and test_SetColorProfileHeader().