Searched refs:color (Results 101 - 125 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerFilterRenderer.cpp395 lowp vec4 shade(lowp vec4 color)
398 return vec4((0.2126 + 0.7874 * amount) * color.r + (0.7152 - 0.7152 * amount) * color.g + (0.0722 - 0.0722 * amount) * color.b,
399 (0.2126 - 0.2126 * amount) * color.r + (0.7152 + 0.2848 * amount) * color.g + (0.0722 - 0.0722 * amount) * color.b,
400 (0.2126 - 0.2126 * amount) * color.r + (0.7152 - 0.7152 * amount) * color.g + (0.0722 + 0.9278 * amount) * color
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DPatternDrawing.py70 # This pattern has intrinsic color.
86 # Create the pattern color space. Since the pattern
87 # itself has intrinsic color, the 'baseColorSpace' parameter
92 # The pattern has intrinsic color so the color components array
97 color = [1.0]
99 # Set the fill color to the checkerboard pattern.
100 CGContextSetFillPattern(context, pattern, color)
105 # Save the graphics state before changing the stroke color.
108 # Set the stroke color spac
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DPatternDrawing.py70 # This pattern has intrinsic color.
86 # Create the pattern color space. Since the pattern
87 # itself has intrinsic color, the 'baseColorSpace' parameter
92 # The pattern has intrinsic color so the color components array
97 color = [1.0]
99 # Set the fill color to the checkerboard pattern.
100 CGContextSetFillPattern(context, pattern, color)
105 # Save the graphics state before changing the stroke color.
108 # Set the stroke color spac
[all...]
/macosx-10.9.5/tidy-15.12/tidy/htmldoc/
H A Dtidy.css6 color: #336699;
16 background-color: #FFFFFF
24 color: #336699;
34 color: #000000;
44 color: #000000;
54 color: #000000;
63 color: #000000;
73 color: #000000;
83 color: #CC3300;
94 color
[all...]
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardViewTextures.mm176 color:(NSString *)color
180 forKey:[color stringByAppendingString:entry]];
184 color:(NSString *)color
188 into:dict color:color entry:@"Diffuse"];
190 into:dict color:color entry:@"Specular"];
192 into:dict color
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinColor.c4 * Functions to map color names to system color values.
19 * The following structure is used to keep track of each color that is
24 TkColor info; /* Generic color information. */
25 int index; /* Index for GetSysColor(), -1 if color
26 * is not a "live" system color. */
31 * Windows indirect system color names. In use, all of the names
90 * This routine finds the color entry that corresponds to the
91 * specified color.
107 int *indexPtr; /* Out parameter to store color inde
194 XColor color; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/Scope/
H A Dscope-002.js73 Car.color = cnColor;
74 Car.prototype.color = Car.color; method in class:Car
88 actual = myCar.color;
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DShadowValue.h40 PassRefPtr<CSSPrimitiveValue> color)
42 return adoptRef(new ShadowValue(x, y, blur, spread, style, color));
54 RefPtr<CSSPrimitiveValue> color; member in class:WebCore::ShadowValue
62 PassRefPtr<CSSPrimitiveValue> color);
35 create(PassRefPtr<CSSPrimitiveValue> x, PassRefPtr<CSSPrimitiveValue> y, PassRefPtr<CSSPrimitiveValue> blur, PassRefPtr<CSSPrimitiveValue> spread, PassRefPtr<CSSPrimitiveValue> style, PassRefPtr<CSSPrimitiveValue> color) argument
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DnavigatorView.css67 color: white;
72 background-color: rgb(180, 180, 180);
76 background-color: rgb(111, 140, 210);
80 background-color: rgb(111, 140, 210);
84 border-color: rgb(111, 140, 210);
85 background-color: white;
89 background-color: rgb(111, 140, 210);
117 background-color: rgb(111, 140, 210);
H A DrevisionHistory.css58 color: #00e;
73 background-color: #F0F0F0;
81 background-color: rgb(153, 238, 153);
85 background-color: rgb(255, 221, 221);
89 color: transparent;
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBorderValue.h70 void setColor(const Color& color) argument
72 m_color = color.rgb();
73 m_colorIsValid = color.isValid();
76 Color color() const { return Color(m_color, m_colorIsValid); } function in class:WebCore::BorderValue
H A DCollapsedBorderValue.h44 CollapsedBorderValue(const BorderValue& border, const Color& color, EBorderPrecedence precedence) argument
45 : m_color(color.rgb())
46 , m_colorIsValid(color.isValid())
57 Color color() const { return Color(m_color, m_colorIsValid); } function in class:WebCore::CollapsedBorderValue
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DColorDistance.cpp76 Color ColorDistance::addToColor(const Color& color) const
78 return Color(color.red() + m_redDiff, color.green() + m_greenDiff, color.blue() + m_blueDiff);
88 // This is just a simple distance calculation, not respecting color spaces
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dctext.rb102 def mkTextConfig(w,x,y,option,value,color)
104 'outline'=>'black', 'fill'=>color, 'width'=>1)
111 color = 'LightSkyBlue1'
112 mkTextConfig $ctext_canvas, x, y, 'anchor', 'se', color
113 mkTextConfig $ctext_canvas, x+30, y, 'anchor', 's', color
114 mkTextConfig $ctext_canvas, x+60, y, 'anchor', 'sw', color
115 mkTextConfig $ctext_canvas, x, y+30, 'anchor', 'e', color
116 mkTextConfig $ctext_canvas, x+30, y+30, 'anchor', 'center', color
117 mkTextConfig $ctext_canvas, x+60, y+30, 'anchor', 'w', color
118 mkTextConfig $ctext_canvas, x, y+60, 'anchor', 'ne', color
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dctext.rb99 def mkTextConfig(w,x,y,option,value,color)
101 'outline'=>'black', 'fill'=>color, 'width'=>1)
108 color = 'LightSkyBlue1'
109 mkTextConfig $ctext_canvas, x, y, 'anchor', 'se', color
110 mkTextConfig $ctext_canvas, x+30, y, 'anchor', 's', color
111 mkTextConfig $ctext_canvas, x+60, y, 'anchor', 'sw', color
112 mkTextConfig $ctext_canvas, x, y+30, 'anchor', 'e', color
113 mkTextConfig $ctext_canvas, x+30, y+30, 'anchor', 'center', color
114 mkTextConfig $ctext_canvas, x+60, y+30, 'anchor', 'w', color
115 mkTextConfig $ctext_canvas, x, y+60, 'anchor', 'ne', color
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dclrpick.tcl4 # standard color selection dialog.
17 # (2): Implement HSV color selection.
23 namespace eval ::tk::dialog::color {
27 # ::tk::dialog::color:: --
29 # Create a color dialog and let the user choose a color. This function
31 # function when a native color selector widget does not exist
33 proc ::tk::dialog::color:: {args} {
36 upvar ::tk::dialog::color::$dataName data
48 # This is the actual number of lines that are drawn in each color stri
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dctext.tcl60 proc mkTextConfig {w x y option value color} {
62 -outline black -fill $color -width 1]
69 set color LightSkyBlue1
70 mkTextConfig $c $x $y -anchor se $color
71 mkTextConfig $c [expr {$x+30}] [expr {$y }] -anchor s $color
72 mkTextConfig $c [expr {$x+60}] [expr {$y }] -anchor sw $color
73 mkTextConfig $c [expr {$x }] [expr {$y+30}] -anchor e $color
74 mkTextConfig $c [expr {$x+30}] [expr {$y+30}] -anchor center $color
75 mkTextConfig $c [expr {$x+60}] [expr {$y+30}] -anchor w $color
76 mkTextConfig $c [expr {$x }] [expr {$y+60}] -anchor ne $color
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dclrpick.tcl4 # standard color selection dialog.
17 # (2): Implement HSV color selection.
23 namespace eval ::tk::dialog::color {
27 # ::tk::dialog::color:: --
29 # Create a color dialog and let the user choose a color. This function
31 # function when a native color selector widget does not exist
33 proc ::tk::dialog::color:: {args} {
36 upvar ::tk::dialog::color::$dataName data
48 # This is the actual number of lines that are drawn in each color stri
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dctext.tcl60 proc mkTextConfig {w x y option value color} {
62 -outline black -fill $color -width 1]
69 set color LightSkyBlue1
70 mkTextConfig $c $x $y -anchor se $color
71 mkTextConfig $c [expr {$x+30}] [expr {$y }] -anchor s $color
72 mkTextConfig $c [expr {$x+60}] [expr {$y }] -anchor sw $color
73 mkTextConfig $c [expr {$x }] [expr {$y+30}] -anchor e $color
74 mkTextConfig $c [expr {$x+30}] [expr {$y+30}] -anchor center $color
75 mkTextConfig $c [expr {$x+60}] [expr {$y+30}] -anchor w $color
76 mkTextConfig $c [expr {$x }] [expr {$y+60}] -anchor ne $color
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dgamegrid.el40 (defvar gamegrid-use-color t
41 "Non-nil means use color when available.")
75 (make-variable-buffer-local 'gamegrid-use-color)
157 (defun gamegrid-color (color shade)
159 (r (* v (aref color 0)))
160 (g (* v (aref color 1)))
161 (b (* v (aref color 2))))
170 (defun gamegrid-setup-face (face color)
171 (set-face-foreground face color)
[all...]
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinColor.c4 * Functions to map color names to system color values.
19 * The following structure is used to keep track of each color that is
24 TkColor info; /* Generic color information. */
25 int index; /* Index for GetSysColor(), -1 if color is not
26 * a "live" system color. */
31 * indirect system color names. In use, all of the names will have the string
88 * This routine finds the color entry that corresponds to the specified
89 * color.
105 int *indexPtr) /* Out parameter to store color inde
193 XColor color; local
333 XAllocColor( Display *display, Colormap colormap, XColor *color) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DColorInputType.cpp66 Color color(value);
67 return color.isValid() && !color.hasAlpha();
92 return InputTypeNames::color();
124 wrapperElement->setPseudo(AtomicString("-webkit-color-swatch-wrapper", AtomicString::ConstructFromLiteral));
126 colorSwatch->setPseudo(AtomicString("-webkit-color-swatch", AtomicString::ConstructFromLiteral));
175 void ColorInputType::didChooseColor(const Color& color) argument
177 if (element()->isDisabledOrReadOnly() || color == valueAsColor())
179 element()->setValueFromRenderer(color.serialized());
239 Color color(optio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DcolorControlBlackBerry.css4 .color-picker-popup-area {
8 .color-picker-content {
13 .color-picker-block {
17 #color-picker-swatch-block {
21 .color-picker-switcher {
29 .color-picker-check-mark {
35 .color-picker-option {
38 color: #262626;
45 .color-picker-button {
55 .color
[all...]
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Dtypography.css12 color: #222;
20 h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }
42 a:hover { color: #000; }
43 a { color: #009; text-decoration: underline; }
45 blockquote { margin: 1.5em; color: #666; font-style: italic; }
54 del { color:#666; }
91 .quiet { color: #666; }
92 .loud { color: #000; }
94 .added { background:#060; color: #fff; }
95 .removed { background:#900; color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DColor.h62 RGBA32 colorWithOverrideAlpha(RGBA32 color, float overrideAlpha);
69 inline int redChannel(RGBA32 color) { return (color >> 16) & 0xFF; } argument
70 inline int greenChannel(RGBA32 color) { return (color >> 8) & 0xFF; } argument
71 inline int blueChannel(RGBA32 color) { return color & 0xFF; } argument
72 inline int alphaChannel(RGBA32 color) { return (color >> 24) & 0xFF; } argument
78 Color(RGBA32 color, boo argument
90 RGBA32 color = 0xFF000000 | r << 16 | g << 8 | b; local
95 RGBA32 color = a << 24 | r << 16 | g << 8 | b; local
[all...]

Completed in 322 milliseconds

1234567891011>>