#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 lh_core/routines.c. |
|
Definition at line 22 of file lh_core/routines.c. |
|
Definition at line 144 of file lh_core/routines.c. |
|
Definition at line 35 of file lh_core/routines.c.
|
|
Definition at line 312 of file lh_core/routines.c.
|
|
Definition at line 75 of file lh_core/routines.c.
|
|
Definition at line 147 of file lh_core/routines.c.
|
|
Definition at line 425 of file lh_core/routines.c. References LH_END_PROC, LH_START_PROC, noErr, OSErr, SetValues(), UINT16, and UINT8.
|
|
Definition at line 279 of file lh_core/routines.c. References noErr, OSErr, SetValues16(), and UINT16.
|