Searched defs:bottomColor (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp89 void WebCoreDrawDoubledTextAtPoint(GraphicsContext& context, const String& text, const IntPoint& point, const Font& font, const Color& topColor, const Color& bottomColor, int underlinedIndex) argument
95 doDrawTextAtPoint(context, text, textPos, font, bottomColor, underlinedIndex);
/external/webkit/Source/WebCore/rendering/
H A DRenderBoxModelObject.cpp1603 const Color& bottomColor = style->visitedDependentColor(CSSPropertyBorderBottomColor); local
1639 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
1640 bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == rightColor);
1721 || (bottomColor == leftColor && bottomTransparent == leftTransparent && bottomStyle >= OUTSET
1725 || (bottomColor == rightColor && bottomTransparent == rightTransparent && bottomStyle >= OUTSET
1735 drawLineForBoxSide(graphicsContext, x, ty + h - style->borderBottomWidth(), x2, ty + h, BSBottom, bottomColor, bottomStyle,
1763 BSBottom, bottomColor, bottomStyle, true);
1785 BSBottom, bottomColor, bottomStyle, false);
1798 || (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET
1866 || ((bottomColor
[all...]

Completed in 87 milliseconds