OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:borderRect
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp
39
LayoutRect
borderRect
= borderBoxRect();
42
textShadow->adjustRectForShadow(
borderRect
);
44
return
borderRect
;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp
81
void RenderFrameSet::paintColumnBorder(const PaintInfo& paintInfo, const IntRect&
borderRect
)
83
if (!paintInfo.rect.intersects(
borderRect
))
90
context->fillRect(
borderRect
, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor());
94
if (
borderRect
.width() >= 3) {
95
context->fillRect(IntRect(
borderRect
.location(), IntSize(1, height())), borderStartEdgeColor());
96
context->fillRect(IntRect(IntPoint(
borderRect
.maxX() - 1,
borderRect
.y()), IntSize(1, height())), borderEndEdgeColor());
100
void RenderFrameSet::paintRowBorder(const PaintInfo& paintInfo, const IntRect&
borderRect
)
102
if (!paintInfo.rect.intersects(
borderRect
))
109
context->fillRect(
borderRect
, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor())
[
all
...]
RenderTableCell.cpp
[
all
...]
RenderWidget.cpp
285
LayoutRect
borderRect
= LayoutRect(adjustedPaintOffset, size());
287
if (
borderRect
.isEmpty())
292
RoundedRect roundedInnerRect = style()->getRoundedInnerBorderFor(
borderRect
,
294
clipRoundedInnerRect(paintInfo.context,
borderRect
, roundedInnerRect);
RenderBoxModelObject.cpp
432
RoundedRect RenderBoxModelObject::getBackgroundRoundedRect(const LayoutRect&
borderRect
, InlineFlowBox* box, LayoutUnit inlineBoxWidth, LayoutUnit inlineBoxHeight,
436
RoundedRect border = style()->getRoundedBorderFor(
borderRect
, renderView, includeLogicalLeftEdge, includeLogicalRightEdge);
492
RoundedRect RenderBoxModelObject::backgroundRoundedRectAdjustedForBleedAvoidance(GraphicsContext* context, const LayoutRect&
borderRect
, BackgroundBleedAvoidance bleedAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
496
return getBackgroundRoundedRect(shrinkRectByOnePixel(context,
borderRect
), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
499
return style()->getRoundedInnerBorderFor(
borderRect
, includeLogicalLeftEdge, includeLogicalRightEdge);
501
return getBackgroundRoundedRect(
borderRect
, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLogicalRightEdge);
[
all
...]
RenderReplaced.cpp
148
LayoutRect
borderRect
= LayoutRect(adjustedPaintOffset, size());
150
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 78 milliseconds