#include "mscms.h"
Go to the source code of this file.
Defines | |
#define | NUM_REQ_FNS 10 |
#define | NUM_OPT_FNS 6 |
#define | NUM_PS_FNS 3 |
Functions | |
HANDLE | AllocateHeapObject (OBJECTTYPE objType) |
VOID | FreeHeapObject (HANDLE hObject) |
BOOL | ValidHandle (HANDLE hObject, OBJECTTYPE objType) |
BOOL | ValidProfile (PPROFOBJ pProfObj) |
PVOID | MemAlloc (DWORD dwSize) |
PVOID | MemReAlloc (PVOID pMemory, DWORD dwNewSize) |
VOID | MemFree (PVOID pMemory) |
VOID | MyCopyMemory (PBYTE pDest, PBYTE pSrc, DWORD dwCount) |
BOOL | ConvertToUnicode (PCSTR pszAnsiStr, PWSTR *ppwszUnicodeStr, BOOL bAllocate) |
BOOL | ConvertToAnsi (PCWSTR pwszUnicodeStr, PSTR *ppszAnsiStr, BOOL bAllocate) |
BOOL | ValidColorMatchingModule (DWORD cmmID, PTSTR pCMMDll) |
PCMMOBJ | GetColorMatchingModule (DWORD cmmID) |
PCMMOBJ | GetPreferredCMM () |
VOID | ReleaseColorMatchingModule (PCMMOBJ pCMMObj) |
|
Definition at line 25 of file object.c. Referenced by GetColorMatchingModule(). |
|
Definition at line 26 of file object.c. Referenced by GetColorMatchingModule(). |
|
Definition at line 24 of file object.c. Referenced by GetColorMatchingModule(), and ValidColorMatchingModule(). |
|
Definition at line 46 of file object.c. References DWORD, MemAlloc(), NULL, and RIP. Referenced by CreateMultiProfileTransform(), GetColorMatchingModule(), InternalCreateColorTransform(), and InternalOpenColorProfile().
|
|
Definition at line 419 of file object.c. References BOOL, DWORD, FALSE, MemAlloc(), MemFree(), NULL, TRUE, and WARNING. Referenced by AssociateColorProfileWithDeviceW(), DisassociateColorProfileFromDeviceW(), EnumColorProfilesW(), GetColorDirectoryW(), GetStandardColorSpaceProfileW(), InstallColorProfileW(), RegisterCMMW(), SetStandardColorSpaceProfileW(), UninstallColorProfileW(), and UnregisterCMMW().
|
|
Definition at line 357 of file object.c. References DWORD, FALSE, MemAlloc(), MemFree(), NULL, TRUE, and WARNING. Referenced by EnumColorProfilesW(), GetColorDirectoryW(), GetScannerData(), GetStandardColorSpaceProfileW(), OpenScanner(), and SetScannerData().
|
|
Definition at line 102 of file object.c. References ASSERT, MemFree(), and NULL. Referenced by CreateMultiProfileTransform(), DeleteColorTransform(), FreeProfileObject(), GetColorMatchingModule(), and InternalCreateColorTransform().
|
|
Definition at line 564 of file object.c. References AllocateHeapObject(), ASSERT, BOOL, BYTE, CMM_IDENT, CMM_VERSION, critsec, DWORD, ERR, FALSE, FreeHeapObject(), GetCurrentProcessId, gpCMMChain, gszCMMOptFns, gszCMMReqFns, gszDefaultCMM, gszICMatcher, gszPSFns, MAX_PATH, NULL, NUM_OPT_FNS, NUM_PS_FNS, NUM_REQ_FNS, TRUE, and WARNING. Referenced by ConvertColorNameToIndex(), ConvertIndexToColorName(), CreateDeviceLinkProfile(), CreateMultiProfileTransform(), GetNamedProfileInfo(), GetPS2ColorRenderingDictionary(), GetPS2ColorRenderingIntent(), GetPS2ColorSpaceArray(), InternalCreateColorTransform(), InternalCreateProfileFromLCS(), IsColorProfileValid(), and SelectCMM().
|
|
Definition at line 826 of file object.c. References critsec, and gpPreferredCMM. Referenced by ConvertColorNameToIndex(), ConvertIndexToColorName(), CreateMultiProfileTransform(), GetNamedProfileInfo(), GetPS2ColorRenderingDictionary(), GetPS2ColorRenderingIntent(), GetPS2ColorSpaceArray(), and InternalCreateColorTransform().
|
|
|
|
Definition at line 234 of file object.c. Referenced by GrowProfile(), and InternalAssociateColorProfileWithDevice().
|
|
Definition at line 300 of file object.c. Referenced by AddTagTableEntry(), InsertInBuffer(), MoveProfileData(), and RemoveStringFromMultiSz().
|
|
Definition at line 865 of file object.c. References ASSERT, and critsec. Referenced by ConvertColorNameToIndex(), ConvertIndexToColorName(), CreateDeviceLinkProfile(), CreateMultiProfileTransform(), DeleteColorTransform(), GetNamedProfileInfo(), GetPS2ColorRenderingDictionary(), GetPS2ColorRenderingIntent(), GetPS2ColorSpaceArray(), InternalCreateColorTransform(), InternalCreateProfileFromLCS(), and IsColorProfileValid().
|
|
Definition at line 477 of file object.c. References BOOL, CMM_IDENT, CMM_VERSION, DWORD, ERR, FALSE, gszCMMReqFns, NULL, NUM_REQ_FNS, TRUE, and WARNING. Referenced by InternalRegisterCMM().
|
|
|