#include "Windef.h"
#include "WinGdi.h"
#include <wtypes.h>
#include "ICM.h"
#include "General.h"
Go to the source code of this file.
Functions | |
CMError | CMGetProfileHeader (CMProfileRef prof, CMCoreProfileHeader *header) |
CMError | CMGetProfileElement (CMProfileRef prof, OSType tag, unsigned long *elementSize, void *elementData) |
CMError | CMGetPartialProfileElement (CMProfileRef prof, OSType tag, unsigned long offset, unsigned long *byteCount, void *elementData) |
Boolean | CMProfileElementExists (CMProfileRef prof, OSType tag) |
|
Definition at line 85 of file ntgdi/icm/mscmm.w98/mscmm/access.c. References BOOL, cmElementTagNotFound, CMError, GetColorProfileElement(), and noErr. Referenced by CMConvIndexToNameProfile(), CMConvNameToIndexProfile(), CMGetNamedProfileInfoProfile(), CMGetProfileElement(), Extract_MFT_Alut(), Extract_MFT_Elut(), Extract_MFT_Xlut(), and GetMatrixFromProfile().
|
|
Definition at line 59 of file ntgdi/icm/mscmm.w98/mscmm/access.c. References CMError, and CMGetPartialProfileElement(). Referenced by Create_LH_ProfileSet(), DoAbsoluteShiftForPCS_Cube16(), DoMakeGamutForMonitor(), Extract_Gray_Luts(), Extract_TRC_Alut(), Extract_TRC_Elut(), Extract_TRC_Matrix(), ExtractAll_MFT_Luts(), InitNamedColorProfileData(), MakeSessionFromLink(), and MyAdd_NL_SequenceDescTag().
|
|
Definition at line 30 of file ntgdi/icm/mscmm.w98/mscmm/access.c. References badProfileError, BOOL, CMCoreProfileHeader, CMError, CMProfileRef, GetColorProfileHeader(), icMagicNumber, and noErr. Referenced by CMMConcatInitPrivate(), CMMInitPrivate(), CMValidateProfile(), Create_LH_ProfileSet(), CreateCombi(), MakeSessionFromLink(), MyAdd_NL_SequenceDescTag(), MyGetColorSpaces(), and PrepareCombiLUTs().
|
|
Definition at line 123 of file ntgdi/icm/mscmm.w98/mscmm/access.c. References BOOL, Boolean, and IsColorProfileTagPresent(). Referenced by CMValAToB(), CMValBToA(), CMValColorSpace(), CMValGray(), CMValLink(), CMValMftOutput(), CMValNamed(), and CMValRGB().
|