#include "General.h"#include "Routines.h"Go to the source code of this file.
| Defines | |
| #define | exit return | 
| #define | CLIPP(x, a) ((x)<(a)?(x):(a)) | 
| #define | UWE 2 | 
| Functions | |
| void | SetValues (long current, long inputDim, long needBits, UINT8 **Poi) | 
| OSErr | CalcGridPoints4Cube (long theCubeSize, long inputDim, long *theGridPoints, long *theGridBits) | 
| OSErr | MakeCube (long inputDim, long *theCubeSize, CUBE_DATA_TYPE *theCube, long *theBits) | 
| void | SetValues16 (long current, long inputDim, long needBits, UINT16 **Poi) | 
| OSErr | MakeCube16 (long inputDim, long *theCubeSize, CUBE_DATA_TYPE *theCube, long *theBits, long *theExtraSize) | 
| OSErr | MakeCMColorCube (long inputDim, long *theCubeSize, CUBE_DATA_TYPE *aHdlPtr, long *theBits) | 
| 
 | 
| 
 Definition at line 30 of file w98/lh_core/routines.c. | 
| 
 | 
| 
 Definition at line 22 of file w98/lh_core/routines.c. | 
| 
 | 
| 
 Definition at line 144 of file w98/lh_core/routines.c. | 
| 
 | ||||||||||||||||||||
| 
 Definition at line 35 of file w98/lh_core/routines.c. References cmparamErr, LH_END_PROC, LH_START_PROC, noErr, and OSErr. Referenced by CreateCombi(), MakeCMColorCube(), MakeCube(), MakeCube16(), and MakeSpecialCube16(). 
 
 | 
| 
 | ||||||||||||||||||||
| 
 Definition at line 312 of file w98/lh_core/routines.c. References ALLOC_DATA, CalcGridPoints4Cube(), cmparamErr, DATA_2_PTR, DISPOSE_IF_DATA, LH_END_PROC, LH_START_PROC, LOCK_DATA, nil, noErr, OSErr, UINT16, and UNLOCK_DATA. 
 
 | 
| 
 | ||||||||||||||||||||
| 
 Definition at line 75 of file w98/lh_core/routines.c. References ALLOC_DATA, CalcGridPoints4Cube(), CUBE_DATA_TYPE, DATA_2_PTR, LH_END_PROC, LH_START_PROC, LOCK_DATA, nil, noErr, OSErr, SetValues(), UINT8, and UNLOCK_DATA. 
 
 | 
| 
 | ||||||||||||||||||||||||
| 
 Definition at line 147 of file w98/lh_core/routines.c. References ALLOC_DATA, CalcGridPoints4Cube(), CUBE_DATA_TYPE, DATA_2_PTR, LH_END_PROC, LH_START_PROC, LOCK_DATA, nil, noErr, OSErr, SetValues16(), UINT16, and UNLOCK_DATA. Referenced by CreateCombi(). 
 
 | 
| 
 | ||||||||||||||||||||
| 
 Definition at line 425 of file w98/lh_core/routines.c. References LH_END_PROC, LH_START_PROC, noErr, OSErr, UINT16, and UINT8. Referenced by MakeCube(), and SetValues(). 
 
 | 
| 
 | ||||||||||||||||||||
| 
 Referenced by MakeCube16(), and SetValues16(). | 
 1.3.7
 1.3.7