Header for code common to all CMM examples. More...
Functions | |
| void * | cmmegMemAlloc (sw_memory_instance *instance, size_t size) |
| Allocate CMM memory. More... | |
| void | cmmegMemFree (sw_memory_instance *instance, void *memory) |
| Release CMM memory. More... | |
| HqBool | cmmegCheckExtraKeys (sw_datum *params, sw_data_match paramsMatch[], int paramsMatchLen, sw_data_api *dataapi) |
Helper function for construct callbacks for both alternate CMMs and custom color space CMMs. It checks whether there are any unrecognised keys in the params dictionary that is optionally passed to CMMs. More... | |
Header for code common to all CMM examples.
Trampoline functions that allocate/free memory using the memory functions declared by the CMM instance.