Searched refs:color (Results 151 - 175 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/util/
H A DpkgIndex.tcl5 package ifneeded sak::color 1.0 [list source [file join $dir color.tcl]]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/util/
H A DpkgIndex.tcl5 package ifneeded sak::color 1.0 [list source [file join $dir color.tcl]]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dbugs.tcl27 test crash-1.1 {color} {
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A Dbugs.tcl27 test crash-1.1 {color} {
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtextPrompt.css33 background-color: #FFFFFF;
64 background-color: rgb(212, 212, 212);
H A DprofilesPanel.css117 color: gray;
122 color: rgb(33%, 33%, 33%);
126 color: white;
180 color: grey;
186 color: rgb(6, 6, 6);
191 color: red;
195 color: rgb(220, 130, 130);
203 from {background-color: rgba(255, 255, 120, 1); }
204 to { background-color: rgba(255, 255, 120, 0); }
208 color
[all...]
H A DSpectrum.js45 this._draggerElement = topInnerElement.createChild("div", "spectrum-color");
261 set color(color)
263 var rgba = (color.rgba || color.rgb).slice(0);
271 get color()
274 var color; variable
277 color = WebInspector.Color.fromRGB(rgba[0], rgba[1], rgba[2]);
279 color = WebInspector.Color.fromRGBA(rgba[0], rgba[1], rgba[2], rgba[3]);
281 var colorValue = color
[all...]
H A Dinspector.css31 outline: auto 5px -webkit-focus-ring-color;
111 background-color: transparent;
113 border-color: transparent;
114 color: inherit;
213 background-color: transparent;
240 background-color: inherit;
277 background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.6)), to(rgba(128, 128, 128, 0.6)), color-stop(20%, rgba(158, 158, 158, 0.2)), color-stop(80%, rgba(158, 158, 158, 0.2)));
281 background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 128, 128, 0.6)), to(rgba(128, 128, 128, 0.3)), color-stop(20%, rgba(158, 158, 158, 0.2)), color
[all...]
H A DpanelEnablerView.css37 background-color: white;
61 color: rgb(110, 116, 128);
70 color: rgb(110, 116, 128);
121 color: rgb(6, 6, 6);
123 background-color: rgb(237, 237, 237);
130 color: rgb(130, 130, 130);
131 border-color: rgb(212, 212, 212);
132 background-color: rgb(239, 239, 239);
137 background-color: rgb(215, 215, 215);
H A DbreakpointsList.css53 background-color: rgb(245, 245, 245);
62 color: black;
66 background-color: rgba(56, 121, 217, 0.2);
85 background-color: rgb(255, 255, 194);
89 background-color: rgb(255, 255, 194);
/macosx-10.9.5/groff-38/groff/src/devices/grohtml/
H A Dhtml-text.h46 color col;
89 void do_color (color *c);
122 void push_para (color *c);
128 void issue_color_begin (color *c);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py18 """Allow filtering by color, just for the fun of it"""
40 hue = item.color.hueComponent()
63 color = NSColor.colorWithCalibratedHue_saturation_brightness_alpha_(
69 self.newCircle.color = color
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DGraphicsArrayController.py18 """Allow filtering by color, just for the fun of it"""
40 hue = item.color.hueComponent()
63 color = NSColor.colorWithCalibratedHue_saturation_brightness_alpha_(
69 self.newCircle.color = color
/macosx-10.9.5/vim-53/runtime/colors/
H A Ddefault.vim1 " Vim color file
5 " This is the default color scheme. It doesn't define the Normal
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DColorMac.mm75 NSColor *nsColor(const Color& color)
77 RGBA32 c = color.rgb();
102 NSColor *result = [NSColor colorWithDeviceRed:static_cast<CGFloat>(color.red()) / 255
103 green:static_cast<CGFloat>(color.green()) / 255
104 blue:static_cast<CGFloat>(color.blue()) / 255
105 alpha:static_cast<CGFloat>(color.alpha()) / 255];
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DShadowData.h51 ShadowData(const IntPoint& location, int radius, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color) argument
55 , m_color(color)
83 const Color& color() const { return m_color; } function in class:WebCore::ShadowData
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGColor.cpp53 RGBA32 color; local
54 if (CSSParser::parseColor(color, colorString.stripWhiteSpace()))
55 return color;
83 // FIXME: No ICC color support.
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXColor.c4 * This file maintains a database of color values for the Tk
6 * map color names to pixel values.
30 * Array of system color definitions: the array index is required to equal the
31 * color's (pixelCode - MIN_PIXELCODE), i.e. the array order needs to be kept
183 * When given a pixel code corresponding to a theme system color,
226 * Get RGB color for a given system color or pixel value.
307 CGColorRef *color = (CGColorRef*)macColor;
316 color);
478 * Sets fill and stroke color i
304 CGColorRef *color = (CGColorRef*)macColor; local
562 XColor color; local
[all...]
/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dnode.h103 virtual color *get_glyph_color();
104 virtual color *get_fill_color();
174 color *col; /* for grotty */
175 space_node(hunits, int, int, color *, statem *, int, node * = 0);
177 space_node(hunits, color *, statem *, int, node * = 0);
178 space_node(hunits, color *, node * = 0);
216 word_space_node(hunits, int, color *, width_list *, int, statem *, int,
219 word_space_node(hunits, color *, width_list *, node * = 0);
234 unbreakable_space_node(hunits, int, color *, statem *, int, node * = 0);
236 unbreakable_space_node(hunits, color *, nod
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWebCoreTextRenderer.cpp50 static void doDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex) argument
56 context.setFillColor(color, ColorSpaceDeviceRGB);
78 context.setStrokeColor(color, ColorSpaceDeviceRGB);
83 void WebCoreDrawTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& color, int underlinedIndex) argument
87 doDrawTextAtPoint(context, text, point, font, color, underlinedIndex);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfacemenu.el65 ;; (define-key global-map [?\H-c] 'facemenu-set-foreground) ; set fg color
66 ;; (define-key global-map [?\H-C] 'facemenu-set-background) ; set bg color
75 ;; both, although most other combinations (eg bold + underline + some color)
322 (defvar facemenu-color-alist nil
367 (defun facemenu-set-foreground (color &optional start end)
369 This command reads the color in the minibuffer.
380 (facemenu-read-color "Foreground color: "))
386 (facemenu-add-new-color color 'facemen
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb31 #>># draw each item twice--once with the desired fill color but no
33 #>># is erasing by drawing with the background color. Having a flood fill
40 #>># Named Colors to aid in the color selection.
418 color = @C['0']
420 :fill=>color, :anchor=>:w,
422 TkcLine.new(@canvas, [719, 119, 763, 119], :tag=>'I0', :fill=>color,
446 color = @C['1a']
451 :width=>3, :fill=>color, :outline=>'')
455 :width=>3, :fill=>color, :outline=>'')
480 color
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb32 #>># draw each item twice--once with the desired fill color but no
34 #>># is erasing by drawing with the background color. Having a flood fill
41 #>># Named Colors to aid in the color selection.
420 color = @C['0']
424 :fill=>color, :anchor=>:w,
426 TkcLine.new(@canvas, [719, 119, 763, 119], :tag=>'I0', :fill=>color,
450 color = @C['1a']
455 :width=>3, :fill=>color, :outline=>'')
459 :width=>3, :fill=>color, :outline=>'')
484 color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DthemeBlackBerry.css36 border-color: #ffffff;
47 border-color: #ffffff;
68 background-color: #fcfcfc;
77 color: #363636;
92 color: #363636;
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Ddevices.el222 (defun device-color-cells (&optional device)
224 ((x win32 w32 pm) (x-display-color-cells device))
225 (ns (ns-display-color-cells device))
265 ((string-match "color" val) 'color)
268 ((fboundp 'x-display-color-p)
269 (if (x-display-color-p device)
270 'color
272 (t 'color)))
278 ((string-match "color" va
[all...]

Completed in 249 milliseconds

1234567891011>>