Searched refs:BoxSide (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.h | 147 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*,
|
D | RenderBoxModelObject.cpp | 1051 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 …]
|
D | RenderObject.h | 83 enum BoxSide { enum 441 int angleSpan, BoxSide, Color, EBorderStyle, bool firstCorner); 780 void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide,
|
D | RenderTableCell.cpp | 842 BoxSide side; 858 void addBorder(const CollapsedBorderValue& borderValue, BoxSide borderSide, bool shouldPaint, in addBorder()
|
D | RenderObject.cpp | 710 BoxSide side, Color color, EBorderStyle style, in drawLineForBoxSide() 927 int angleStart, int angleSpan, BoxSide s, Color color, in drawArcForBoxSide()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 38227 …more generic use. Rename the BorderSide struct to BoxSide, since the concept of "side" is just a …
|