Lines Matching refs:shading_length
1139 md->shading_length = 0;
1241 md->shading_length = 18;
1275 /* md->shading_length = 18; firmware values seem to work better */
3777 if ( md->shading_length != 0 )
3778 ms->height_dots = md->shading_length;
6597 shading_bytes = ms->n_control_bytes * 8 * md->shading_length;
6622 linesize = shading_bytes / md->shading_length;
6629 remaining_lines = md->shading_length;
6682 sortbuf = malloc( md->shading_length * sizeof(float) );
6684 (void *) sortbuf, (u_long) (md->shading_length * sizeof(float)));
6757 for (line = 0; line < md->shading_length; line++)
6777 qsort(sortbuf, md->shading_length, sizeof(float),
6779 value = *( sortbuf + ( md->shading_length - 1 ) / 2 );