Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmicrotek2.c561 ms->condensed_shading_w = NULL; in sane_open()
1403 if ( ms->condensed_shading_w ) in cleanup_scanner()
1405 DBG(100, "free ms->condensed_shading_w at %p\n", in cleanup_scanner()
1406 (void *) ms->condensed_shading_w); in cleanup_scanner()
1407 free((void *) ms->condensed_shading_w); in cleanup_scanner()
1408 ms->condensed_shading_w = NULL; in cleanup_scanner()
5847 img_val = (int) *((uint8_t *)ms->condensed_shading_w + offset); in write_cshading_pnm()
5850 img_val = (int) *((uint16_t *)ms->condensed_shading_w in write_cshading_pnm()
5921 if ( ms->condensed_shading_w ) in condense_shading()
5923 free((void*) ms->condensed_shading_w ); in condense_shading()
[all...]
H A Dmicrotek2.h1027 uint8_t *condensed_shading_w; /* used when a model uses "read */ member

Completed in 10 milliseconds