Searched defs:topWidth (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | RoundedIntRect.cpp | 63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
|
D | RoundedIntRect.h | 65 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.cpp | 819 int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 0; in getRoundedInnerBorderFor() local 826 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 956 int topWidth = fitToBorder ? style->borderTopWidth() : topSlice; in paintNinePieceImage() local 1563 int topWidth = edges[BSTop].usedWidth() / 2; in drawBoxSideFromPath() local
|
D | RenderTableCell.cpp | 935 int topWidth = topVal.width(); in paintCollapsedBorder() local
|
D | RenderObject.cpp | 916 IntRect RenderObject::borderInnerRect(const IntRect& borderRect, unsigned short topWidth, unsigned … in borderInnerRect()
|