cal_y              27 modules/gui_calendar.c static coord cal_x, cal_y, cal_w, cal_h;
cal_y              71 modules/gui_calendar.c     draw_rectangle(cal_x-3, cal_y-3, cal_x+cal_w+2, cal_y+cal_h+2, CALENDAR_COLOR, RECT_BORDER1);
cal_y              72 modules/gui_calendar.c     draw_rectangle(cal_x-1, cal_y-1, cal_x+cal_w, cal_y+FONT_HEIGHT+8, TITLE_COLOR, RECT_BORDER1|DRAW_FILLED);
cal_y              73 modules/gui_calendar.c     draw_rectangle(cal_x-1, cal_y+FONT_HEIGHT+8, cal_x+cal_w, cal_y+cal_h, CALENDAR_COLOR, RECT_BORDER1|DRAW_FILLED);
cal_y              75 modules/gui_calendar.c     draw_rectangle(cal_x+cal_w-FONT_WIDTH*4*2, cal_y+FONT_HEIGHT+8+1, cal_x+cal_w-1, cal_y+cal_h-1, MAKE_COLOR(BG_COLOR(WEEKEND_COLOR), BG_COLOR(WEEKEND_COLOR)), RECT_BORDER0|DRAW_FILLED);
cal_y              77 modules/gui_calendar.c         draw_string(x, cal_y+4+FONT_HEIGHT+4+4, lang_str(days[i]), (i<5)?CALENDAR_COLOR:WEEKEND_COLOR);
cal_y              90 modules/gui_calendar.c     cal_y = FONT_HEIGHT+(camera_screen.height-FONT_HEIGHT-cal_h)/2;
cal_y             148 modules/gui_calendar.c         y = cal_y + 4;
cal_y             174 modules/gui_calendar.c         for (; y<cal_y+cal_h; y += FONT_HEIGHT+4, x=0) {