This structure holds our halftone implementation information. More...
Data Fields | |
sw_htm_api | super |
HTM implementation superclass must be first. | |
ml8_htinstance * | pInstances |
Pointer to the first in the list of halftone instances. | |
multilevel_lookup_solution * | pSolutions |
Pointer to the first in the list of cached solutions. | |
sw_memory_instance * | mem |
Global memory allocator instance. | |
This structure holds our halftone implementation information.
This structure is a sub-class of sw_htm_api.
There is only one copy of this structure. It is static in this implementation. It is used to hold implementation class-specific variables, including pointers to the instance lists.