Home | History | Annotate | Download | only in rendering

Lines Matching refs:BoxSide

1375 static inline BorderEdgeFlag edgeFlagForSide(BoxSide side)
1380 static inline bool includesEdge(BorderEdgeFlags flags, BoxSide side)
1420 static inline bool borderStyleHasUnmatchedColorsAtCorner(EBorderStyle style, BoxSide side, BoxSide adjacentSide)
1433 static inline bool colorsMatchAtCorner(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[])
1445 static inline bool colorNeedsAntiAliasAtCorner(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[])
1460 static inline bool willBeOverdrawn(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[])
1484 static inline bool borderStylesRequireMitre(BoxSide side, BoxSide adjacentSide, EBorderStyle style, EBorderStyle adjacentStyle)
1498 static bool joinRequiresMitre(BoxSide side, BoxSide adjacentSide, const BorderEdge edges[], bool allowOverdraw)
1516 const IntRect& sideRect, BoxSide side, BoxSide adjacentSide1, BoxSide adjacentSide2, const BorderEdge edges[], const Path* path,
1631 // This is different from BoxSide enum order.
1632 static const BoxSide paintOrder[] = { BSTop, BSBottom, BSLeft, BSRight };
1640 BoxSide currSide = paintOrder[i];
1698 edgesToDraw |= edgeFlagForSide(static_cast<BoxSide>(i));
1834 float thickness, float drawThickness, BoxSide side, const RenderStyle* style, Color color, EBorderStyle borderStyle, BackgroundBleedAvoidance bleedAvoidance,
1986 BoxSide side, bool firstEdgeMatches, bool secondEdgeMatches)
2172 static IntRect calculateSideRectIncludingInner(const RoundedRect& outerBorder, const BorderEdge edges[], BoxSide side)
2199 static RoundedRect calculateAdjustedInnerBorder(const RoundedRect&innerBorder, BoxSide side)
2280 BoxSide side, const class BorderEdge edges[])