Home
last modified time | relevance | path

Searched refs:includeLogicalLeftEdge (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.h165 …nderStyle*, BackgroundBleedAvoidance = BackgroundBleedNone, bool includeLogicalLeftEdge = true, bo…
167 …tInfo&, const LayoutRect&, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bo…
258 …void getBorderEdgeInfo(class BorderEdge[], const RenderStyle*, bool includeLogicalLeftEdge = true,…
261 …ackgroundBleedAvoidance, InlineFlowBox*, const LayoutSize&, bool includeLogicalLeftEdge, bool incl…
318 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const;
327 …const Path*, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, …
329 …ss BorderEdge[], BorderEdgeFlags, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool incl…
332 …bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false, const Color* ov…
335 …Color, EBorderStyle, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRig…
DRenderBoxModelObject.cpp433 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const in getBackgroundRoundedRect() argument
436 …ct border = style()->getRoundedBorderFor(borderRect, renderView, includeLogicalLeftEdge, includeLo… in getBackgroundRoundedRect()
438 …r(LayoutRect(0, 0, inlineBoxWidth, inlineBoxHeight), renderView, includeLogicalLeftEdge, includeLo… in getBackgroundRoundedRect()
492 …edAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool incl… in backgroundRoundedRectAdjustedForBleedAvoidance() argument
496 …el(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLo… in backgroundRoundedRectAdjustedForBleedAvoidance()
499 …return style()->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRightEd… in backgroundRoundedRectAdjustedForBleedAvoidance()
501 …dRoundedRect(borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLo… in backgroundRoundedRectAdjustedForBleedAvoidance()
526 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true; in paintFillLayerExtended()
1581 …BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge… in paintOneBorderSide() argument
1604 …colorToPaint, edgeToRender.style, bleedAvoidance, includeLogicalLeftEdge, includeLogicalRightEdge); in paintOneBorderSide()
[all …]
DInlineFlowBox.h129 if (!includeLogicalLeftEdge()) in marginLogicalLeft()
141 if (!includeLogicalLeftEdge()) in borderLogicalLeft()
153 if (!includeLogicalLeftEdge()) in paddingLogicalLeft()
164 bool includeLogicalLeftEdge() const { return m_includeLogicalLeftEdge; } in includeLogicalLeftEdge() function
DInlineFlowBox.cpp822 … LayoutUnit outsetLogicalLeft = includeLogicalLeftEdge() ? borderOutsetLogicalLeft : LayoutUnit(); in addBorderOutsetVisualOverflow()
1203 …boxModelObject()->paintBoxShadow(info, paintRect, s, shadowStyle, includeLogicalLeftEdge(), includ… in paintBoxShadow()
1235 if (box->includeLogicalLeftEdge()) { in clipRectForNinePieceImageStrip()
1244 if (box->includeLogicalLeftEdge()) { in clipRectForNinePieceImageStrip()
1296 …ect, renderer()->style(isFirstLineStyle()), BackgroundBleedNone, includeLogicalLeftEdge(), include… in paintBoxDecorations()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.cpp99 …alEdges(const RoundedRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool incl… in includeLogicalEdges() argument
101 if (includeLogicalLeftEdge) { in includeLogicalEdges()
164 …:includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool incl… in includeLogicalEdges() argument
166 … m_radii.includeLogicalEdges(edges, isHorizontal, includeLogicalLeftEdge, includeLogicalRightEdge); in includeLogicalEdges()
DRoundedRect.h62 …void includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool …
99 …void includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool …
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp969 …erFor(const LayoutRect& borderRect, RenderView* renderView, bool includeLogicalLeftEdge, bool incl… in getRoundedBorderFor() argument
976 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedBorderFor()
981 …yle::getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool incl… in getRoundedInnerBorderFor() argument
985 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor()
987 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor()
990 …derFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLo… in getRoundedInnerBorderFor()
994 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor() argument
1006 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedInnerBorderFor()
DRenderStyle.h1022 …dedBorderFor(const LayoutRect& borderRect, RenderView* = 0, bool includeLogicalLeftEdge = true, bo…
1023 …RoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = t…
1026 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in…