col                80 core/console.c     twoColors col = user_color(conf.osd_color);
col                96 core/console.c                 draw_string_justified(x, y - c * FONT_HEIGHT, buf, col, 0, console_line_length * FONT_WIDTH, TEXT_LEFT|TEXT_FILL);
col               217 core/console.c         twoColors col = user_color(conf.menu_color);
col               225 core/console.c         draw_rectangle(x-3, y-3, x+w*FONT_WIDTH+3, y+(h+1)*FONT_HEIGHT+2, col, RECT_BORDER1|DRAW_FILLED); // main box
col               226 core/console.c         draw_rectangle(x-2, y-2, x+w*FONT_WIDTH+2, y+FONT_HEIGHT+1, col, RECT_BORDER1|DRAW_FILLED); //title
col               228 core/console.c         draw_string_justified(x, y, "Console - press SET to close", col, 0, w*FONT_WIDTH, TEXT_CENTER); //title text
col               235 core/console.c             draw_string_justified(x-1, y + c * FONT_HEIGHT, console_buf[i], col, 0, w * FONT_WIDTH, TEXT_LEFT|TEXT_FILL);
col              2536 core/gui.c     static int shortcut_text(int x, int y, int button, int func_str, const char *state, twoColors col)
col              2556 core/gui.c         draw_string(x, y, buf, col);
col              2587 core/gui.c         twoColors col = user_color(conf.menu_color);
col              2603 core/gui.c             draw_string(x, y, buf, col);
col              2607 core/gui.c         draw_string(x, y, lang_str(LANG_HELP_SCRIPTS), col);
col              2611 core/gui.c         y = shortcut_text(x, y, SHORTCUT_MF_TOGGLE,LANG_HELP_MANUAL_FOCUS,gui_on_off_enum(0,&conf.subj_dist_override_koef), col);
col              2617 core/gui.c             draw_string(x, y, buf, col);
col              2624 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW,LANG_MENU_DEBUG_SHORTCUT_ACTION,gui_debug_shortcut_modes[conf.debug_shortcut_action], col);
col              2631 core/gui.c                 y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW, LANG_HELP_INF_FOCUS, 0, col);
col              2633 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW, LANG_HELP_CHG_FOCUS_FACTOR, 0, col);
col              2637 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW,LANG_MENU_RAW_SAVE,(conf.save_raw?(conf.dng_raw?"DNG":"RAW"):"Off"), col);
col              2641 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW,LANG_MENU_DEBUG_SHORTCUT_ACTION,gui_debug_shortcut_modes[conf.debug_shortcut_action], col);
col              2644 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_RAW,LANG_MENU_RAW_SAVE,(conf.save_raw?(conf.dng_raw?"DNG":"RAW"):"Off"), col);
col              2651 core/gui.c             y = shortcut_text(x, y, SHORTCUT_DISABLE_OVERRIDES,LANG_MENU_OVERRIDE_DISABLE,gui_override_disable_modes[conf.override_disable], col);
col              2652 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_HISTO,LANG_MENU_HISTO_SHOW,gui_histo_show_modes[conf.show_histo], col);
col              2653 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_ZEBRA,LANG_MENU_ZEBRA_DRAW,gui_on_off_enum(0,&conf.zebra_draw), col);
col              2654 core/gui.c             y = shortcut_text(x, y, SHORTCUT_TOGGLE_OSD,LANG_MENU_OSD_SHOW,gui_on_off_enum(0,&conf.show_osd), col);
col              2658 core/gui.c             y = shortcut_text(x, y, 0,LANG_HELP_SHORTCUTS_DISABLED, 0, col);
col              2662 core/gui.c             y = shortcut_text(x, y, KEY_DISPLAY, LANG_HELP_HIDE_OSD, 0, col);
col              2665 core/gui.c             y = shortcut_text(x, y, 0 ,LANG_HELP_NOT_ALT, 0, col);
col              1433 core/gui_draw.c void draw_txt_string(coord col, coord row, const char *str, twoColors cl)
col              1435 core/gui_draw.c     draw_string(col*FONT_WIDTH, row*FONT_HEIGHT, str, cl);
col              1672 core/gui_draw.c color chdkColorToCanonColor(chdkColor col)
col              1674 core/gui_draw.c     if (col.type)
col              1675 core/gui_draw.c         return chdk_colors[col.col];
col              1676 core/gui_draw.c     return col.col;
col               134 core/gui_draw.h extern void draw_txt_string(coord col, coord row, const char *str, twoColors cl);
col               100 core/gui_osd.c         twoColors col = user_color(conf.osd_color);
col               101 core/gui_osd.c         twoColors valid_col = MAKE_COLOR(BG_COLOR(col), COLOR_GREEN);
col               104 core/gui_osd.c         draw_osd_string(conf.dof_pos, 0, 0, "S/NL/FL:", col, conf.dof_scale);
col               107 core/gui_osd.c         draw_osd_string(conf.dof_pos, i*FONT_WIDTH, 0, osd_buf, (f_ex && (camera_info.dof_values.distance_valid || shooting_get_focus_mode()))?valid_col:col, conf.dof_scale);
col               109 core/gui_osd.c         draw_osd_string(conf.dof_pos, i*FONT_WIDTH, 0, "/", col, conf.dof_scale);
col               112 core/gui_osd.c         draw_osd_string(conf.dof_pos, (++i)*FONT_WIDTH, 0, osd_buf, (f_ex && camera_info.dof_values.distance_valid)?valid_col:col, conf.dof_scale);
col               114 core/gui_osd.c 	    draw_osd_string(conf.dof_pos, i*FONT_WIDTH, 0, "/", col, conf.dof_scale);
col               116 core/gui_osd.c 	    draw_osd_string(conf.dof_pos, (++i)*FONT_WIDTH, 0, osd_buf, (f_ex && camera_info.dof_values.distance_valid)?valid_col:col, conf.dof_scale);
col               118 core/gui_osd.c 	    draw_osd_string(conf.dof_pos, 0, FONT_HEIGHT, "DOF/HYP:", col, conf.dof_scale);
col               121 core/gui_osd.c 	    draw_osd_string(conf.dof_pos, i*FONT_WIDTH, FONT_HEIGHT, osd_buf, (f_ex && camera_info.dof_values.distance_valid)?valid_col:col, conf.dof_scale);
col               123 core/gui_osd.c 	    draw_osd_string(conf.dof_pos, i*FONT_WIDTH, FONT_HEIGHT, "/", col, conf.dof_scale);
col               125 core/gui_osd.c 	    draw_osd_string(conf.dof_pos, (++i)*FONT_WIDTH, FONT_HEIGHT, osd_buf, (f_ex && camera_info.dof_values.hyperfocal_valid)?valid_col:col, conf.dof_scale);
col               188 core/gui_osd.c   twoColors col = user_color(conf.osd_color);
col               189 core/gui_osd.c   twoColors valid_col = MAKE_COLOR(BG_COLOR(col), COLOR_GREEN);
col               191 core/gui_osd.c     draw_osd_string(conf.values_pos, 0, m, osd_buf, col, conf.values_scale);
col               195 core/gui_osd.c     draw_osd_string(conf.values_pos, i*FONT_WIDTH, m, osd_buf, use_good_color?valid_col:col, conf.values_scale);
col               198 core/gui_osd.c     draw_osd_string(conf.values_pos, 0, m, osd_buf, col,conf.values_scale);
col               217 core/gui_osd.c             twoColors col = user_color(((raw_count > conf.remaining_raw_treshold) || (b <= 6)) ? conf.osd_color : conf.osd_color_warn);
col               221 core/gui_osd.c                 draw_osd_string(conf.mode_raw_pos, 0, 0, osd_buf, col, conf.mode_raw_scale);
col               224 core/gui_osd.c                 draw_osd_string(conf.mode_raw_pos, 0, 0, (conf.dng_raw)?"DNG":"RAW", col, conf.mode_raw_scale);
col               504 core/gui_osd.c     twoColors col = user_color(conf.osd_color);
col               527 core/gui_osd.c                 draw_osd_string(conf.mode_video_pos, 0, 2*FONT_HEIGHT, osd_buf, col, conf.mode_video_scale);
col               534 core/gui_osd.c                 draw_osd_string(conf.mode_video_pos, 0, 3*FONT_HEIGHT, osd_buf, col, conf.mode_video_scale);
col               541 core/gui_osd.c                     draw_osd_string(conf.mode_video_pos, 0, 2*FONT_HEIGHT, osd_buf, col, conf.mode_video_scale);
col               546 core/gui_osd.c                     draw_osd_string(conf.mode_video_pos, 0, 2*FONT_HEIGHT, osd_buf, col, conf.mode_video_scale);
col               592 core/gui_osd.c                 draw_osd_string(conf.mode_video_pos, 0, 0, osd_buf, col, conf.mode_video_scale);
col               608 core/gui_osd.c                         draw_osd_string(conf.mode_video_pos, 0, 0, osd_buf, col, conf.mode_video_scale);
col               613 core/gui_osd.c                         draw_osd_string(conf.mode_video_pos, 0, time_yofst, osd_buf, col, conf.mode_video_scale);
col               689 core/gui_osd.c     twoColors col = user_color(conf.osd_color);
col               691 core/gui_osd.c     draw_rectangle(x0,y0,x0+70,y0+24, visible? MAKE_COLOR(BG_COLOR(col),BG_COLOR(col)): COLOR_TRANSPARENT, RECT_BORDER1|DRAW_FILLED);
col               695 core/gui_osd.c     for (i=0;i<9;i++) draw_line(x0+2+i*8,   y0+12, x0+2+i*8,   y0+12-(i&1 ? 5 : 10), col);
col               696 core/gui_osd.c     for (i=0;i<9;i++) draw_line(x0+2+i*8+1, y0+12, x0+2+i*8+1, y0+12-(i&1 ? 5 : 10), col);
col               702 core/gui_osd.c     draw_line(x0+34,y0+16,x0+34,y0+22,col);
col               703 core/gui_osd.c     draw_line(x0+35,y0+16,x0+35,y0+22,col);
col               705 core/gui_osd.c     draw_line(x0+32,y0+19,x0+32,y0+22,col);
col               706 core/gui_osd.c     draw_line(x0+33,y0+18,x0+33,y0+22,col);
col               707 core/gui_osd.c     draw_line(x0+36,y0+18,x0+36,y0+22,col);
col               708 core/gui_osd.c     draw_line(x0+37,y0+19,x0+37,y0+22,col);
col              1111 core/gui_osd.c     twoColors col = user_color(conf.osd_color);
col              1132 core/gui_osd.c             draw_txt_string(DBGMISCVALS_X-25,  DBGMISCVALS_Y-1, osd_buf, col);
col              1139 core/gui_osd.c         draw_txt_string(DBGMISCVALS_X,  DBGMISCVALS_Y, osd_buf, col);
col              1144 core/gui_osd.c         draw_txt_string(DBGMISCVALS_X, DBGMISCVALS_Y+1, osd_buf, col);
col              1149 core/gui_osd.c         draw_txt_string(DBGMISCVALS_X, DBGMISCVALS_Y+2, osd_buf, col);
col              1153 core/gui_osd.c         draw_txt_string(DBGMISCVALS_X, DBGMISCVALS_Y+3, osd_buf, col);
col              1220 core/gui_osd.c                 draw_string(64,FONT_HEIGHT+FONT_HEIGHT*i,osd_buf, col);
col              1246 core/gui_osd.c                 draw_string(16,FONT_HEIGHT+FONT_HEIGHT*i,osd_buf, col);
col              1260 core/gui_osd.c                 draw_string(64,FONT_HEIGHT+FONT_HEIGHT*i,osd_buf, col);
col                15 include/color.h     unsigned char   col;        // color value
col              2126 lib/ubasic/ubasic.c     int var, col, row;
col              2129 lib/ubasic/ubasic.c     col=expr();tokenizer_next();
col              2140 lib/ubasic/ubasic.c     ubasic_set_variable(var, libmotiondetect->md_get_cell_diff(col,row));
col              2146 lib/ubasic/ubasic.c     int var, col, row;
col              2149 lib/ubasic/ubasic.c     col=expr();tokenizer_next();
col              2160 lib/ubasic/ubasic.c     ubasic_set_variable(var, libmotiondetect->md_get_cell_val(col,row));
col              1283 modules/cpuinfo_v7.c     struct l1tblentry_s col;
col              1284 modules/cpuinfo_v7.c     col.typ = "";
col              1285 modules/cpuinfo_v7.c     col.pbit = "";
col              1286 modules/cpuinfo_v7.c     col.ngbit = "";
col              1287 modules/cpuinfo_v7.c     col.domain = 0;
col              1288 modules/cpuinfo_v7.c     col.physaddr[0] = 0;
col              1289 modules/cpuinfo_v7.c     col.l2addr[0] = 0;
col              1290 modules/cpuinfo_v7.c     col.sbit = "";
col              1291 modules/cpuinfo_v7.c     col.accperm = "";
col              1292 modules/cpuinfo_v7.c     col.caching = "";
col              1293 modules/cpuinfo_v7.c     col.memtype = "";
col              1294 modules/cpuinfo_v7.c     col.xnbit = "";
col              1307 modules/cpuinfo_v7.c         col.pbit = "P";
col              1309 modules/cpuinfo_v7.c     col.domain = (e >> 5) & 15;
col              1311 modules/cpuinfo_v7.c         col.typ = "L2 ref";
col              1313 modules/cpuinfo_v7.c         sprintf(col.l2addr,"0x%08x",l2a);
col              1316 modules/cpuinfo_v7.c         col.typ = typ==1?"Supersection":"Section";
col              1317 modules/cpuinfo_v7.c         sprintf(col.physaddr,"0x%08x",e & 0xfff00000);
col              1318 modules/cpuinfo_v7.c         col.ngbit = e&0x20000?"Nonglobal":"Global";
col              1319 modules/cpuinfo_v7.c         col.sbit = e&0x10000?"Shareable":"";
col              1320 modules/cpuinfo_v7.c         col.xnbit = e&0x10?"No exec":"";
col              1322 modules/cpuinfo_v7.c             case 0: col.accperm = "--/--"; break;
col              1323 modules/cpuinfo_v7.c             case 0x400: col.accperm = "RW/--"; break;
col              1324 modules/cpuinfo_v7.c             case 0x800: col.accperm = "RW/R-"; break;
col              1325 modules/cpuinfo_v7.c             case 0xC00: col.accperm = "RW/RW"; break;
col              1326 modules/cpuinfo_v7.c             case 0x8000: col.accperm = "rsrvd"; break;
col              1327 modules/cpuinfo_v7.c             case 0x8400: col.accperm = "R-/--"; break;
col              1328 modules/cpuinfo_v7.c             case 0x8800: col.accperm = "R-/R-"; break;
col              1329 modules/cpuinfo_v7.c             case 0x8C00: col.accperm = "rsrvd"; break;
col              1332 modules/cpuinfo_v7.c           case 0: col.caching = "STR ORD"; col.memtype = "Strongly-ordered"; break;
col              1333 modules/cpuinfo_v7.c           case 4: col.caching = "SHR DEV"; col.memtype = "Device"; break;
col              1334 modules/cpuinfo_v7.c           case 8: col.caching = "WRTHR, NAW"; col.memtype = "Normal"; break;
col              1335 modules/cpuinfo_v7.c           case 0xc: col.caching = "WRBCK, NAW"; col.memtype = "Normal"; break;
col              1336 modules/cpuinfo_v7.c           case 0x1000: col.caching = "NON CACH"; col.memtype = "Normal"; break;
col              1337 modules/cpuinfo_v7.c           case 0x2000: col.caching = "NONSHR DEV"; col.memtype = "Device"; break;
col              1341 modules/cpuinfo_v7.c                   col.caching = cpolicies[i];
col              1342 modules/cpuinfo_v7.c                   col.memtype = "Normal";
col              1346 modules/cpuinfo_v7.c     sprintf(buf,"%s,%s,%s,%u,%s,%s,%s,%s,%s,%s,%s,",col.typ,col.pbit,
col              1347 modules/cpuinfo_v7.c             col.ngbit,col.domain,col.physaddr,col.l2addr,col.sbit,col.accperm,
col              1348 modules/cpuinfo_v7.c             col.caching,col.memtype,col.xnbit);
col              1360 modules/cpuinfo_v7.c     struct l1tblentry_s col;
col              1361 modules/cpuinfo_v7.c     col.typ = "";
col              1362 modules/cpuinfo_v7.c     col.pbit = "";
col              1363 modules/cpuinfo_v7.c     col.ngbit = "";
col              1364 modules/cpuinfo_v7.c     col.domain = 0;
col              1365 modules/cpuinfo_v7.c     col.physaddr[0] = 0;
col              1366 modules/cpuinfo_v7.c     col.l2addr[0] = 0;
col              1367 modules/cpuinfo_v7.c     col.sbit = "";
col              1368 modules/cpuinfo_v7.c     col.accperm = "";
col              1369 modules/cpuinfo_v7.c     col.caching = "";
col              1370 modules/cpuinfo_v7.c     col.memtype = "";
col              1371 modules/cpuinfo_v7.c     col.xnbit = "";
col              1375 modules/cpuinfo_v7.c                 col.typ = "Large page";
col              1376 modules/cpuinfo_v7.c                 sprintf(col.physaddr,"0x%08x",e & 0xffff0000);
col              1377 modules/cpuinfo_v7.c                 col.xnbit = e&0x8000?"No exec":"";
col              1382 modules/cpuinfo_v7.c                 col.typ = "Small page";
col              1383 modules/cpuinfo_v7.c                 sprintf(col.physaddr,"0x%08x",e & 0xfffff000);
col              1384 modules/cpuinfo_v7.c                 col.xnbit = e&1?"No exec":"";
col              1392 modules/cpuinfo_v7.c     col.ngbit = e&0x800?"Nonglobal":"Global";
col              1393 modules/cpuinfo_v7.c     col.sbit = e&0x400?"Shareable":"";
col              1395 modules/cpuinfo_v7.c         case 0: col.accperm = "--/--"; break;
col              1396 modules/cpuinfo_v7.c         case 0x400: col.accperm = "RW/--"; break;
col              1397 modules/cpuinfo_v7.c         case 0x800: col.accperm = "RW/R-"; break;
col              1398 modules/cpuinfo_v7.c         case 0xC00: col.accperm = "RW/RW"; break;
col              1399 modules/cpuinfo_v7.c         case 0x8000: col.accperm = "rsrvd"; break;
col              1400 modules/cpuinfo_v7.c         case 0x8400: col.accperm = "R-/--"; break;
col              1401 modules/cpuinfo_v7.c         case 0x8800: col.accperm = "R-/R-"; break;
col              1402 modules/cpuinfo_v7.c         case 0x8C00: col.accperm = "rsrvd"; break;
col              1405 modules/cpuinfo_v7.c       case 0: col.caching = "STR ORD"; col.memtype = "Strongly-ordered"; break;
col              1406 modules/cpuinfo_v7.c       case 4: col.caching = "SHR DEV"; col.memtype = "Device"; break;
col              1407 modules/cpuinfo_v7.c       case 8: col.caching = "WRTHR, NAW"; col.memtype = "Normal"; break;
col              1408 modules/cpuinfo_v7.c       case 0xc: col.caching = "WRBCK, NAW"; col.memtype = "Normal"; break;
col              1409 modules/cpuinfo_v7.c       case 0x1000: col.caching = "NON CACH"; col.memtype = "Normal"; break;
col              1410 modules/cpuinfo_v7.c       case 0x2000: col.caching = "NONSHR DEV"; col.memtype = "Device"; break;
col              1414 modules/cpuinfo_v7.c               col.caching = cpolicies[i];
col              1415 modules/cpuinfo_v7.c               col.memtype = "Normal";
col              1418 modules/cpuinfo_v7.c     sprintf(buf,"%s,%s,%s,,%s,%s,%s,%s,%s,%s,%s,",col.typ,col.pbit,
col              1419 modules/cpuinfo_v7.c             col.ngbit,col.physaddr,col.l2addr,col.sbit,col.accperm,
col              1420 modules/cpuinfo_v7.c             col.caching,col.memtype,col.xnbit);
col                43 modules/games/gui_mastermind.c static void clue_box(int pos, color col)
col                47 modules/games/gui_mastermind.c 	draw_rectangle(x, y, x+FONT_WIDTH-2, y+FONT_WIDTH-2, MAKE_COLOR(col,col), RECT_BORDER0|DRAW_FILLED);
col               217 modules/games/gui_snake.c       char col = 0;
col               219 modules/games/gui_snake.c       if(angle == 0) col = element[yy][xx];
col               220 modules/games/gui_snake.c       if(angle == 1) col = element[xx][7-yy];
col               221 modules/games/gui_snake.c       if(angle == 2) col = element[xx][yy];
col               222 modules/games/gui_snake.c       if(angle == 3) col = element[yy][7-xx];
col               223 modules/games/gui_snake.c       if(angle == 4) col = element[7-xx][yy];
col               224 modules/games/gui_snake.c       switch(col){
col               244 modules/gui_grid.c                 twoColors col = (conf.grid_force_color) ? ucol : MAKE_COLOR(get_script_color(ptr->clb), get_script_color(ptr->clf));
col               257 modules/gui_grid.c                         draw_line(x0, y0, x1+xo, y1+yo, col);
col               260 modules/gui_grid.c                         draw_rectangle(x0, y0, x1+xo, y1+yo, col, RECT_BORDER1);
col               263 modules/gui_grid.c                         draw_rectangle(x0, y0, x1+xo, y1+yo, col, RECT_BORDER1|DRAW_FILLED);
col               266 modules/gui_grid.c                         draw_ellipse(x0, y0, (unsigned int)x1, (unsigned int)y1, col, 0);
col               269 modules/gui_grid.c                         draw_ellipse(x0, y0, (unsigned int)x1, (unsigned int)y1, col, DRAW_FILLED);
col                53 modules/gui_palette.c                     if (cl.col > 15)
col                54 modules/gui_palette.c                         cl.col = 15;
col                58 modules/gui_palette.c                     if ((cl.col & 0xF0) == 0xF0)
col                61 modules/gui_palette.c                         cl.col &= 0x0F;
col                65 modules/gui_palette.c                         cl.col = (((cl.col+16)&0xf0)|(cl.col&0x0f));
col                77 modules/gui_palette.c                     if (cl.col > 15)
col                78 modules/gui_palette.c                         cl.col = 15;
col                79 modules/gui_palette.c                     cl.col |= 0xF0;
col                83 modules/gui_palette.c                     if ((cl.col & 0xF0) == 0x00)
col                89 modules/gui_palette.c                         cl.col = (((cl.col-16)&0xf0)|(cl.col&0x0f));
col               100 modules/gui_palette.c                     if (cl.col-- == 0) cl.col = IDX_COLOR_MAX;
col               104 modules/gui_palette.c                     cl.col = ((cl.col&0xf0)|((cl.col-1)&0x0f));
col               118 modules/gui_palette.c                     if (cl.col++ == IDX_COLOR_MAX) cl.col = 0;
col               122 modules/gui_palette.c                     cl.col = ((cl.col&0xf0)|((cl.col+1)&0x0f));
col               282 modules/gui_palette.c             sprintf(buf, " %s: 0x%02hX 0x%08X", lang_str(LANG_PALETTE_TEXT_COLOR), cl.col, pal[chdkColorToCanonColor(cl)]);
col               284 modules/gui_palette.c             sprintf(buf, " %s: 0x%02hX", lang_str(LANG_PALETTE_TEXT_COLOR), cl.col );
col               317 modules/gui_palette.c             x = DISP_LEFT + cl.col * CELL_SIZE;
col               321 modules/gui_palette.c             y = DISP_TOP + ((cl.col>>4)&0x0F) * CELL_SIZE;
col               322 modules/gui_palette.c             x = DISP_LEFT + (cl.col&0x0F) * CELL_SIZE;
col                99 modules/gui_read.c     twoColors col = user_color(conf.reader_color);
col               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);
col               116 modules/gui_read.c     twoColors col = user_color(conf.reader_color);
col               129 modules/gui_read.c                        camera_screen.disp_right, camera_screen.height-1, MAKE_COLOR(BG_COLOR(col), BG_COLOR(col)), RECT_BORDER0|DRAW_FILLED);
col               154 modules/gui_read.c                      draw_rectangle(x, yy, x+w-1, y+h-1, MAKE_COLOR(BG_COLOR(col), BG_COLOR(col)), RECT_BORDER0|DRAW_FILLED);
col               214 modules/gui_read.c                         xx+=rbf_draw_char(xx, yy, buffer[i], col);
col               606 modules/motion_detector.c     register int col, row;
col               674 modules/motion_detector.c         for (col=0; col < motion_detector.columns; col++, idx++)
col               678 modules/motion_detector.c             if (col+1 >= motion_detector.clipping_region_column1 &&
col               679 modules/motion_detector.c                 col+1 <= motion_detector.clipping_region_column2 &&
col               697 modules/motion_detector.c                 x_start = ((col * vp_w) / motion_detector.columns) * 2;
col               700 modules/motion_detector.c                 x_start = ((col * vp_w) / motion_detector.columns) * 3;
col               791 modules/motion_detector.c     int col, row;
col               819 modules/motion_detector.c         for (col=0; col < motion_detector.columns; col++, i++)
col               823 modules/motion_detector.c             x_end = xoffset + ((col + 1) * x_size) / motion_detector.columns;
col               826 modules/motion_detector.c             if ( col+1>=motion_detector.clipping_region_column1
col               827 modules/motion_detector.c                 && col+1<=motion_detector.clipping_region_column2