Searched refs:color (Results 201 - 225 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleInheritedData.h57 Color color; member in class:WebCore::StyleInheritedData
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_color_picker_private.h37 const WebCore::Color& color() const;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tkpiechart/
H A Dpie.tcl135 proc pie::newSlice {this {text {}} {color {}}} {
144 if {[string length $color] == 0} {
145 # get a new color
146 set color [lindex $switched::($this,-colors) $($this,colorIndex)]
151 # darken slice top color by 40% to obtain bottom color, as it is done for
156 -height $($this,thickness) -topcolor $color\
157 -bottomcolor [darken $color 60]\
168 set label [pieLabeler::new $labeler $slice -text $text -background $color]
269 proc pie::setSliceBackground {this slice color} {
[all...]
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkColor.h4 * Declarations of data types and functions used by the Tk color module.
25 * One of the following data structures is used to keep track of each color
36 XColor color; /* Information about this color. */ member in struct:TkColor
40 GC gc; /* Simple gc with this color as foreground
41 * color and all other fields defaulted. May
43 Screen *screen; /* Screen where this color is valid. Used to
48 int resourceRefCount; /* Number of active uses of this color (each
64 * the same color name. Colors with the same
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A DbutGeom2.tcl13 label .t.l -text {This screen exercises the color options for various flavors of buttons. Select display options below, and they will be applied to the appropiate button widgets.} -wraplength 5i
38 #button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
39 menubutton .t.color-$opt -text $opt -menu .t.color-$opt.m -indicatoron 1 \
41 menu .t.color-$opt.m -tearoff 0
42 .t.color-$opt.m add command -label Red -command "config -$opt red"
43 .t.color-$opt.m add command -label Green -command "config -$opt green"
44 .t.color-$opt.m add command -label Blue -command "config -$opt blue"
45 .t.color-$opt.m add command -label Other... \
47 pack .t.color
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXColor.c4 * This file maintains a database of color values for the Tk
6 * map color names to pixel values.
35 * Array of system color definitions: the array index is required to equal the
36 * color's (pixelCode - MIN_PIXELCODE), i.e. the array order needs to be kept
187 * When given a pixel code corresponding to a theme system color,
229 * Get RGB color for a given system color or pixel value.
288 RGBColor *macColor) /* Mac color struct to modify. */
309 * Sets fore or back color in the given QD port from an X pixel
310 * value, and if the pixel code indicates a system color, set
561 XColor color; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A DbutGeom2.tcl13 label .t.l -text {This screen exercises the color options for various flavors of buttons. Select display options below, and they will be applied to the appropiate button widgets.} -wraplength 5i
38 #button .t.color-$opt -text $opt -command "config -$opt \[tk_chooseColor]"
39 menubutton .t.color-$opt -text $opt -menu .t.color-$opt.m -indicatoron 1 \
41 menu .t.color-$opt.m -tearoff 0
42 .t.color-$opt.m add command -label Red -command "config -$opt red"
43 .t.color-$opt.m add command -label Green -command "config -$opt green"
44 .t.color-$opt.m add command -label Blue -command "config -$opt blue"
45 .t.color-$opt.m add command -label Other... \
47 pack .t.color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControlsGtk.css31 background-color: rgb(0, 0, 0);
79 background-color: rgba(20, 20, 20, 0.8);
125 color: white;
142 background-color: transparent;
145 color: rgba(230, 230, 230, 0.35);
156 background-color: rgba(20, 20, 20, 0.8);
171 background-color: transparent;
172 color: rgba(230, 230, 230, 0.35);
184 color: white;
197 background-color
[all...]
H A Dquirks.css41 color: -webkit-text;
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixRFont.c36 XftColor color; member in struct:__anon13625
254 fontPtr->color.color.red = 0;
255 fontPtr->color.color.green = 0;
256 fontPtr->color.color.blue = 0;
257 fontPtr->color.color.alpha = 0xffff;
258 fontPtr->color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DtimelinePanel.css80 background-color: rgb(255, 255, 255);
124 color: inherit;
150 color: rgb(65, 65, 65);
234 background-color: rgba(0, 0, 0, 0.05);
249 color: rgba(0, 0, 0, 0.7);
330 background-color: rgba(0, 0, 0, 0.05);
357 background-color: rgb(66, 129, 235) !important;
430 background-color: black;
455 color: rgb(50%, 50%, 50%);
523 background-color
[all...]
H A DelementsPanel.css51 background-color: orange;
62 background-color: white;
88 color: black;
96 background-color: white;
105 background-color: white;
115 background-color: white;
125 background-color: white;
136 background-color: white;
189 background-color: rgb(240, 240, 240);
232 color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsContextBlackBerry.cpp195 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace) argument
200 platformContext()->setFillColor(color.rgb());
229 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace) argument
235 platformContext()->setFillColor(color.rgb());
245 void GraphicsContext::setPlatformShadow(const FloatSize& offset, float blur, const Color& color, ColorSpace) argument
258 // if there is an invalid shadow color, we're supposed to use Apple's CG default
259 platformContext()->setShadow(adjustedOffset, blur, color.isValid() ? color.rgb() : makeRGBA(0, 0, 0, 0xFF / 3), m_state.shadowsIgnoreTransforms);
402 void GraphicsContext::setPlatformStrokeColor(const Color& color, ColorSpace) argument
407 platformContext()->setStrokeColor(color
426 setPlatformFillColor(const Color& color, ColorSpace) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/
H A Dzkt.c100 int color; local
110 color = TC_GREEN;
112 color = TC_BLUE;
114 color = TC_RED;
116 color = TC_BLACK;
117 tc_attr (stdout, color, 1);
119 tc_attr (stdout, color, 0);
124 color = TC_GREEN;
126 color = TC_BOLD|TC_RED;
127 tc_attr (stdout, color,
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Simple/
H A D.perlcriticrc8 # Force perlcritic to use color, even when run through a pager.
9 color = 1
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DpopupControlBlackBerry.css36 color: #fafafa;
48 background-color: rgba(250, 250, 250, 0.9);
54 background-color: rgba(250, 250, 250, 0.9);
62 color: inherit;
H A DcolorControlBlackBerry.js12 document.getElementById('color-picker-current').style.backgroundColor = '#' + value;
33 var color,
38 return color = toHex(red.value) + toHex(green.value) + toHex(blue.value);
47 document.getElementById('color-picker-hex-input').dispatchEvent(change);
64 var color = rgbToHex();
65 updateHex(color);
68 var updateHex = function (color) {
69 document.getElementById('color-picker-hex-input').value = '#' + color;
82 var color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEFloodElement.cpp71 Color color = svgStyle->floodColor(); local
74 return FEFlood::create(filter, color, opacity);
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/plugins/fancy-type/
H A Dscreen.css19 color: #666;
/macosx-10.9.5/groff-38/groff/src/include/
H A Dprinter.h39 #include "color.h"
48 color *col;
49 color *fill;
76 // perform change of line color (text, outline) in the print-out
78 // perform change of fill color in the print-out
/macosx-10.9.5/llvmCore-3425.0.33/utils/lit/lit/
H A DProgressBar.py30 support color, except that their output will not be colored.
118 for i,color in zip(range(len(self._COLORS)), self._COLORS):
119 setattr(self, color, curses.tparm(set_fg, i) or '')
122 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
123 setattr(self, color, curses.tparm(set_fg_ansi, i) or '')
126 for i,color in zip(range(len(self._COLORS)), self._COLORS):
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
130 for i,color in zip(range(len(self._ANSICOLORS)), self._ANSICOLORS):
131 setattr(self, 'BG_'+color, curses.tparm(set_bg_ansi, i) or '')
206 The progress bar is colored, if the terminal supports color
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dpalette.rb29 def TkPalette.darken(color, percent)
30 tk_call('tkDarken', color, percent)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dselectcolor.rb47 def self.set_color(idx, color)
48 tk_call('SelectColor::setcolor', idx, color)
59 @keys['type'] = 'dialog' # 'dialog' type returns color
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/plotchart/
H A Dxyplot_demo.tcl21 set s1 [$xyp add_data sf1 $xydata1 -legend "Serie 1 data" -color red]
22 set s2 [$xyp add_data sf2 $xydata2 -legend "Serie 2 data" -color green]
23 set s3 [$xyp add_data sf3 $xydata3 -legend "Serie 3 data" -color blue]
24 set s4 [$xyp add_data sf4 $xydata4 -legend "Serie 4 data" -color orange]
/macosx-10.9.5/vim-53/src/proto/
H A Dgui_riscos.pro25 void gui_mch_set_fg_color __ARGS((guicolor_T color));
26 void gui_mch_set_bg_color __ARGS((guicolor_T color));
34 void gui_mch_draw_hollow_cursor __ARGS((guicolor_T color));
35 void gui_mch_draw_part_cursor __ARGS((int w, int h, guicolor_T color));

Completed in 270 milliseconds

1234567891011>>