rbf_font_height   232 core/gui_menu.c     cl_rect = rbf_font_height() - 4;
rbf_font_height   523 core/gui_menu.c     int h = ((count > num_lines) ? num_lines : count) * rbf_font_height();
rbf_font_height   526 core/gui_menu.c         int r = ((ty - y) / rbf_font_height()) + gui_menu_top_item;
rbf_font_height   733 core/gui_menu.c     num_lines = (camera_screen.height - camera_screen.ts_menu_border*2)/rbf_font_height()-1;
rbf_font_height   734 core/gui_menu.c     y = (camera_screen.height - ((num_lines - 1) * rbf_font_height())) >> 1;
rbf_font_height   753 core/gui_menu.c         draw_rectangle((x+w), y, (x+w)+wplus, y+num_lines*rbf_font_height()-1, MAKE_COLOR(BG_COLOR(user_color(conf.menu_color)), BG_COLOR(user_color(conf.menu_color))), RECT_BORDER0|DRAW_FILLED);
rbf_font_height   760 core/gui_menu.c             y = (camera_screen.height - ((count - 1) * rbf_font_height())) >> 1;
rbf_font_height   764 core/gui_menu.c     rbf_draw_menu_header(x, y-rbf_font_height(), w+wplus, (conf.menu_symbol_enable)?curr_menu->symbol:0, lang_str(curr_menu->title), user_color(conf.menu_title_color));
rbf_font_height   980 core/gui_menu.c         for (imenu=gui_menu_top_item, i=0, yy=y; curr_menu->menu[imenu].text && i<num_lines; ++imenu, ++i, yy+=rbf_font_height())
rbf_font_height  1041 core/gui_menu.c                     draw_rectangle(x+len_space, yy, xx-1, yy+rbf_font_height()/2-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
rbf_font_height  1042 core/gui_menu.c                     draw_line(x+len_space, yy+rbf_font_height()/2, xx-1, yy+rbf_font_height()/2, FG_COLOR(cl));
rbf_font_height  1043 core/gui_menu.c                     draw_rectangle(x+len_space, yy+rbf_font_height()/2+1, xx-1, yy+rbf_font_height()-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
rbf_font_height  1054 core/gui_menu.c                     draw_rectangle(xx, yy, x+w-len_space-1, yy+rbf_font_height()/2-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
rbf_font_height  1055 core/gui_menu.c                     draw_line(xx, yy+rbf_font_height()/2, x+w-1-len_space, yy+rbf_font_height()/2, FG_COLOR(cl));
rbf_font_height  1056 core/gui_menu.c                     draw_rectangle(xx, yy+rbf_font_height()/2+1, x+w-len_space-1, yy+rbf_font_height()-1, MAKE_COLOR(BG_COLOR(cl), BG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED);
rbf_font_height  1066 core/gui_menu.c                 draw_rectangle(x+w-1-cl_rect-2-len_space, yy+2, x+w-1-2-len_space, yy+rbf_font_height()-1-2, MAKE_COLOR(mc,mc), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);
rbf_font_height  1074 core/gui_menu.c                 draw_rectangle(x+w-1-cl_rect-2-len_space, yy+2, x+w-1-2-len_space, yy+rbf_font_height()-1-2, MAKE_COLOR(mc,mc), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);
rbf_font_height  1096 core/gui_menu.c             i = num_lines*rbf_font_height()-1 -1;           // full height
rbf_font_height  1101 core/gui_menu.c             draw_rectangle((x+w)+2, y+i+j, (x+w)+6, y+num_lines*rbf_font_height()-1-1, MAKE_COLOR(COLOR_BLACK, COLOR_BLACK), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);
rbf_font_height    28 include/font.h extern int rbf_font_height();
rbf_font_height   458 lib/font/rbf_font.c     if (symbol!=0x0 && conf.menu_symbol_enable && rbf_font_height()>=rbf_symbol_height()) {
rbf_font_height   470 lib/font/rbf_font.c     int right = x+len-1, bottom = y+rbf_font_height()-1;
rbf_font_height   487 lib/font/rbf_font.c     if (symbol!=0x0 && conf.menu_symbol_enable && rbf_font_height()>=rbf_symbol_height()) {
rbf_font_height   100 modules/gui_read.c     draw_rectangle(xx, yy, x+w-1, yy+rbf_font_height()-1, MAKE_COLOR(BG_COLOR(col), BG_COLOR(col)), RECT_BORDER0|DRAW_FILLED);
rbf_font_height   102 modules/gui_read.c     yy += rbf_font_height();
rbf_font_height   149 modules/gui_read.c         while (yy<=y+h-rbf_font_height()) {
rbf_font_height   164 modules/gui_read.c             while (i<n && yy<=y+h-rbf_font_height()) {
rbf_font_height   220 modules/gui_read.c                     yy += rbf_font_height();
rbf_font_height   286 modules/module_exportlist.c             rbf_font_height
rbf_font_height   309 modules/user_menu_edit.c     num_lines = camera_screen.height/rbf_font_height()-1;
rbf_font_height   420 modules/user_menu_edit.c         y = ((camera_screen.height-(num_lines-1)*rbf_font_height())>>1);
rbf_font_height   423 modules/user_menu_edit.c         draw_rectangle((x+w), y, (x+w)+wplus, y+num_lines*rbf_font_height()-1, MAKE_COLOR(BG_COLOR(user_color(conf.menu_color)), BG_COLOR(user_color(conf.menu_color))), RECT_BORDER0|DRAW_FILLED);
rbf_font_height   430 modules/user_menu_edit.c             y = (camera_screen.height-(count-1)*rbf_font_height())>>1; 
rbf_font_height   434 modules/user_menu_edit.c             y = ((camera_screen.height-(num_lines-1)*rbf_font_height())>>1);  
rbf_font_height   438 modules/user_menu_edit.c     rbf_draw_menu_header(x, y-rbf_font_height(), w+wplus, (conf.menu_symbol_enable)?curr_menu->symbol:0, lang_str(curr_menu->title), MAKE_COLOR(COLOR_RED,COLOR_WHITE));
rbf_font_height   550 modules/user_menu_edit.c                 yy += rbf_font_height();
rbf_font_height   558 modules/user_menu_edit.c             i = num_lines*rbf_font_height()-1 -1;           // full height
rbf_font_height   563 modules/user_menu_edit.c             draw_rectangle((x+w)+2, y+i+j, (x+w)+6, y+num_lines*rbf_font_height()-1-1, MAKE_COLOR(COLOR_BLACK, COLOR_BLACK), RECT_BORDER0|DRAW_FILLED|RECT_ROUND_CORNERS);