Searched +defs:shadow +defs:color (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DColorInputType.cpp175 void ColorInputType::didChooseColor(const Color& color) argument
206 ShadowRoot* shadow = element()->userAgentShadowRoot(); local
[all...]
/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
83 const Color& color() const { return m_color; } function in class:WebCore::ShadowData
87 void setNext(PassOwnPtr<ShadowData> shadow) { m_next = shadow; } argument
H A DSVGRenderStyleDefs.h168 Color color; member in class:WebCore::StyleStopData
228 OwnPtr<ShadowData> shadow; member in class:WebCore::StyleShadowSVGData
H A DRenderStyle.cpp1079 Color RenderStyle::color() const { return inherited->color; } function in class:RenderStyle
1417 void RenderStyle::getShadowExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const argument
1457 getShadowHorizontalExtent(const ShadowData* shadow, LayoutUnit &left, LayoutUnit &right) const argument
1472 getShadowVerticalExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &bottom) const argument
[all...]
H A DSVGRenderStyle.h153 void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) argument
179 void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) argument
342 ShadowData* shadow() const { return shadowSVG->shadow.get(); } function in class:WebCore::SVGRenderStyle
[all...]
H A DRenderStyle.h407 Color color = visitedDependentColor(CSSPropertyBackgroundColor); local
1802 void getShadowInlineDirectionExtent(const ShadowData* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const argument
1806 void getShadowBlockDirectionExtent(const ShadowData* shadow, LayoutUnit& logicalTop, LayoutUnit& logicalBottom) const argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DPlatformContextCairo.cpp207 ShadowBlur& shadow = context->platformContext()->shadowBlur(); local
253 static void prepareCairoContextSource(cairo_t* cr, Pattern* pattern, Gradient* gradient, const Color& color, float globalAlpha) argument
H A DGraphicsContextCairo.cpp72 static inline void fillRectWithColor(cairo_t* cr, const FloatRect& rect, const Color& color) argument
97 ShadowBlur& shadow = context->platformContext()->shadowBlur(); local
453 fillRect(const FloatRect& rect, const Color& color, ColorSpace) argument
505 adjustFocusRingColor(Color& color) argument
531 drawFocusRing(const Path& path, int width, int , const Color& color) argument
549 drawFocusRing(const Vector<IntRect>& rects, int width, int , const Color& color) argument
625 ShadowBlur& shadow = platformContext()->shadowBlur(); local
1021 fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DCSSMetadata.js775 "color": 237, property in class:WebInspector.CSSMetadata.Weight
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp136 const DropShadowFilterOperation* shadow = static_cast<const DropShadowFilterOperation*>(filter); local
250 Color color; local
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Debnf2ps.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSComputedStyleDeclaration.cpp1299 PassRefPtr<CSSValue> ComputedStyleExtractor::valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID, const RenderStyle* style) const argument
1311 RefPtr<CSSPrimitiveValue> color = cssValuePool().createColorValue(s->color().rgb()); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperGL.cpp336 void TextureMapperGL::drawBorder(const Color& color, float width, const FloatRect& targetRect, const TransformationMatrix& modelViewMatrix) argument
353 void TextureMapperGL::drawNumber(int number, const Color& color, const FloatPoint& targetPoint, const TransformationMatrix& modelViewMatrix) argument
548 const DropShadowFilterOperation& shadow = static_cast<const DropShadowFilterOperation&>(operation); local
636 drawSolidColor(const FloatRect& rect, const TransformationMatrix& matrix, const Color& color) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp405 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) argument
432 paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, const AtomicString& emphasisMark, int emphasisMarkOffset, int startOffset, int endOffset, int truncationPoint, const FloatPoint& textOrigin, const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal) argument
641 const ShadowData* shadow = paintInfo.forceBlackText() ? 0 : pseudoStyle->textShadow(); local
1137 paintDecoration(GraphicsContext* context, const FloatPoint& boxOrigin, TextDecoration deco, TextDecorationStyle decorationStyle, const ShadowData* shadow) argument
1386 Color color = marker->activeMatch() ? local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dfaces.el1920 (defface shadow function
[all...]
H A Dediff-init.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorDOMAgent.cpp1158 void InspectorDOMAgent::highlightRect(ErrorString*, int x, int y, int width, int height, const RefPtr<InspectorObject>* color, const RefPtr<InspectorObject>* outlineColor, const bool* usePageCoordinates) argument
1164 void InspectorDOMAgent::highlightQuad(ErrorString* errorString, const RefPtr<InspectorArray>& quadArray, const RefPtr<InspectorObject>* color, const RefPtr<InspectorObject>* outlineColor, const bool* usePageCoordinates) argument
1174 void InspectorDOMAgent::innerHighlightQuad(PassOwnPtr<FloatQuad> quad, const RefPtr<InspectorObject>* color, cons argument
1206 highlightFrame( ErrorString*, const String& frameId, const RefPtr<InspectorObject>* color, const RefPtr<InspectorObject>* outlineColor) argument
1418 ElementShadow* shadow = element->shadow(); local
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_motif.c1119 Dimension margin, shadow; local
2503 XpmColorSymbol color[5] = local
2931 Dimension shadow; /* XmNshadowThickness */ local
[all...]

Completed in 423 milliseconds