Searched defs:outerBorder (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.cpp | 1579 …(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const… in paintOneBorderSide() 1626 static IntRect calculateSideRect(const RoundedRect& outerBorder, const BorderEdge edges[], int side) in calculateSideRect() 1643 …(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const… in paintBorderSides() 1691 …(GraphicsContext* graphicsContext, const RenderStyle* style, const RoundedRect& outerBorder, const… in paintTranslucentBorderSides() 1747 …RoundedRect outerBorder = style->getRoundedBorderFor(rect, view(), includeLogicalLeftEdge, include… in paintBorder() local 2049 …ect::clipBorderSidePolygon(GraphicsContext* graphicsContext, const RoundedRect& outerBorder, const… in clipBorderSidePolygon() 2236 static IntRect calculateSideRectIncludingInner(const RoundedRect& outerBorder, const BorderEdge edg… in calculateSideRectIncludingInner() 2343 …derSideForComplexInnerPath(GraphicsContext* graphicsContext, const RoundedRect& outerBorder, const… in clipBorderSideForComplexInnerPath()
|