Searched refs:colors (Results 51 - 75 of 153) sorted by relevance

1234567

/macosx-10.10.1/ncurses-44/ncurses/ncurses/trace/
H A Dlib_traceatr.c44 #define COLOR_OF(c) ((c < 0) ? "default" : (c > 7 ? color_of(c) : colors[c].name))
101 colors[] = local
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py22 colors = [
35 for c in colors:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DTLayerView.py22 colors = [
35 for c in colors:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/TLayer/
H A DTLayerView.py22 colors = [
35 for c in colors:
/macosx-10.10.1/vim-55/runtime/colors/
H A Delflord.vim1 " local syntax file - set colors on a per-machine basis:
H A Dron.vim1 " local syntax file - set colors on a per-machine basis:
H A Dtorte.vim15 " hardcoded colors :
H A Dmurphy.vim1 " local syntax file - set colors on a per-machine basis:
H A Dzellner.vim1 " local syntax file - set colors on a per-machine basis:
/macosx-10.10.1/vim-55/runtime/
H A Dgvimrc_example.vim47 " Set nice colors
H A Devim.vim44 " Switch syntax highlighting on, when the terminal has colors
/macosx-10.10.1/vim-55/runtime/syntax/
H A Delinks.vim43 syn keyword elinksPrefix active_link colors search cache codepage colors
83 \ colors transparency underline charset
85 syn keyword elinksPrefix ui colors color mainmenu normal selected hotkey
H A Dgp.vim20 syntax keyword gpInterfaceKey colors compatible datadir debug debugfiles
H A Drtf.vim73 " Define colors for the syntax file
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkImgPhoto.c67 * The set of colors required to display a photo image in a window depends on:
73 * Pixel values allocated for specific colors are valid only for the colormap
101 int numColors; /* Number of colors allocated for this map. */
120 * BLACK_AND_WHITE: 1 means only black and white colors are
212 ColorTable *colorTablePtr; /* Pointer to information about colors
1049 * photo put command - first parse the options and colors specified.
2352 {2, 2, 2, /* 3 bits, 8 colors */},
2353 {2, 3, 2, /* 4 bits, 12 colors */},
2354 {3, 4, 2, /* 5 bits, 24 colors */},
2355 {4, 5, 3, /* 6 bits, 60 colors */},
3564 XColor *colors; local
[all...]
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkImgPhoto.c70 * The set of colors required to display a photo image in a window depends on:
76 * Pixel values allocated for specific colors are valid only for the
105 int numColors; /* Number of colors allocated for this map. */
124 * BLACK_AND_WHITE: 1 means only black and white colors are
216 ColorTable *colorTablePtr; /* Pointer to information about colors
1077 * photo put command - first parse the options and colors specified.
2361 {2, 2, 2, /* 3 bits, 8 colors */},
2362 {2, 3, 2, /* 4 bits, 12 colors */},
2363 {3, 4, 2, /* 5 bits, 24 colors */},
2364 {4, 5, 3, /* 6 bits, 60 colors */},
3578 XColor *colors; local
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dplotchart.rb409 def color_map(colors)
410 colors = array2tk_list(colors) if colors.kind_of?(Array)
412 tk_call_without_enc(@chart, 'colorMap', colors)
762 alias colors colour
926 alias colors colours
987 alias colors colours
1064 alias colors colours
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Draw_ostream.cpp608 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
613 (colors == SAVEDCOLOR) ? sys::Process::OutputBold(bg)
614 : sys::Process::OutputColor(colors, bold, bg);
618 // don't account colors towards output characters
631 // don't account colors towards output characters
644 // don't account colors towards output characters
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c1344 /* Image background colors. */
1360 /* Get the colors at the corner_pixels of ximg. */
1368 /* Get the colors at the corner_pixels of ximg. */
1519 pixmap if any. COLORS_P non-zero means free colors allocated for
1547 x_free_colors (f, img->colors, img->ncolors);
1549 xfree (img->colors);
1550 img->colors = NULL;
1578 IMG->colors, so that it can be freed again. Value is the pixel
1598 img->colors =
1599 (unsigned long *) xrealloc (img->colors,
4813 unsigned long *colors; local
4915 XColor *colors, *p; local
5081 XColor *colors = x_to_xcolors (f, img, 1); local
5226 XColor *colors = x_to_xcolors (f, img, 1); local
6887 unsigned long *colors; local
[all...]
H A Dmsdos.c422 /* The screen colors of the current frame, which serve as the default
423 colors for newly-created frames. */
512 background colors. */
523 /* Enable bright background colors. */
539 /* Disable bright background colors (and enable blinking) if we found
709 /* Enable bright background colors. */
911 /* Don't use invalid colors. In particular, FACE_TTY_DEFAULT_* colors
912 mean use the colors of the default face. Note that we assume all
913 16 colors t
2502 char *term = getenv ("TERM"), *colors; local
[all...]
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp227 IOColorEntry * colors, UInt32 index, UInt32 numEntries,
226 setCLUTWithEntries( IOColorEntry * colors, UInt32 index, UInt32 numEntries, IOOptionBits options ) argument
/macosx-10.10.1/cups-408/cups/backend/
H A Dsnmp-supplies.c685 * Get the colors...
696 * Output the marker-colors attribute...
707 fprintf(stderr, "ATTR: marker-colors=%s\n", value);
770 static const char * const colors[][2] = local
817 for (k = 0; k < (int)(sizeof(colors) / sizeof(colors[0])); k ++)
818 if (!_cups_strcasecmp(colors[k][0],
821 strlcpy(supplies[j].color, colors[k][1], sizeof(supplies[j].color));
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixPort.h154 #define TkPutImage(colors, ncolors, display, pixels, gc, image, srcx, srcy, destx, desty, width, height) \
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixPort.h151 #define TkPutImage(colors, ncolors, display, pixels, gc, image, destx, desty, srcx, srcy, width, height) \
/macosx-10.10.1/emacs-93/emacs/lisp/term/
H A Dxterm.el1 ;;; xterm.el --- define function key sequences and standard colors for xterm
401 (xterm-register-default-colors)
402 ;; This recomputes all the default faces given the colors we've just set up.
405 ;; Set up colors, for those versions of xterm that support it.
406 (defvar xterm-standard-colors
426 "Names of 16 standard xterm/aixterm colors, their numbers, and RGB values.")
432 (defun xterm-register-default-colors ()
433 "Register the default set of colors for xterm or compatible emulator.
435 This function registers the number of colors returned by `display-color-cells'
436 for the currently selected frame. The first 16 colors ar
[all...]

Completed in 414 milliseconds

1234567