|
| #define | NewCMFlattenUPP(userRoutine) |
| |
| #define | NewCMBitmapCallBackUPP(userRoutine) |
| |
| #define | NewCMConcatCallBackUPP(userRoutine) |
| |
| #define | NewCMProfileFilterUPP(userRoutine) |
| |
| #define | NewCMProfileAccessUPP(userRoutine) |
| |
|
#define | DisposeCMFlattenUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeCMBitmapCallBackUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeCMConcatCallBackUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeCMProfileFilterUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeCMProfileAccessUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
| #define | InvokeCMFlattenUPP(command, size, data, refCon, userUPP) |
| |
| #define | InvokeCMBitmapCallBackUPP(progress, refCon, userUPP) |
| |
| #define | InvokeCMConcatCallBackUPP(progress, refCon, userUPP) |
| |
| #define | InvokeCMProfileFilterUPP(prof, refCon, userUPP) |
| |
| #define | InvokeCMProfileAccessUPP(command, offset, size, data, refCon, userUPP) |
| |
|
#define | NewCMFlattenProc(userRoutine) NewCMFlattenUPP(userRoutine) |
| |
|
#define | NewCMBitmapCallBackProc(userRoutine) NewCMBitmapCallBackUPP(userRoutine) |
| |
|
#define | NewCMConcatCallBackProc(userRoutine) NewCMConcatCallBackUPP(userRoutine) |
| |
|
#define | NewCMProfileFilterProc(userRoutine) NewCMProfileFilterUPP(userRoutine) |
| |
|
#define | NewCMProfileAccessProc(userRoutine) NewCMProfileAccessUPP(userRoutine) |
| |
|
#define | CallCMFlattenProc(userRoutine, command, size, data, refCon) InvokeCMFlattenUPP(command, size, data, refCon, userRoutine) |
| |
|
#define | CallCMBitmapCallBackProc(userRoutine, progress, refCon) InvokeCMBitmapCallBackUPP(progress, refCon, userRoutine) |
| |
|
#define | CallCMConcatCallBackProc(userRoutine, progress, refCon) InvokeCMConcatCallBackUPP(progress, refCon, userRoutine) |
| |
|
#define | CallCMProfileFilterProc(userRoutine, prof, refCon) InvokeCMProfileFilterUPP(prof, refCon, userRoutine) |
| |
|
#define | CallCMProfileAccessProc(userRoutine, command, offset, size, data, refCon) InvokeCMProfileAccessUPP(command, offset, size, data, refCon, userRoutine) |
| |
|
|
typedef | CALLBACK_API (OSErr, CMFlattenProcPtr)(long command |
| |
|
typedef | CALLBACK_API (Boolean, CMBitmapCallBackProcPtr)(long progress |
| |
|
typedef | CALLBACK_API (Boolean, CMConcatCallBackProcPtr)(long progress |
| |
|
typedef | CALLBACK_API (Boolean, CMProfileFilterProcPtr)(CMProfileRef prof |
| |
|
typedef | CALLBACK_API (OSErr, CMProfileAccessProcPtr)(long command |
| |
|
typedef | STACK_UPP_TYPE (CMFlattenProcPtr) CMFlattenUPP |
| |
|
typedef | STACK_UPP_TYPE (CMBitmapCallBackProcPtr) CMBitmapCallBackUPP |
| |
|
typedef | STACK_UPP_TYPE (CMConcatCallBackProcPtr) CMConcatCallBackUPP |
| |
|
typedef | STACK_UPP_TYPE (CMProfileFilterProcPtr) CMProfileFilterUPP |
| |
|
typedef | STACK_UPP_TYPE (CMProfileAccessProcPtr) CMProfileAccessUPP |
| |
| CMFlattenUPP | NewCMFlattenUPP (CMFlattenProcPtr userRoutine) |
| |
| CMBitmapCallBackUPP | NewCMBitmapCallBackUPP (CMBitmapCallBackProcPtr userRoutine) |
| |
| CMConcatCallBackUPP | NewCMConcatCallBackUPP (CMConcatCallBackProcPtr userRoutine) |
| |
| CMProfileFilterUPP | NewCMProfileFilterUPP (CMProfileFilterProcPtr userRoutine) |
| |
| CMProfileAccessUPP | NewCMProfileAccessUPP (CMProfileAccessProcPtr userRoutine) |
| |
| void | DisposeCMFlattenUPP (CMFlattenUPP userUPP) |
| |
| void | DisposeCMBitmapCallBackUPP (CMBitmapCallBackUPP userUPP) |
| |
| void | DisposeCMConcatCallBackUPP (CMConcatCallBackUPP userUPP) |
| |
| void | DisposeCMProfileFilterUPP (CMProfileFilterUPP userUPP) |
| |
| void | DisposeCMProfileAccessUPP (CMProfileAccessUPP userUPP) |
| |
| OSErr | InvokeCMFlattenUPP (long command, long *size, void *data, void *refCon, CMFlattenUPP userUPP) |
| |
| Boolean | InvokeCMBitmapCallBackUPP (long progress, void *refCon, CMBitmapCallBackUPP userUPP) |
| |
| Boolean | InvokeCMConcatCallBackUPP (long progress, void *refCon, CMConcatCallBackUPP userUPP) |
| |
| Boolean | InvokeCMProfileFilterUPP (CMProfileRef prof, void *refCon, CMProfileFilterUPP userUPP) |
| |
| OSErr | InvokeCMProfileAccessUPP (long command, long offset, long *size, void *data, void *refCon, CMProfileAccessUPP userUPP) |
| |
xxx put contents here xxx
- Introduced In: ColorSync 3
- Avaliable From: Universal Interfaces 3.4.1
- Copyright: � 2000-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/