Searched refs:grayscale (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/dbs/
H A DImakefile10 NormalProgramTarget(gray,tiff-grayscale.o,,,-lm)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dsieve-mode.el75 (((class grayscale) (background light)) (:foreground "LightGray" :bold t))
76 (((class grayscale) (background dark)) (:foreground "DimGray" :bold t))
103 (((class grayscale) (background light))
105 (((class grayscale) (background dark))
120 (((class grayscale) (background light)) (:foreground "LightGray" :bold t))
121 (((class grayscale) (background dark)) (:foreground "DimGray" :bold t))
/macosx-10.10.1/gnuserv-7/gnuserv/
H A Ddevices.el266 ((string-match "gray-scale" val) 'grayscale)
279 ((string-match "gray-scale" val) 'grayscale)
292 ((string-match "gray-scale" val) 'grayscale)
303 (list 'color 'grayscale 'mono))
307 Valid classes are 'color, 'grayscale, and 'mono."
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dbinstr_usage.rb29 p ph2.data(:grayscale=>true)
35 ph4.put(ph2.data(:grayscale=>true))
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/blt/
H A Dbarchart5.rb15 if visual != 'staticgray' && visual != 'grayscale'
71 if visual == 'staticgray' || visual == 'grayscale'
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfont-lock.el1818 '((((class grayscale) (background light))
1820 (((class grayscale) (background dark))
1840 (((class grayscale)))
1850 '((((class grayscale) (background light)) (:foreground "DimGray" :slant italic))
1851 (((class grayscale) (background dark)) (:foreground "LightGray" :slant italic))
1867 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
1868 (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
1879 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
1880 (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
1901 '((((class grayscale) (backgroun
[all...]
H A Dgeneric-x.el1751 '((((class grayscale) (background light)) (:background "DimGray" :weight bold))
1752 (((class grayscale) (background dark)) (:background "LightGray" :weight bold))
1762 '((((class grayscale) (background light)) (:background "DimGray" :weight bold))
1763 (((class grayscale) (background dark)) (:background "LightGray" :weight bold))
H A Dwhitespace.el310 (((class grayscale mono)
313 (((class grayscale mono)
H A Dfaces.el1575 (defun display-grayscale-p (&optional display)
1580 (x-display-grayscale-p display))
1646 ((x-display-grayscale-p frame)
1647 'grayscale)
1937 '((((class color grayscale) (min-colors 88) (background light))
1939 (((class color grayscale) (min-colors 88) (background dark))
2121 (((class color grayscale) (background light))
2124 (((class color grayscale) (background dark))
H A Dcus-edit.el2373 (((class grayscale color)
2376 (((class grayscale color)
2391 (((class grayscale) (background light))
2393 (((class grayscale) (background dark))
3151 Match grayscale frames.")
3152 grayscale)
H A Dspeedbar.el4132 (((class grayscale monochrome)
4135 (((class grayscale monochrome)
4149 (((class grayscale monochrome)
4154 (((class grayscale monochrome)
H A Dwid-edit.el133 (((class grayscale color)
136 (((class grayscale color)
149 (((class grayscale color)
152 (((class grayscale color)
H A Ddiff-mode.el294 '((((class color grayscale) (min-colors 88)) :inherit shadow))
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-e.el3185 (((class grayscale) (background light))
3187 (((class grayscale) (background dark))
3212 (((class grayscale) (background light))
3214 (((class grayscale) (background dark))
3239 (((class grayscale) (background light))
3241 (((class grayscale) (background dark))
3252 (((class grayscale) (background light))
3254 (((class grayscale) (background dark))
3272 (((class grayscale) (background light))
3274 (((class grayscale) (backgroun
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dxpm.vim63 " no 'c' key, try 'g' key (grayscale with more than 4 levels)
66 " next try: 'g4' key (4-level grayscale)
H A Dxpm2.vim75 " no 'c' key, try 'g' key (grayscale with more than 4 levels)
78 " next try: 'g4' key (4-level grayscale)
H A Dsass.vim31 syn match sassFunction "\<\%(hsl\|hsla\|hue\|saturation\|lightness\|adjust-hue\|lighten\|darken\|saturate\|desaturate\|grayscale\|complement\)\>(\@=" contained
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dlucid.el86 This will be one of 'color, 'grayscale, or 'mono.
90 ((display-grayscale-p device) 'grayscale)
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dwhich-func.el128 (((class grayscale mono) (background dark))
H A Dcperl-mode.el655 `((((class grayscale) (background light))
657 (((class grayscale) (background dark))
668 `((((class grayscale) (background light))
670 (((class grayscale) (background dark))
681 `((((class grayscale) (background light))
683 (((class grayscale) (background dark))
6232 (eq font-lock-display-type 'grayscale))
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A Dconstraints.tcl216 [lsearch -exact [winfo visualsavailable .] {grayscale 8}] >= 0
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Drcirc.el2364 '((((class grayscale) (background light))
2366 (((class grayscale) (background dark))
2378 '((((class grayscale) (background light))
2380 (((class grayscale) (background dark))
2397 '((((class grayscale) (background light))
2399 (((class grayscale) (background dark))
2419 (((class grayscale)))
2434 '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold))
2435 (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold))
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c14 * imageObject read input.jpg -shrink -format "jpeg -grayscale"
19 * -grayscale: Force incoming image to grayscale
25 * -grayscale: Create monochrome JPEG file
527 static const char *const jpegReadOptions[] = {"-fast", "-grayscale", NULL};
595 /* a single-sample grayscale pixel is expanded into equal R,G,B values */
802 static const char *const jpegWriteOptions[] = {"-grayscale", "-optimize",
810 int objc, i, index, grayscale = 0; local
846 grayscale = 1;
894 (grayscale || (!greenOffse
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/
H A Ddemo.tcl693 show_image jpeg grayscale {
739 show_image jpeg "progressive grayscale" {
984 show_image png grayscale {
1051 show_image png "transparent grayscale" {
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmkpsenc.tcl1241 % that value to a grayscale or mono value if requested by the CL

Completed in 487 milliseconds

12