#include "generic.h"Go to the source code of this file.
Defines | |
| #define | ICMSEG |
| #define | TempBfSize 128 |
| #define | LINELENG 128 |
Functions | |
| BOOL EXTERN | SetCPLastError (SINT LastError) |
| SINT EXTERN | GetCPLastError () |
| BOOL EXTERN | MemAlloc (SINT Size, HGLOBAL FAR *hMemory, LPMEMPTR lpMH) |
| BOOL EXTERN | MemFree (HGLOBAL hMem) |
| BOOL EXTERN | LoadCP (LPCSTR filename, HGLOBAL FAR *phMem, LPCHANDLE lpCP) |
| BOOL EXTERN | FreeCP (HGLOBAL hMem) |
| BOOL EXTERN | GetCPElementCount (CHANDLE CP, LPSINT lpCount) |
| BOOL EXTERN | GetCPElementInfo (CHANDLE CP, SINT Index, LPMEMPTR lpTagData, LPMEMPTR lpElemData) |
| BOOL EXTERN | ValidateCP (CHANDLE CP) |
| BOOL EXTERN | DoesCPTagExist (CHANDLE CP, CSIG CPTag) |
| BOOL EXTERN | GetCPTagIndex (CHANDLE CP, CSIG CPTag, LPSINT lpIndex) |
| BOOL EXTERN | GetCPTagSig (CHANDLE CP, SINT Index, LPCSIG lpCPTag) |
| BOOL EXTERN | GetCPElementType (CHANDLE CP, SINT Index, LPCSIG lpCSig) |
| BOOL EXTERN | GetCPElementSize (CHANDLE CP, SINT Index, LPSINT lpSize) |
| BOOL EXTERN | GetCPElementDataSize (CHANDLE CP, SINT Index, LPSINT lpSize) |
| BOOL EXTERN | GetCPElement (CHANDLE CP, SINT Index, MEMPTR lpData, SINT Size) |
| BOOL EXTERN | GetCPElementData (CHANDLE CP, SINT Index, MEMPTR lpData, SINT Size) |
| BOOL EXTERN | GetCPElementDataType (CHANDLE CP, SINT Index, long far *lpDataType) |
| BOOL EXTERN | ValidateCPElement (CHANDLE CP, SINT Index) |
| BOOL EXTERN | GetCPSize (CHANDLE CP, LPSINT lpSize) |
| BOOL EXTERN | GetCPCMMType (CHANDLE CP, LPCSIG lpType) |
| BOOL EXTERN | GetCPVersion (CHANDLE CP, LPSINT lpVers) |
| BOOL EXTERN | GetCPClass (CHANDLE CP, LPCSIG lpClass) |
| BOOL EXTERN | GetCPDevSpace (CHANDLE CP, LPCSIG lpInSpace) |
| BOOL EXTERN | GetCPConnSpace (CHANDLE CP, LPCSIG lpOutSpace) |
| BOOL EXTERN | GetCPTarget (CHANDLE CP, LPCSIG lpTarget) |
| BOOL EXTERN | GetCPManufacturer (CHANDLE CP, LPCSIG lpManuf) |
| BOOL EXTERN | GetCPModel (CHANDLE CP, LPCSIG lpModel) |
| BOOL EXTERN | GetCPFlags (CHANDLE CP, LPSINT lpFlags) |
| BOOL EXTERN | GetCPRenderIntent (CHANDLE CP, LPSINT lpIntent) |
| BOOL EXTERN | GetCPWhitePoint (CHANDLE CP, LPSFLOAT lpWP) |
| BOOL EXTERN | GetCPAttributes (CHANDLE CP, LPATTRIB lpAttributes) |
| BOOL EXTERN | GetCPMediaWhitePoint (CHANDLE cp, LPSFLOAT lpMediaWP) |
| BOOL EXTERN | GetPS2ColorRenderingIntent (CHANDLE cp, DWORD Intent, MEMPTR lpMem, LPDWORD lpcbSize) |
| BOOL EXTERN | ValidColorSpace (LPPDEVICE lppd, LPICMINFO lpICMI, LPCSIG lpDevCS) |
| SINT | WriteHexBuffer (MEMPTR lpMem, MEMPTR lpBuff, MEMPTR lpLineStart, DWORD dwBytes) |
| SINT | WriteNewLineObject (MEMPTR lpMem, MEMPTR Obj) |
| SINT | WriteObject (MEMPTR lpMem, MEMPTR Obj) |
| SINT | WriteObjectN (MEMPTR lpMem, MEMPTR Obj, SINT n) |
| SINT | WriteInt (MEMPTR lpMem, SINT Number) |
| SINT | WriteHex (MEMPTR lpMem, SINT Number) |
| SINT | WriteFloat (MEMPTR lpMem, double dFloat) |
| SINT | WriteStringToken (MEMPTR lpMem, BYTE Token, SINT sNum) |
| SINT | WriteHNAToken (MEMPTR lpMem, BYTE Token, SINT sNum) |
| SINT | WriteIntStringU2S (MEMPTR lpMem, MEMPTR lpBuff, SINT sNum) |
| SINT | WriteIntStringU2S_L (MEMPTR lpMem, MEMPTR lpBuff, SINT sNum) |
| SINT | WriteByteString (MEMPTR lpMem, MEMPTR lpBuff, SINT sBytes) |
| SINT | WriteInt2ByteString (MEMPTR lpMem, MEMPTR lpBuff, SINT sBytes) |
| SINT | WriteASCII85Cont (MEMPTR lpDest, SINT BufSize, MEMPTR lpSource, SINT DataSize) |
| SINT | WriteAscii85 (MEMPTR lpDest, unsigned long inWord, SINT nBytes) |
| SINT | ConvertBinaryData2Ascii (MEMPTR lpMem, SINT DataSize, SINT BufSize) |
| SINT | Convert2Ascii (CHANDLE CP, SINT Index, MEMPTR lpData, SINT BufSize, SINT DataSize, BOOL AllowBinary) |
Variables | |
| char ICM2SEG | NewLine [] = "\n" |
| char ICM2SEG | ASCII85DecodeBegine [] = "<~" |
| char ICM2SEG | ASCII85DecodeEnd [] = "~> cvx exec " |
| SINT | CPLastError |
|
|
|
|
|
Definition at line 7 of file aug98/dll32/csprof.c. Referenced by WriteASCII85Cont(). |
|
|
Definition at line 6 of file aug98/dll32/csprof.c. Referenced by CreateLutCRD(), GetPS2CSA_DEFG(), GetPS2PreviewColorRenderingDictionary(), WriteFloat(), WriteHex(), WriteHexBuffer(), and WriteInt(). |
|
||||||||||||||||||||||||||||
|
Definition at line 1485 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1440 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 403 of file aug98/dll32/csprof.c.
|
|
|
Definition at line 212 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 885 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 784 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 762 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 806 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 795 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||||||
|
Definition at line 557 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 218 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||||||
|
Definition at line 585 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 522 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 621 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||||||
|
Definition at line 232 of file aug98/dll32/csprof.c. References BOOL, Count, CP_NULL_POINTER_ERR, CP_OUT_OF_RANGE_ERR, EXTERN, FALSE, Index, lpcpProfile, lpcpTag, lpcpTagList, MEMPTR, NULL, SetCPLastError(), SINT, TRUE, and ui32toSINT.
|
|
||||||||||||||||
|
Definition at line 501 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 485 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 850 of file aug98/dll32/csprof.c.
|
|
|
Definition at line 27 of file aug98/dll32/csprof.c. References CPLastError, EXTERN, and SINT.
|
|
||||||||||||
|
Definition at line 828 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 890 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 839 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 861 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 751 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 426 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 461 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 817 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 773 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 872 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||||||
|
Definition at line 938 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 80 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 32 of file aug98/dll32/csprof.c.
|
|
|
Definition at line 63 of file aug98/dll32/csprof.c.
|
|
|
Definition at line 21 of file aug98/dll32/csprof.c.
|
|
|
Definition at line 260 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 641 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1029 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1400 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||||||
|
Definition at line 1339 of file aug98/dll32/csprof.c. References BYTE, LINELENG, lpDest, lpSource, MEMPTR, NewLine, SINT, WriteAscii85(), and WriteObject.
|
|
||||||||||||||||
|
Definition at line 1299 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 1193 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 1177 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||||||
|
Definition at line 1104 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1241 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 1162 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1314 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1257 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1279 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 1130 of file aug98/dll32/csprof.c.
|
|
||||||||||||
|
Definition at line 1143 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1152 of file aug98/dll32/csprof.c.
|
|
||||||||||||||||
|
Definition at line 1227 of file aug98/dll32/csprof.c.
|
|
|
Definition at line 13 of file aug98/dll32/csprof.c. Referenced by Convert2Ascii(), and ConvertBinaryData2Ascii(). |
|
|
Definition at line 14 of file aug98/dll32/csprof.c. Referenced by Convert2Ascii(), and ConvertBinaryData2Ascii(). |
|
|
Definition at line 19 of file aug98/dll32/csprof.c. Referenced by GetCPLastError(), and SetCPLastError(). |
|
|
Definition at line 12 of file aug98/dll32/csprof.c. Referenced by ConvertBinaryData2Ascii(), WriteASCII85Cont(), WriteHexBuffer(), and WriteNewLineObject(). |
1.3.7