Searched refs:color (Results 126 - 150 of 957) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DColorAndGState.py13 # Set the fill color space to be the generic calibrated RGB color space.
15 # Set the fill color to opaque red. The number of elements in the
16 # array passed to this function must be the number of color
17 # components in the current fill color space plus 1 for alpha.
20 # Set the stroke color space to be the generic calibrated RGB color space.
22 # Set the stroke color to opaque blue. The number of elements
23 # in the array passed to this function must be the number of color
24 # components in the current stroke color spac
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DColorAndGState.py13 # Set the fill color space to be the generic calibrated RGB color space.
15 # Set the fill color to opaque red. The number of elements in the
16 # array passed to this function must be the number of color
17 # components in the current fill color space plus 1 for alpha.
20 # Set the stroke color space to be the generic calibrated RGB color space.
22 # Set the stroke color to opaque blue. The number of elements
23 # in the array passed to this function must be the number of color
24 # components in the current stroke color spac
[all...]
/macosx-10.9.5/apache-786.1/httpd/docs/manual/style/css/
H A Dmanual-print.css29 background-color: #fff;
30 color: #000;
51 background-color: inherit;
52 color: #888;
73 color: #000;
74 background-color: inherit;
81 background-color: #fff;
82 color: #000;
88 color: #036;
98 color
[all...]
H A Dmanual-loose-100pc.css33 background-color: #f0f0f0;
34 color: #0073c7;
39 background-color: #f0f0f0;
40 color: #8b4513;
45 background-color: #f0f0f0;
46 color: #287f00;
131 background-color: #fff;
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResource.cpp41 static inline bool inheritColorFromParentStyleIfNeeded(RenderObject* object, bool applyToFill, Color& color) argument
43 if (color.isValid())
48 color = applyToFill ? parentSVGStyle->fillPaintColor() : parentSVGStyle->strokePaintColor();
87 Color color;
95 color = applyToFill ? svgStyle->fillPaintColor() : svgStyle->strokePaintColor();
104 // For SVG_PAINTTYPE_CURRENTCOLOR, 'color' already contains the 'visitedColor'.
108 color = Color(visitedColor.red(), visitedColor.green(), visitedColor.blue(), color.alpha());
112 // If the primary resource is just a color, return immediately.
115 if (!inheritColorFromParentStyleIfNeeded(object, applyToFill, color))
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPlatformPasteboardMac.mm84 Color PlatformPasteboard::color()
86 NSColor *color = [NSColor colorFromPasteboard:m_pasteboard.get()];
88 // The color may not be in an RGB colorspace. This commonly occurs when a color is
90 if ([[color colorSpace] colorSpaceModel] != NSRGBColorSpaceModel)
91 color = [color colorUsingColorSpaceName:NSCalibratedRGBColorSpace];
93 return makeRGBA((int)([color redComponent] * 255.0 + 0.5), (int)([color greenComponent] * 255.0 + 0.5),
94 (int)([color blueComponen
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/DefaultTheme/widget/progressbar/
H A Dprogressbar.edc54 color: 255 255 255 0;
62 color: 255 255 255 255;
66 color: 255 255 255 128;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DInbandTextTrackPrivateClient.h85 void setForegroundColor(RGBA32 color) { m_foregroundColor.setRGB(color); } argument
88 void setBackgroundColor(RGBA32 color) { m_backgroundColor.setRGB(color); } argument
91 void setHighlightColor(RGBA32 color) { m_highlightColor.setRGB(color); } argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGPaint.h62 static PassRefPtr<SVGPaint> createColor(const Color& color) argument
65 paint->setColor(color);
75 static PassRefPtr<SVGPaint> createURIAndColor(const String& uri, const Color& color) argument
78 paint->setColor(color);
103 static PassRefPtr<SVGPaint> create(const SVGPaintType& type, const String& uri, const Color& color) argument
106 paint->setColor(color);
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_color.c37 * Handles color emulation of SYS V curses
133 * SVr4 curses is known to interchange color codes (1,4) and (3,6), possibly
200 * Reset the color pair, e.g., to whatever color pair 0 is.
216 * Reset color pairs and definitions. Actually we do both more to accommodate
218 * someone has changed the color definitions.
272 T(("started color: COLORS = %d, COLOR_PAIRS = %d",
327 * Extension (1997/1/18) - Allow negative f/b values to set default color
410 init_color(short color, short r, short g, short b) argument
414 T((T_CALLED("init_color(%d,%d,%d,%d)"), color,
466 color_content(short color, short *r, short *g, short *b) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/template/darkfish/
H A Drdoc.css27 color: #6C8C22;
54 color: #6C8C22;
96 color: #666;
102 color: #ccc;
189 background-color: #dedede;
201 color: #666;
238 color: #666;
253 color: white;
285 color: #777;
294 color
[all...]
/macosx-10.9.5/ruby-104/ruby/doc/rake/
H A Djamis.rb8 color: #00F;
13 color: #77F;
20 color: #000;
39 color: #FFF;
48 color: #055;
70 color: #FFF;
75 color: #FFF;
82 color: #FFF;
86 color: #FF0;
90 color
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControls.css28 background-color: rgb(38, 38, 38);
79 background-color: initial;
81 color: inherit;
93 background-color: initial;
95 color: inherit;
124 background-color: initial;
126 color: inherit;
132 background-color: initial;
134 color: inherit;
143 background-color
[all...]
H A DRGBColor.idl34 readonly attribute Color color;
H A Dsvg.css61 outline: auto 5px -webkit-focus-ring-color
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Pong/
H A DPlayingView.rb36 ball.color.set
43 @paddle.color.set
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DselectControlBlackBerry.css22 color: #555555;
50 background-color: #66ccff;
54 color: #262626;
78 color: #b0b0b0;
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasGradient.cpp53 void CanvasGradient::addColorStop(float value, const String& color, ExceptionCode& ec) argument
61 if (!parseColorOrCurrentColor(rgba, color, 0 /*canvas*/)) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/
H A DLoopBlinnSolidFillShader.cpp51 m_colorLocation = context->getUniformLocation(program, "color");
54 void LoopBlinnSolidFillShader::use(unsigned vertexOffset, unsigned klmOffset, const AffineTransform& transform, const Color& color) argument
59 color.getRGBA(rgba[0], rgba[1], rgba[2], rgba[3]);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperPlatformLayer.h43 virtual void drawBorder(TextureMapper* textureMapper, const Color& color, float borderWidth, const FloatRect& targetRect, const TransformationMatrix& transform) argument
45 textureMapper->drawBorder(color, borderWidth, targetRect, transform);
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/
H A Dprint.css15 body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
17 hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
18 hr.space {background:#fff;color:#fff;}
27 .quiet {color:#999;}
/macosx-10.9.5/dcerpc-58/www/content/css/blueprint/src/
H A Dprint.css15 color:#000;
29 color:#ccc;
38 color: #fff;
60 .quiet { color: #999; }
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DCircle.py10 color = objc.ivar() variable in class:Circle
21 self.color.set()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DCircle.py10 color = objc.ivar() variable in class:Circle
21 self.color.set()
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/blt/
H A Dpareto.rb30 b.line_create('accum', :label=>'', :symbol=>:none, :color=>'red')
42 data.each{|label, value, color|
44 b.element_create(label, :xdata=>count, :ydata=>value, :foreground=>color,
88 b.gridline_configure(:mapx=>:x, :color=>'lightblue')

Completed in 688 milliseconds

1234567891011>>