/external/chromium_org/third_party/WebKit/Source/core/paint/ |
D | BoxPainter.h | 34 …nderStyle*, BackgroundBleedAvoidance = BackgroundBleedNone, bool includeLogicalLeftEdge = true, bo… 35 …tInfo&, const LayoutRect&, const RenderStyle*, ShadowStyle, bool includeLogicalLeftEdge = true, bo… 43 …ackgroundBleedAvoidance, InlineFlowBox*, const LayoutSize&, bool includeLogicalLeftEdge, bool incl… 45 bool includeLogicalLeftEdge, bool includeLogicalRightEdge); 51 …const BorderEdge[], BorderEdgeFlags, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool i… 55 …const Path*, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRightEdge, … 58 …bool includeLogicalLeftEdge, bool includeLogicalRightEdge, bool antialias = false, const Color* ov… 61 …Color, EBorderStyle, BackgroundBleedAvoidance, bool includeLogicalLeftEdge, bool includeLogicalRig…
|
D | BoxPainter.cpp | 219 bool includeLogicalLeftEdge, bool includeLogicalRightEdge) in getBackgroundRoundedRect() argument 221 …RoundedRect border = obj.style()->getRoundedBorderFor(borderRect, includeLogicalLeftEdge, includeL… in getBackgroundRoundedRect() 223 …ndedBorderFor(LayoutRect(0, 0, inlineBoxWidth, inlineBoxHeight), includeLogicalLeftEdge, includeLo… in getBackgroundRoundedRect() 230 …edAvoidance, InlineFlowBox* box, const LayoutSize& boxSize, bool includeLogicalLeftEdge, bool incl… in backgroundRoundedRectAdjustedForBleedAvoidance() argument 234 …el(context, borderRect), box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLo… in backgroundRoundedRectAdjustedForBleedAvoidance() 237 …return obj.style()->getRoundedInnerBorderFor(borderRect, includeLogicalLeftEdge, includeLogicalRig… in backgroundRoundedRectAdjustedForBleedAvoidance() 239 …dedRect(obj, borderRect, box, boxSize.width(), boxSize.height(), includeLogicalLeftEdge, includeLo… in backgroundRoundedRectAdjustedForBleedAvoidance() 281 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true; in paintFillLayerExtended() 1361 …enderStyle* style, BackgroundBleedAvoidance bleedAvoidance, bool includeLogicalLeftEdge, bool incl… in paintBorder() argument 1369 style->getBorderEdgeInfo(edges, includeLogicalLeftEdge, includeLogicalRightEdge); in paintBorder() [all …]
|
D | InlineFlowBoxPainter.cpp | 146 …:paintBoxShadow(info, paintRect, s, shadowStyle, m_inlineFlowBox.includeLogicalLeftEdge(), m_inlin… in paintBoxShadow() 159 if (box->includeLogicalLeftEdge()) { in clipRectForNinePieceImageStrip() 168 if (box->includeLogicalLeftEdge()) { in clipRectForNinePieceImageStrip() 225 …lowBox.isFirstLineStyle()), BackgroundBleedNone, m_inlineFlowBox.includeLogicalLeftEdge(), m_inlin… in paintBoxDecorationBackground()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | RoundedRect.cpp | 97 …alEdges(const RoundedRect::Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool incl… in includeLogicalEdges() argument 99 if (includeLogicalLeftEdge) { in includeLogicalEdges() 162 …:includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool incl… in includeLogicalEdges() argument 164 … m_radii.includeLogicalEdges(edges, isHorizontal, includeLogicalLeftEdge, includeLogicalRightEdge); in includeLogicalEdges()
|
D | RoundedRect.h | 62 …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/ |
D | InlineFlowBox.h | 130 if (!includeLogicalLeftEdge()) in marginLogicalLeft() 142 if (!includeLogicalLeftEdge()) in borderLogicalLeft() 154 if (!includeLogicalLeftEdge()) in paddingLogicalLeft() 165 bool includeLogicalLeftEdge() const { return m_includeLogicalLeftEdge; } in includeLogicalLeftEdge() function
|
D | InlineFlowBox.cpp | 837 … LayoutUnit outsetLogicalLeft = includeLogicalLeftEdge() ? borderOutsetLogicalLeft : LayoutUnit(); in addBorderOutsetVisualOverflow()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | RenderStyle.cpp | 966 …derStyle::getRoundedBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool incl… in getRoundedBorderFor() argument 973 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedBorderFor() 978 …yle::getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge, bool incl… in getRoundedInnerBorderFor() argument 982 int leftWidth = (!horizontal || includeLogicalLeftEdge) ? borderLeftWidth() : 0; in getRoundedInnerBorderFor() 984 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor() 987 …derFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLo… in getRoundedInnerBorderFor() 991 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor() argument 1003 …roundedRect.includeLogicalEdges(radii, isHorizontalWritingMode(), includeLogicalLeftEdge, includeL… in getRoundedInnerBorderFor() 1720 void RenderStyle::getBorderEdgeInfo(BorderEdge edges[], bool includeLogicalLeftEdge, bool includeLo… in getBorderEdgeInfo() argument 1728 horizontal || includeLogicalLeftEdge); in getBorderEdgeInfo() [all …]
|
D | RenderStyle.h | 1063 …RoundedRect getRoundedBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = true, … 1064 …RoundedRect getRoundedInnerBorderFor(const LayoutRect& borderRect, bool includeLogicalLeftEdge = t… 1067 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… 1541 …void getBorderEdgeInfo(BorderEdge edges[], bool includeLogicalLeftEdge = true, bool includeLogical…
|