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

/macosx-10.10/WebCore-7600.1.25/html/
H A DColorInputType.cpp170 void ColorInputType::didChooseColor(const Color& color) argument
201 ShadowRoot* shadow local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextPaintStyle.cpp48 TextPaintStyle::TextPaintStyle(Color color, ColorSpace colorSpace) argument
142 const ShadowData* shadow = paintInfo.forceBlackText() ? 0 : pseudoStyle->textShadow(); local
H A DInlineTextBox.cpp427 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) argument
929 paintDecoration(GraphicsContext& context, const FloatPoint& boxOrigin, TextDecoration decoration, TextDecorationStyle decorationStyle, const ShadowData* shadow, TextPainter& textPainter) argument
1180 Color color = marker->activeMatch() ? renderer().theme().platformActiveTextSearchHighlightColor() : renderer().theme().platformInactiveTextSearchHighlightColor(); local
1189 context->fillRect(directionalPixelSnappedForPainting(selectionRect, renderer().document().deviceScaleFactor(), run.ltr()), color, style.colorSpace()); local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DShadowData.h49 ShadowData(const IntPoint& location, int radius, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Color& color) argument
81 const Color& color() const { return m_color; } function in class:WebCore::ShadowData
85 void setNext(std::unique_ptr<ShadowData> shadow) { m_next = WTF::move(shadow); } argument
H A DSVGRenderStyleDefs.h182 Color color; member in class:WebCore::StyleStopData
242 std::unique_ptr<ShadowData> shadow; member in class:WebCore::StyleShadowSVGData
H A DRenderStyle.cpp1060 Color RenderStyle::color() const { return inherited->color; } function in class:WebCore::RenderStyle
1421 void RenderStyle::getShadowExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &right, LayoutUnit &bottom, LayoutUnit &left) const argument
1461 getShadowHorizontalExtent(const ShadowData* shadow, LayoutUnit &left, LayoutUnit &right) const argument
1476 getShadowVerticalExtent(const ShadowData* shadow, LayoutUnit &top, LayoutUnit &bottom) const argument
[all...]
H A DSVGRenderStyle.h155 void setFillPaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) argument
181 void setStrokePaint(SVGPaint::SVGPaintType type, const Color& color, const String& uri, bool applyToRegularStyle = true, bool applyToVisitedLinkStyle = false) argument
344 ShadowData* shadow() const { return shadowSVG->shadow.get(); } function in class:WebCore::SVGRenderStyle
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DPlatformContextCairo.cpp218 ShadowBlur& shadow = context->platformContext()->shadowBlur(); local
264 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
457 fillRect(const FloatRect& rect, const Color& color, ColorSpace) argument
509 adjustFocusRingColor(Color& color) argument
537 drawFocusRing(const Path& path, int width, int , const Color& color) argument
555 drawFocusRing(const Vector<IntRect>& rects, int width, int , const Color& color) argument
1049 platformFillRoundedRect(const FloatRoundedRect& rect, const Color& color, ColorSpace) argument
1067 fillRectWithRoundedHole(const FloatRect& rect, const FloatRoundedRect& roundedHoleRect, const Color& color, ColorSpace) argument
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/CoordinatedGraphics/
H A DCoordinatedGraphicsArgumentCoders.cpp91 const DropShadowFilterOperation* shadow = toDropShadowFilterOperation(filter); local
151 Color color; local
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf2ps.el[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSComputedStyleDeclaration.cpp848 PassRefPtr<CSSValue> ComputedStyleExtractor::valueForShadow(const ShadowData* shadow, CSSPropertyID propertyID, const RenderStyle* style, AdjustPixelValuesForComputedStyle adjust) argument
860 RefPtr<CSSPrimitiveValue> color = cssValuePool().createColorValue(currShadowData->color().rgb()); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DTextureMapperGL.cpp306 void TextureMapperGL::drawBorder(const Color& color, float width, const FloatRect& targetRect, const TransformationMatrix& modelViewMatrix) argument
323 void TextureMapperGL::drawNumber(int number, const Color& color, const FloatPoint& targetPoint, const TransformationMatrix& modelViewMatrix) argument
489 const DropShadowFilterOperation& shadow = static_cast<const DropShadowFilterOperation&>(operation); local
577 drawSolidColor(const FloatRect& rect, const TransformationMatrix& matrix, const Color& color) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfaces.el1920 (defface shadow function
[all...]
H A Dediff-init.el[all...]
/macosx-10.10/vim-55/src/
H A Dgui_motif.c1119 Dimension margin, shadow; local
2503 XpmColorSymbol color[5] = local
2931 Dimension shadow; /* XmNshadowThickness */ local
[all...]

Completed in 286 milliseconds