Searched +refs:color +refs:name +refs:rgb +refs:alist (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dxfaces.c30 1. Font family name.
41 6. Foreground color.
43 7. Background color.
45 8. Whether or not characters should be underlined, and in what color.
51 11. Whether or not characters should be overlined, and in what color.
54 color.
57 type, and, for simple boxes, in what color.
62 attributes (1st thru 5th) are generated from the opened font name.
69 15. A face name or list of face names from which to inherit attributes.
77 frames. Each frame has an alist o
1324 Lisp_Object rgb; local
1485 XColor color; local
1540 Lisp_Object color, frame; variable
1544 CHECK_STRING (color); variable
1562 Lisp_Object frame, color, background_p; variable
1566 CHECK_STRING (color); variable
1594 XColor color; local
1854 char *name; member in struct:table_entry
1926 char *name; member in struct:font_name
2497 const char *name = SDATA (XCAR (tem)); local
2561 Lisp_Object name; local
3651 Lisp_Object color = first; local
6312 Lisp_Object alist; variable
6314 CHECK_LIST (alist); variable
6329 Lisp_Object alist; variable
6331 CHECK_LIST (alist); variable
6846 Lisp_Object name; local
7033 Lisp_Object color = Fassq (Qforeground_color, f->param_alist); local
7049 Lisp_Object color = Fassq (Qbackground_color, f->param_alist); local
7405 Lisp_Object frame, color, def; local
[all...]
H A Dw32fns.c81 /* The colormap for converting color names to RGB values */
174 /* Regexp matching a font name whose width is the same as `PIXEL_SIZE'. */
461 DEFUN ("w32-define-rgb-color", Fw32_define_rgb_color,
463 doc: /* Convert RGB numbers to a windows color reference and associate with NAME. variable
464 This adds or updates a named color to w32-color-map, making it
467 (red, green, blue, name)
468 Lisp_Object red, green, blue, name;
470 Lisp_Object rgb;
465 Lisp_Object rgb; variable
472 CHECK_STRING (name); variable
526 char *name = buf + num; variable
546 char *name; member in struct:colormap_t
821 Lisp_Object color; local
930 char *color; local
988 char *color; local
1044 char *color; local
2013 w32_load_cursor(LPCTSTR name) argument
4010 Lisp_Object name; local
4148 Lisp_Object name; variable
5419 char name[50], weight[20], slant, pitch, pixels[10], height[10], local
5528 char name[100], height[10], width[10], weight[20]; local
6325 Lisp_Object color, frame; variable
6330 CHECK_STRING (color); variable
6341 Lisp_Object color, frame; variable
6346 CHECK_STRING (color); variable
7192 Lisp_Object name; local
8373 Lisp_Object class, name; variable
8380 CHECK_STRING (name); variable
8422 char *name = SDATA (encoded); variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf2ps.el93 ;; The word "print", "spool" and "eps" in the command name determines when the
119 ;; The word "directory", "file", "buffer" or "region" in the command name
159 ;; printer; you will be prompted for the name of the file to save the image to.
166 ;; When invoked this way, `ebnf-despool' will prompt you for the name of the
204 ;; languages there are rules about name formation and syntax. In this section
301 ;; The terminal name is controlled by `ebnf-terminal-regexp' and
303 ;; name besides that enclosed by `"'.
307 ;; (setq ebnf-terminal-regexp "[A-Z][_A-Z]*") ; upper case name
436 ;; ;[EPS open a new EPS file. The EPS file name has the form:
440 ;; mapped to form a valid file name (se
[all...]

Completed in 207 milliseconds