#include "General.h"
#include "Runtime.h"
Go to the source code of this file.
Functions | |
CMError | CWMatchBitmap (CMWorldRef Storage, CMBitmap *bitMap, CMBitmapCallBackUPP progressProc, void *refCon, CMBitmap *matchedBitMap) |
CMError | CWCheckBitmap (CMWorldRef Storage, const CMBitmap *bitMap, CMBitmapCallBackUPP progressProc, void *refCon, CMBitmap *resultBitMap) |
CMError | CWMatchBitmapPlane (CMWorldRef Storage, LH_CMBitmapPlane *bitMap, CMBitmapCallBackUPP progressProc, void *refCon, LH_CMBitmapPlane *matchedBitMap) |
CMError | CWCheckBitmapPlane (CMWorldRef Storage, LH_CMBitmapPlane *bitMap, CMBitmapCallBackUPP progressProc, void *refCon, LH_CMBitmapPlane *CheckedBitMap) |
CMError | CWMatchColors (CMWorldRef Storage, CMColor *myColors, unsigned long count) |
CMError | CWCheckColorsMS (CMWorldRef Storage, CMColor *myColors, unsigned long count, UINT8 *result) |
CMError | CWCheckColors (CMWorldRef Storage, CMColor *myColors, unsigned long count, unsigned char *result) |
CMError | CWGetColorSpaces (CMWorldRef cw, CMBitmapColorSpace *In, CMBitmapColorSpace *Out) |
|
Definition at line 113 of file lh_open/pi_run.c.
|
|
Definition at line 224 of file lh_open/pi_run.c.
|
|
Definition at line 359 of file lh_open/pi_run.c.
|
|
Definition at line 316 of file lh_open/pi_run.c. References CMError, CMMModelPtr, cmparamErr, DATA_2_PTR, LHCheckColorsPrivateMS(), LOCK_DATA, noErr, and UNLOCK_DATA.
|
|
Definition at line 395 of file lh_open/pi_run.c.
|
|
Definition at line 56 of file lh_open/pi_run.c.
|
|
Definition at line 168 of file lh_open/pi_run.c.
|
|
Definition at line 273 of file lh_open/pi_run.c.
|