#include "mscms.h"
#include "wingdip.h"
Go to the source code of this file.
Functions | |
HTRANSFORM | InternalCreateColorTransform (LPLOGCOLORSPACE, HPROFILE, HPROFILE, DWORD) |
BOOL | InternalRegisterCMM (PTSTR, DWORD, PTSTR) |
BOOL | InternalUnregisterCMM (PTSTR, DWORD) |
DWORD | GetBitmapBytes (BMFORMAT, DWORD, DWORD) |
HTRANSFORM WINAPI | CreateColorTransformA (LPLOGCOLORSPACEA pLogColorSpace, HPROFILE hDestProfile, HPROFILE hTargetProfile, DWORD dwFlags) |
HTRANSFORM WINAPI | CreateColorTransformW (LPLOGCOLORSPACEW pLogColorSpace, HPROFILE hDestProfile, HPROFILE hTargetProfile, DWORD dwFlags) |
HTRANSFORM WINAPI | CreateMultiProfileTransform (PHPROFILE pahProfiles, DWORD nProfiles, PDWORD padwIntent, DWORD nIntents, DWORD dwFlags, DWORD indexPreferredCMM) |
BOOL WINAPI | DeleteColorTransform (HTRANSFORM hxform) |
BOOL WINAPI | TranslateColors (HTRANSFORM hxform, PCOLOR paInputColors, DWORD nColors, COLORTYPE ctInput, PCOLOR paOutputColors, COLORTYPE ctOutput) |
BOOL WINAPI | CheckColors (HTRANSFORM hxform, PCOLOR paInputColors, DWORD nColors, COLORTYPE ctInput, PBYTE paResult) |
BOOL WINAPI | TranslateBitmapBits (HTRANSFORM hxform, PVOID pSrcBits, BMFORMAT bmInput, DWORD dwWidth, DWORD dwHeight, DWORD dwInputStride, PVOID pDestBits, BMFORMAT bmOutput, DWORD dwOutputStride, PBMCALLBACKFN pfnCallback, LPARAM ulCallbackData) |
BOOL WINAPI | CheckBitmapBits (HTRANSFORM hxform, PVOID pSrcBits, BMFORMAT bmInput, DWORD dwWidth, DWORD dwHeight, DWORD dwStride, PBYTE paResult, PBMCALLBACKFN pfnCallback, LPARAM ulCallbackData) |
DWORD WINAPI | GetCMMInfo (HTRANSFORM hxform, DWORD dwInfo) |
BOOL WINAPI | RegisterCMMA (PCSTR pMachineName, DWORD cmmID, PCSTR pCMMdll) |
BOOL WINAPI | RegisterCMMW (PCWSTR pMachineName, DWORD cmmID, PCWSTR pCMMdll) |
BOOL WINAPI | UnregisterCMMA (PCSTR pMachineName, DWORD cmmID) |
BOOL WINAPI | UnregisterCMMW (PCWSTR pMachineName, DWORD cmmID) |
BOOL WINAPI | SelectCMM (DWORD dwCMMType) |
|
Definition at line 687 of file color.c. References ASSERT, BOOL, DWORD, FALSE, GetBitmapBytes(), NULL, TRACEAPI, ValidHandle(), and WARNING.
|
|
Definition at line 508 of file color.c. References ASSERT, BOOL, BYTE, FALSE, NULL, TRACEAPI, ValidHandle(), and WARNING.
|
|
Definition at line 112 of file color.c. References dwFlags, InternalCreateColorTransform(), and TRACEAPI.
|
|
Definition at line 129 of file color.c. References BOOL, dwFlags, InternalCreateColorTransform(), MAX_PATH, NULL, TRACEAPI, and WARNING.
|
|
Definition at line 194 of file color.c. References AllocateHeapObject(), ASSERT, dwFlags, DWORD, FreeHeapObject(), GetColorMatchingModule(), GetPreferredCMM(), NULL, ReleaseColorMatchingModule(), RIP, TERSE, TRACEAPI, ValidHandle(), ValidProfile(), and WARNING.
|
|
Definition at line 363 of file color.c. References ASSERT, BOOL, FALSE, FreeHeapObject(), NULL, ReleaseColorMatchingModule(), TRACEAPI, TRUE, ValidHandle(), and WARNING.
|
|
Definition at line 1571 of file color.c. References DWORD. Referenced by CheckBitmapBits(), and TranslateBitmapBits().
|
|
Definition at line 773 of file color.c. References ASSERT, BOOL, CMM_DLL_VERSION, CMM_IDENT, CMM_WIN_VERSION, DWORD, FALSE, NULL, TRACEAPI, ValidHandle(), and WARNING.
|
|
Definition at line 1176 of file color.c. References AllocateHeapObject(), ASSERT, dwFlags, DWORD, FreeHeapObject(), GetColorMatchingModule(), GetPreferredCMM(), LCS_DEVICE_CMYK, LOGCOLORSPACE, LPLOGCOLORSPACE, MAX_PATH, MemAlloc(), MemFree(), NULL, PBYTE, ReleaseColorMatchingModule(), RIP, TERSE, ValidHandle(), ValidProfile(), and WARNING. Referenced by CreateColorTransformA(), and CreateColorTransformW().
|
|
Definition at line 1391 of file color.c. References BOOL, BYTE, DWORD, ERR, FALSE, gszICMatcher, TRUE, ValidColorMatchingModule(), and WARNING. Referenced by RegisterCMMA(), and RegisterCMMW().
|
|
Definition at line 1494 of file color.c. References BOOL, DWORD, ERR, FALSE, gszICMatcher, TRUE, and WARNING. Referenced by UnregisterCMMA(), and UnregisterCMMW().
|
|
Definition at line 903 of file color.c. References BOOL, InternalRegisterCMM(), and TRACEAPI.
|
|
Definition at line 919 of file color.c. References BOOL, ConvertToAnsi(), InternalRegisterCMM(), MemFree(), NULL, TRACEAPI, and TRUE.
|
|
Definition at line 1122 of file color.c. References BOOL, critsec, FALSE, GetColorMatchingModule(), gpPreferredCMM, NULL, TRACEAPI, and TRUE.
|
|
Definition at line 583 of file color.c. References ASSERT, BOOL, DWORD, FALSE, GetBitmapBytes(), NULL, TRACEAPI, ValidHandle(), and WARNING.
|
|
Definition at line 439 of file color.c. References ASSERT, BOOL, FALSE, NULL, TRACEAPI, ValidHandle(), and WARNING.
|
|
Definition at line 1050 of file color.c. References BOOL, InternalUnregisterCMM(), and TRACEAPI.
|
|
Definition at line 1065 of file color.c. References BOOL, ConvertToAnsi(), InternalUnregisterCMM(), MemFree(), NULL, TRACEAPI, and TRUE.
|