fg 284 core/gui_draw.c int fg = px<<2; fg 297 core/gui_draw.c obu[offset] = yuvclr[fg+3]; fg 298 core/gui_draw.c bbu[offs2+3] = yuvclr[fg+1]; // Y fg 300 core/gui_draw.c opacity_buffer[0][offset] = yuvclr[fg+3]; fg 301 core/gui_draw.c bitmap_buffer[0][offs2+3] = yuvclr[fg+1]; // Y fg 302 core/gui_draw.c opacity_buffer[1][offset] = yuvclr[fg+3]; fg 303 core/gui_draw.c bitmap_buffer[1][offs2+3] = yuvclr[fg+1]; // Y fg 316 core/gui_draw.c obu[offset] = yuvclr[fg+3]; fg 317 core/gui_draw.c bbu[offs2+1] = yuvclr[fg+1]; // Y fg 318 core/gui_draw.c bbu[offs2+0] = yuvclr[fg]; // U fg 319 core/gui_draw.c bbu[offs2+2] = yuvclr[fg+2]; // V fg 321 core/gui_draw.c opacity_buffer[0][offset] = yuvclr[fg+3]; fg 322 core/gui_draw.c bitmap_buffer[0][offs2+1] = yuvclr[fg+1]; // Y fg 323 core/gui_draw.c bitmap_buffer[0][offs2+0] = yuvclr[fg]; // U fg 324 core/gui_draw.c bitmap_buffer[0][offs2+2] = yuvclr[fg+2]; // V fg 325 core/gui_draw.c opacity_buffer[1][offset] = yuvclr[fg+3]; fg 326 core/gui_draw.c bitmap_buffer[1][offs2+1] = yuvclr[fg+1]; // Y fg 327 core/gui_draw.c bitmap_buffer[1][offs2+0] = yuvclr[fg]; // U fg 328 core/gui_draw.c bitmap_buffer[1][offs2+2] = yuvclr[fg+2]; // V fg 411 core/gui_draw.c int fg = px<<2; fg 418 core/gui_draw.c obu[offset] = yuvclr[fg+3]; fg 419 core/gui_draw.c bbu[offs2+3] = yuvclr[fg+1]; // Y fg 421 core/gui_draw.c opacity_buffer[0][offset] = yuvclr[fg+3]; fg 422 core/gui_draw.c bitmap_buffer[0][offs2+3] = yuvclr[fg+1]; // Y fg 423 core/gui_draw.c opacity_buffer[1][offset] = yuvclr[fg+3]; fg 424 core/gui_draw.c bitmap_buffer[1][offs2+3] = yuvclr[fg+1]; // Y fg 429 core/gui_draw.c unsigned short co = yuvclr[fg+3]+(yuvclr[fg+3]<<8); fg 430 core/gui_draw.c unsigned int yuv = (*(unsigned int*)(&yuvclr[fg]) & 0xffffff) + (yuvclr[fg+1]<<24); fg 455 core/gui_draw.c obu[offset] = yuvclr[fg+3]; fg 456 core/gui_draw.c bbu[offs2+3] = yuvclr[fg+1]; // Y fg 458 core/gui_draw.c opacity_buffer[0][offset] = yuvclr[fg+3]; fg 459 core/gui_draw.c bitmap_buffer[0][offs2+3] = yuvclr[fg+1]; // Y fg 460 core/gui_draw.c opacity_buffer[1][offset] = yuvclr[fg+3]; fg 461 core/gui_draw.c bitmap_buffer[1][offs2+3] = yuvclr[fg+1]; // Y fg 1681 core/gui_draw.c color fg = chdkColorToCanonColor(cc.fg); fg 1684 core/gui_draw.c return MAKE_COLOR(bg,fg); fg 267 core/gui_menu.c item_color->fg = clr; fg 666 core/gui_menu.c libpalette->show_palette(PALETTE_MODE_SELECT, item_color->fg, gui_menu_color_selected); fg 20 include/color.h chdkColor fg; // foreground fg 30 include/color.h #define MAKE_COLOR(bg, fg) ((twoColors)(((color)(bg) << 8) | (color)(fg))) fg 573 include/conf.h #define CONF_INFOC(id, param, type, bc, fc, bt, ft) { id, sizeof( param ), type, ¶m, {cl:{fg:{fc,ft},bg:{bc,bt}}}, 0 }