HISTO_HEIGHT       44 modules/gui_osd_edit.c     {LANG_OSD_LAYOUT_EDITOR_HISTO,      &conf.histo_pos,        {HISTO_WIDTH+2, HISTO_HEIGHT},  &conf.histo_scale       },
HISTO_HEIGHT      265 modules/histogram.c                     histo_max_center_invw[c] = ((float)HISTO_HEIGHT)/histogram_transform((float)histo_max_center[c]);
HISTO_HEIGHT      267 modules/histogram.c                     histo_max_center_invw[c] = ((float)HISTO_HEIGHT)/histogram_transform((float)histo_max[c]);
HISTO_HEIGHT      294 modules/histogram.c                     if (histogram[c][i] > HISTO_HEIGHT)
HISTO_HEIGHT      295 modules/histogram.c                         histogram[c][i] = HISTO_HEIGHT;
HISTO_HEIGHT      302 modules/histogram.c                 if (histo_fill[histo_main] < (HISTO_HEIGHT*HISTO_WIDTH)/5) { // try to adjust if average level is less than 20%
HISTO_HEIGHT      303 modules/histogram.c                     histo_magnification = (20*HISTO_HEIGHT*HISTO_WIDTH) / histo_fill[histo_main];
HISTO_HEIGHT      307 modules/histogram.c                             if (histogram[c][i] > HISTO_HEIGHT)
HISTO_HEIGHT      308 modules/histogram.c                                 histogram[c][i] = HISTO_HEIGHT;
HISTO_HEIGHT      330 modules/histogram.c     coord w=HISTO_WIDTH, h=HISTO_HEIGHT;
HISTO_HEIGHT      401 modules/histogram.c         for (v=1; v<HISTO_HEIGHT; ++v) {
HISTO_HEIGHT      408 modules/histogram.c             draw_pixel(x+1+i, y+HISTO_HEIGHT-v, cls[sel]);
HISTO_HEIGHT      412 modules/histogram.c     draw_rectangle(x, y, x+1+HISTO_WIDTH, y+HISTO_HEIGHT, hc2, RECT_BORDER1);
HISTO_HEIGHT      414 modules/histogram.c     if (conf.histo_show_ev_grid) for (i=1;i<=4;i++) draw_line(x+(1+HISTO_WIDTH)*i/5, y, x+(1+HISTO_WIDTH)*i/5, y+HISTO_HEIGHT, FG_COLOR(hc2));
HISTO_HEIGHT      441 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_Y, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT, 0);
HISTO_HEIGHT      445 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_G, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT, 0);
HISTO_HEIGHT      446 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_B, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT*2, 0);
HISTO_HEIGHT      450 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_Y, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT, 1);
HISTO_HEIGHT      451 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_R, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT, 1);
HISTO_HEIGHT      452 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_G, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT+HISTO_HEIGHT/2, 1);
HISTO_HEIGHT      453 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_B, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT+HISTO_HEIGHT/2, 1);
HISTO_HEIGHT      457 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_RGB, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT, 1);
HISTO_HEIGHT      458 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_R, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT, 1);
HISTO_HEIGHT      459 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_G, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT+HISTO_HEIGHT/2, 1);
HISTO_HEIGHT      460 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_B, conf.histo_pos.x+HISTO_WIDTH/2+1, conf.histo_pos.y+HISTO_HEIGHT+HISTO_HEIGHT/2, 1);
HISTO_HEIGHT      467 modules/histogram.c                 gui_osd_draw_single_histo(HISTO_Y, conf.histo_pos.x, conf.histo_pos.y+HISTO_HEIGHT, 0);