xx                770 core/gui_menu.c static int imenu, yy, xx, symbol_width;
xx                778 core/gui_menu.c         xx += rbf_draw_char(xx, yy, ' ', cl_symbol);
xx                779 core/gui_menu.c         xx += symbol_width = rbf_draw_symbol(xx, yy, curr_menu->menu[imenu].symbol, cl_symbol);
xx                787 core/gui_menu.c     xx += rbf_draw_char(xx, yy, ' ', cl);
xx                808 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-len_br1-len_str-len_br2-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
xx                809 core/gui_menu.c     xx += rbf_draw_string(xx, yy, " [", cl);
xx                819 core/gui_menu.c     xx += rbf_draw_string_right_len(xx, yy, len_str, str, cl);
xx                821 core/gui_menu.c     rbf_draw_string(xx, yy, "] ", cl);
xx                828 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-symbol_width, str, cl);
xx                830 core/gui_menu.c         xx += rbf_draw_symbol(xx, yy, 0x52, cl_symbol);
xx                831 core/gui_menu.c     rbf_draw_char(xx, yy, ' ', cl);
xx                890 core/gui_menu.c     xx += rbf_draw_string_len(xx, yy, wid, lang_str(text), cl);
xx                891 core/gui_menu.c     xx += rbf_draw_string(xx, yy, " [", cl);
xx                893 core/gui_menu.c         xx += rbf_draw_string_len(xx, yy, len_space*3, ((const char* (*)(int change, int arg))(c[1].value))(0, c[1].arg), cl);
xx                895 core/gui_menu.c         xx += rbf_draw_string_len(xx, yy, len_bool, (*(c[1].value))?"\x95":"", cl);
xx                896 core/gui_menu.c     xx += rbf_draw_string(xx, yy, "][", cl);
xx                951 core/gui_menu.c     xx += rbf_draw_string_right_len(xx, yy, len_enum, ch, cl);
xx                953 core/gui_menu.c     rbf_draw_string(xx, yy, "] ", cl);
xx                995 core/gui_menu.c             xx = x;
xx               1037 core/gui_menu.c                 xx += ((w - j) >> 1);
xx               1039 core/gui_menu.c                 if (xx > (x + len_space))
xx               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);
xx               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));
xx               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);
xx               1047 core/gui_menu.c                     xx = x;
xx               1050 core/gui_menu.c                 if (j) xx += rbf_draw_clipped_string(xx, yy, tbuf, cl, 0, w);
xx               1052 core/gui_menu.c                 if (xx < (x+w-len_space))
xx               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);
xx               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));
xx               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);
xx               1064 core/gui_menu.c                 xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
xx               1072 core/gui_menu.c                 xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
xx                 19 core/gui_space.c static coord xx, yy;
xx                 41 core/gui_space.c     xx = pos.x;
xx                 49 core/gui_space.c     if (xx > (camera_screen.width-width-4)) {
xx                 50 core/gui_space.c         xx = camera_screen.width-width-4;
xx                 56 core/gui_space.c     draw_rectangle(xx, yy, xx+width+3, yy+height+3, MAKE_COLOR(COLOR_BLACK,COLOR_BLACK), RECT_BORDER1);     // Outer black rectangle
xx                 57 core/gui_space.c     draw_rectangle(xx+1, yy+1, xx+width+2, yy+height+2, cl, RECT_BORDER1);          // Inner white/red rectangle
xx                 71 core/gui_space.c     else draw_rectangle(xx+x+2, yy+2, xx+width+1, yy+height+1, MAKE_COLOR(FG_COLOR(cl), FG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED); // If not empty fill 'free' space area
xx                 72 core/gui_space.c     draw_rectangle(xx+2, yy+2, xx+x+1, yy+height+1, MAKE_COLOR(COLOR_TRANSPARENT, COLOR_BLACK), RECT_BORDER1|DRAW_FILLED);  // fill 'used' space area
xx                 85 core/gui_space.c     else draw_rectangle(xx+2, yy+y+2, xx+width+1, yy+height+1, MAKE_COLOR(FG_COLOR(cl), FG_COLOR(cl)), RECT_BORDER0|DRAW_FILLED); // If not empty fill 'free' space area
xx                 86 core/gui_space.c     draw_rectangle(xx+2, yy+2, xx+width+1, yy+y+1, MAKE_COLOR(COLOR_TRANSPARENT, COLOR_BLACK), RECT_BORDER1|DRAW_FILLED);   // fill 'used' space area
xx                312 lib/font/rbf_font.c     int xx, yy;
xx                317 lib/font/rbf_font.c             for (xx=0; xx<pixel_width; ++xx)
xx                318 lib/font/rbf_font.c                 draw_pixel(x+xx ,y+yy, (cdata[yy*width/8+xx/8] & (1<<(xx%8))) ? FG_COLOR(cl) : BG_COLOR(cl));
xx                213 modules/games/gui_snake.c   int xx,yy,px,py;
xx                214 modules/games/gui_snake.c   for(xx=0;xx<SNAKE_ELEMENT_SIZE;xx++)
xx                219 modules/games/gui_snake.c       if(angle == 0) col = element[yy][xx];
xx                220 modules/games/gui_snake.c       if(angle == 1) col = element[xx][7-yy];
xx                221 modules/games/gui_snake.c       if(angle == 2) col = element[xx][yy];
xx                222 modules/games/gui_snake.c       if(angle == 3) col = element[yy][7-xx];
xx                223 modules/games/gui_snake.c       if(angle == 4) col = element[7-xx][yy];
xx                233 modules/games/gui_snake.c       for (px=xx*snake_scale; px<(xx+1)*snake_scale; px+=1)
xx                 37 modules/gui_read.c static int xx, yy;
xx                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);
xx                101 modules/gui_read.c     xx  = x;
xx                107 modules/gui_read.c     return (xx+rbf_char_width(ch) < x+w);
xx                144 modules/gui_read.c         xx=x; yy=y;
xx                180 modules/gui_read.c                                 if (xx==x) //ignore leading spaces
xx                204 modules/gui_read.c                                 if (xx+ll>=x+w && ll<w) {
xx                214 modules/gui_read.c                         xx+=rbf_draw_char(xx, yy, buffer[i], col);
xx                218 modules/gui_read.c                 if (xx >= x+w) {
xx                219 modules/gui_read.c                     xx  = x;
xx                444 modules/user_menu_edit.c static int imenu, yy, xx, symbol_width;
xx                452 modules/user_menu_edit.c         xx += rbf_draw_char(xx, yy, ' ', cl_symbol);
xx                453 modules/user_menu_edit.c         xx += symbol_width = rbf_draw_symbol(xx, yy, curr_menu->menu[imenu].symbol, cl_symbol);
xx                461 modules/user_menu_edit.c     xx += rbf_draw_char(xx, yy, ' ', cl);
xx                468 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, w-len_space*4, lang_str(curr_menu->menu[imenu].text), cl);
xx                475 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, w-len_space-len_space-symbol_width, str, cl);
xx                477 modules/user_menu_edit.c         xx += rbf_draw_symbol(xx, yy, 0x52, cl_symbol);
xx                478 modules/user_menu_edit.c     rbf_draw_char(xx, yy, ' ', cl);
xx                491 modules/user_menu_edit.c     xx += rbf_draw_string_len(xx, yy, wid, lang_str(text), cl);
xx                518 modules/user_menu_edit.c                 xx = x;
xx                546 modules/user_menu_edit.c                     xx+=rbf_draw_string_len(xx, yy, w-len_space-symbol_width, lang_str(curr_menu->menu[imenu].text), cl);
xx                282 platform/ixus30_sd200/main.c xx
xx                282 platform/ixus40_sd300/main.c xx