HomeSort by relevance Sort by last modified time
    Searched refs:borderRect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp 41 LayoutRect borderRect = borderBoxRect();
44 textShadow->adjustRectForShadow(borderRect);
46 return borderRect;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 79 void RenderFrameSet::paintColumnBorder(const PaintInfo& paintInfo, const IntRect& borderRect)
81 if (!paintInfo.rect.intersects(borderRect))
88 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor());
92 if (borderRect.width() >= 3) {
93 context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor());
94 context->fillRect(IntRect(IntPoint(borderRect.maxX() - 1, borderRect.y()), IntSize(1, height())), borderEndEdgeColor());
98 void RenderFrameSet::paintRowBorder(const PaintInfo& paintInfo, const IntRect& borderRect)
100 if (!paintInfo.rect.intersects(borderRect))
107 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor())
    [all...]
RenderWidget.cpp 214 LayoutRect borderRect = LayoutRect(adjustedPaintOffset, size());
216 if (borderRect.isEmpty())
221 RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(borderRect,
223 clipRoundedInnerRect(paintInfo.context, borderRect, roundedInnerRect);
RenderTableCell.cpp     [all...]
RenderBoxModelObject.cpp 433 RoundedRect RenderBoxModelObject::getBackgroundRoundedRect(const LayoutRect& borderRect, InlineFlowBox* box, LayoutUnit inlineBoxWidth, LayoutUnit inlineBoxHeight,
436 RoundedRect border = style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
494 RoundedRect RenderBoxModelObject::backgroundRoundedRectAdjustedForBleedAvoidance(GraphicsContext* context, const LayoutRect& borderRect, BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
498 return getBackgroundRoundedRect(shrinkRectByOnePixel(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
501 return style()->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEdge);
503 return getBackgroundRoundedRect(borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
    [all...]
RenderReplaced.cpp 147 LayoutRect borderRect = LayoutRect(adjustedPaintOffset, size());
149 if (borderRect.isEmpty())
RenderThemeChromiumMac.mm     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]

Completed in 428 milliseconds