histo_magnification   59 modules/histogram.c static long histo_magnification;
histo_magnification  300 modules/histogram.c             histo_magnification = 0;
histo_magnification  303 modules/histogram.c                     histo_magnification = (20*HISTO_HEIGHT*HISTO_WIDTH) / histo_fill[histo_main];
histo_magnification  306 modules/histogram.c                             histogram[c][i] = histogram[c][i] * histo_magnification / 100;
histo_magnification  491 modules/histogram.c             if (histo_magnification) {
histo_magnification  493 modules/histogram.c                 sprintf(osd_buf, " %d.%02dx ", histo_magnification/100, histo_magnification%100);