Home
last modified time | relevance | path

Searched refs:custom_gamma_table (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek2.c186 if ( md_first_dev->custom_gamma_table[i] ) in sane_exit()
188 DBG(100, "free md_first_dev->custom_gamma_table[%d] at %p\n", in sane_exit()
189 i, (void *) md_first_dev->custom_gamma_table[i]); in sane_exit()
190 free((void *) md_first_dev->custom_gamma_table[i]); in sane_exit()
191 md_first_dev->custom_gamma_table[i] = NULL; in sane_exit()
2236 if ( md->custom_gamma_table[color] ) in init_options()
2237 free((void *) md->custom_gamma_table[color]); in init_options()
2238 md->custom_gamma_table[color] = in init_options()
2240 DBG(100, "init_options: md->custom_gamma_table[%d]=%p, malloc'd %lu bytes\n", in init_options()
2241 color, (void *) md->custom_gamma_table[colo in init_options()
[all...]
H A Dmicrotek2.h858 SANE_Int *custom_gamma_table[4]; /* used for the custom gamma */ member

Completed in 8 milliseconds