Searched refs:color (Results 26 - 50 of 132) sorted by relevance

123456

/freebsd-10.1-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp96 // the foreground and background color, respectively; we thus use
210 schar color_to_idx(color *col);
211 void add_char(unsigned int, int, int, int, color *, color *, unsigned char);
280 (void)tty_color(color::MAX_COLOR_VAL,
281 color::MAX_COLOR_VAL,
282 color::MAX_COLOR_VAL, &dummy, 7);
284 (void)tty_color(color::MAX_COLOR_VAL, 0, 0, &dummy, 1);
285 (void)tty_color(0, color::MAX_COLOR_VAL, 0, &dummy, 2);
286 (void)tty_color(0, 0, color
[all...]
/freebsd-10.1-release/sys/dev/syscons/
H A Dscvgarndr.c183 #define DRAW_PIXEL(scp, pos, color) do { \
186 writel((pos), vga_palette32[color]); \
190 writew((pos), vga_palette32[color]); \
191 writeb((pos) + 2, vga_palette32[color] >> 16); \
193 writeb((pos), vga_palette32[color]); \
194 writew((pos) + 1, vga_palette32[color] >> 8); \
199 writew((pos), vga_palette15[color]); \
201 writew((pos), vga_palette16[color]); \
204 writew((pos), vga_palette15[color]); \
207 writeb((pos), (uint8_t)(color)); \
249 vga_txtborder(scr_stat *scp, int color) argument
475 int color; local
580 vga_pxlborder_direct(scr_stat *scp, int color) argument
637 vga_pxlborder_planar(scr_stat *scp, int color) argument
736 u_short col1, col2, color; local
858 int col1, col2, color; local
1277 vga_grborder(scr_stat *scp, int color) argument
[all...]
/freebsd-10.1-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c147 vt_fb_setpixel(struct vt_device *vd, int x, int y, term_color_t color) argument
154 c = info->fb_cmap[color];
183 term_color_t color)
190 vt_fb_setpixel(vd, x, y, color);
192 vt_fb_setpixel(vd, x1, y, color);
193 vt_fb_setpixel(vd, x2, y, color);
199 vt_fb_blank(struct vt_device *vd, term_color_t color) argument
206 c = info->fb_cmap[color];
182 vt_fb_drawrect(struct vt_device *vd, int x1, int y1, int x2, int y2, int fill, term_color_t color) argument
/freebsd-10.1-release/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
66 --color-tests) color_tests=$2; shift;;
95 std='' # No color.
/freebsd-10.1-release/contrib/ncurses/misc/
H A Demx.src136 # ANSI.SYS color control.
138 klone+color|color control for ansi.sys and ISO6429-compatible displays,
146 # This is better than klone+color, it doesn't assume white-on-black as the
147 # default color pair, but many `ANSI' terminals don't grok the <op> cap.
148 ecma+color|color control for ECMA-48-compatible terminals,
218 use=klone+color,
248 # reverse(4) and invisible(64) don't work with color.
336 ansi-emx|ANSI.SYS color,
[all...]
/freebsd-10.1-release/sys/sparc64/sparc64/
H A Dpmap.c769 m->md.color = DCACHE_COLOR(VM_PAGE_TO_PHYS(m));
883 int color; local
894 * Find the color for this virtual address and note the added mapping.
896 color = DCACHE_COLOR(va);
897 m->md.colors[color]++;
900 * If all existing mappings have the same color, the mapping is
903 if (m->md.color == color) {
904 KASSERT(m->md.colors[DCACHE_OTHER_COLOR(color)] == 0,
905 ("pmap_cache_enter: cacheable, mappings of other color"));
958 int color; local
[all...]
H A Dmem.c146 if (colors != 1 && m->md.color != -1)
147 va = ova + m->md.color * PAGE_SIZE;
H A Duio_machdep.c97 m->md.color != DCACHE_COLOR(pa)) {
/freebsd-10.1-release/contrib/ldns/ldns/
H A Drbtree.h72 uint8_t color; member in struct:ldns_rbnode_t
/freebsd-10.1-release/contrib/unbound/util/
H A Drbtree.h65 uint8_t color; member in struct:rbnode_t
/freebsd-10.1-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile5 SRCS= assert.cpp change_lf.cpp cmap.cpp color.cpp cset.cpp\
/freebsd-10.1-release/tools/sched/
H A Dschedgraph.py143 color = self.map[name]
145 color = colors[random.randrange(0, len(colors))]
146 print "Picking random color", color, "for", name
147 self.map[name] = color
148 self.table.append((name, color))
149 return (color)
214 def __init__(self, master, name, color):
221 self.color = StringVar()
222 self.color_default = color
[all...]
/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dnode.cpp758 color *current_fill_color;
759 color *current_glyph_color;
782 void put_char(charinfo *, tfont *, color *, color *);
783 void put_char_width(charinfo *, tfont *, color *, color *, hunits, hunits);
787 void start_special(tfont *, color *, color *, int = 0);
799 void draw(char, hvpair *, int, font_size, color *, color *);
[all...]
/freebsd-10.1-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c477 bcmrend_draw_border(scr_stat* scp, int color) argument
491 /* This is for selections and such: invert the color attribute */
907 uint8_t fg, bg, color; local
928 color = bg;
930 color = fg;
934 addr[4*j+0] = bcmfb_palette[color].r;
935 addr[4*j+1] = bcmfb_palette[color].g;
936 addr[4*j+2] = bcmfb_palette[color].b;
937 addr[4*j+3] = bcmfb_palette[color].a;
940 addr[3*j] = bcmfb_palette[color]
[all...]
/freebsd-10.1-release/sys/vm/
H A Ddevice_pager.c92 vm_ooffset_t foff, struct ucred *cred, u_short *color);
127 u_short color; local
141 if (ops->cdev_pg_ctor(handle, size, prot, foff, cred, &color) != 0)
159 object1->pg_color = color;
390 vm_ooffset_t foff, struct ucred *cred, u_short *color)
425 *color = atop(paddr) - OFF_TO_IDX(off - PAGE_SIZE);
389 old_dev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
/freebsd-10.1-release/usr.bin/grep/
H A Dutil.c327 if ((color == NULL && !oflag) ||
339 if (!wflag && ((color == NULL && !oflag) || qflag || lflag))
465 /* --color and -o */
466 if ((oflag || color) && m > 0) {
471 if (color)
472 fprintf(stdout, "\33[%sm\33[K", color);
477 if (color)
H A Dgrep.c71 /* 5*/ "\t[-e pattern] [-f file] [--binary-files=value] [--color=when]\n",
123 const char *color; /* --color */ variable
179 {"color", optional_argument, NULL, COLOR_OPT},
616 color = NULL;
625 color = init_color("01;31");
629 color = init_color("01;31");
633 errx(2, getstr(3), "--color");
H A Dgrep.h120 extern const char *color;
/freebsd-10.1-release/contrib/libstdc++/scripts/
H A Dmake_graph.py134 self.native_line_style_0 = line_style.T(color = color.black, width=2)
135 self.native_line_style_1 = line_style.T(color = color.black, width=2)
164 clr = color.navy
166 clr = color.green4
168 clr = color.mediumblue
171 clr = color.gray50
174 clr = color.gray58
177 clr = color
[all...]
/freebsd-10.1-release/contrib/ncurses/include/
H A DCaps.osf1r5233 back_color_erase bce bool ut - - ----- screen erased with background color
240 hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
282 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
463 color_bg_0 colb0 str d0 - - ----K background color 0
464 color_bg_1 colb1 str d1 - - ----K background color 1
465 color_bg_2 colb2 str d2 - - ----K background color 2
466 color_bg_3 colb3 str d3 - - ----K background color 3
467 color_bg_4 colb4 str d4 - - ----K background color 4
468 color_bg_5 colb5 str d5 - - ----K background color 5
469 color_bg_6 colb6 str d6 - - ----K background color
[all...]
H A DCaps.aix4240 back_color_erase bce bool ut - - ----- screen erased with background color
241 hue_lightness_saturation hls bool hl - - ----- terminal uses only HLS color notation (Tektronix)
275 # These came in with SVr4's color support
277 max_pairs pairs num pa - - ----- maximum number of color-pairs on the screen
496 color_bg_0 colb0 str d0 - - ----K background color 0
497 color_bg_1 colb1 str d1 - - ----K background color 1
498 color_bg_2 colb2 str d2 - - ----K background color 2
499 color_bg_3 colb3 str d3 - - ----K background color 3
500 color_bg_4 colb4 str d4 - - ----K background color 4
501 color_bg_5 colb5 str d5 - - ----K background color
[all...]
/freebsd-10.1-release/sys/boot/ia64/common/
H A DMakefile37 FILES+= beastie.4th brand.4th check-password.4th color.4th delay.4th
/freebsd-10.1-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp129 color cur_color;
139 void set_color(color *);
309 void dvi_printer::set_color(color *col)
317 sprintf(buf, "color gray 0");
320 sprintf(buf, "color rgb %.3g %.3g %.3g",
321 double(Red) / color::MAX_COLOR_VAL,
322 double(Green) / color::MAX_COLOR_VAL,
323 double(Blue) / color::MAX_COLOR_VAL);
329 sprintf(buf, "color cmyk %.3g %.3g %.3g %.3g",
330 double(Cyan) / color
[all...]
/freebsd-10.1-release/sys/sparc64/include/
H A Dpmap.h58 int32_t color; member in struct:md_page
/freebsd-10.1-release/crypto/heimdal/doc/doxyout/gssapi/html/
H A Dtabs.css48 color: #1A419D;

Completed in 226 milliseconds

123456