yofst             652 core/gui_osd.c static void draw_temp(char *lbl, int val, int yofst)
yofst             657 core/gui_osd.c     draw_osd_string(conf.temp_pos, 0, yofst*FONT_HEIGHT, osd_buf, user_color(conf.osd_color), conf.temp_scale);
yofst             662 core/gui_osd.c     int yofst = 0;
yofst             665 core/gui_osd.c         draw_temp("opt", get_optical_temp(), yofst++);
yofst             669 core/gui_osd.c         draw_temp("CMOS", get_ccd_temp(), yofst++);
yofst             671 core/gui_osd.c         draw_temp("CCD", get_ccd_temp(), yofst++);
yofst             675 core/gui_osd.c         draw_temp("bat", get_battery_temp(), yofst++);