Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dhp5400_sane.c88 #define NUM_GAMMA_ENTRIES 65536 macro
258 s->aGammaTableR = malloc( NUM_GAMMA_ENTRIES * sizeof( SANE_Int ) ); in _InitOptions()
259 s->aGammaTableG = malloc( NUM_GAMMA_ENTRIES * sizeof( SANE_Int ) ); in _InitOptions()
260 s->aGammaTableB = malloc( NUM_GAMMA_ENTRIES * sizeof( SANE_Int ) ); in _InitOptions()
262 for (j = 0; j < NUM_GAMMA_ENTRIES; j++) { in _InitOptions()
370 pDesc->size = NUM_GAMMA_ENTRIES * sizeof( SANE_Int ); in _InitOptions()
381 pDesc->size = NUM_GAMMA_ENTRIES * sizeof( SANE_Int ); in _InitOptions()
392 pDesc->size = NUM_GAMMA_ENTRIES * sizeof( SANE_Int ); in _InitOptions()

Completed in 2 milliseconds