Home
last modified time | relevance | path

Searched refs:BoxSide (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.h147 BoxSide, bool firstEdgeMatches, bool secondEdgeMatches);
149 …const IntRect& sideRect, BoxSide, BoxSide adjacentSide1, BoxSide adjacentSide2, const class Border…
156 float thickness, float drawThickness, BoxSide, const RenderStyle*,
DRenderBoxModelObject.cpp1051 static inline BorderEdgeFlag edgeFlagForSide(BoxSide side) in edgeFlagForSide()
1056 static inline bool includesEdge(BorderEdgeFlags flags, BoxSide side) in includesEdge()
1128 static inline bool borderStyleHasUnmatchedColorsAtCorner(EBorderStyle style, BoxSide side, BoxSide in borderStyleHasUnmatchedColorsAtCorner()
1141 static inline bool colorsMatchAtCorner(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[]) in colorsMatchAtCorner()
1153 static inline bool willBeOverdrawn(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[]) in willBeOverdrawn()
1177 static inline bool borderStylesRequireMitre(BoxSide side, BoxSide adjacentSide, EBorderStyle style,… in borderStylesRequireMitre()
1191 static bool joinRequiresMitre(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[], bool al… in joinRequiresMitre()
1209 …const IntRect& sideRect, BoxSide side, BoxSide adjacentSide1, BoxSide adjacentSide2, const BorderE… in paintOneBorderSide()
1302 BoxSide currSide = static_cast<BoxSide>(i); in paintTranslucentBorderSides()
1449 … float thickness, float drawThickness, BoxSide side, const RenderStyle* style, in drawBoxSideFromPath()
[all …]
DRenderObject.h83 enum BoxSide { enum
441 int angleSpan, BoxSide, Color, EBorderStyle, bool firstCorner);
780 void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide,
DRenderTableCell.cpp842 BoxSide side;
858 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
DRenderObject.cpp710 BoxSide side, Color color, EBorderStyle style, in drawLineForBoxSide()
927 int angleStart, int angleSpan, BoxSide s, Color color, in drawArcForBoxSide()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1638227 …more generic use. Rename the BorderSide struct to BoxSide, since the concept of "side" is just a …