Searched defs:bottomWidth (Results 1 – 7 of 7) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
| D | FloatRoundedRect.cpp | 80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float righ… in expand()
|
| D | RoundedRect.h | 68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
|
| D | FloatRoundedRect.h | 74 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
|
| D | RoundedRect.cpp | 62 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
| D | RenderStyle.cpp | 985 int bottomWidth = (horizontal || includeLogicalRightEdge) ? borderBottomWidth() : 0; in getRoundedInnerBorderFor() local 991 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
|
| /external/chromium_org/third_party/WebKit/Source/core/paint/ |
| D | BoxPainter.cpp | 914 …int bottomWidth = computeBorderImageSide(ninePieceImage.borderSlices().bottom(), style->borderBott… in paintNinePieceImage() local 1813 LayoutUnit bottomWidth = edges[BSBottom].usedWidth() / 2; in drawBoxSideFromPath() local
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/ |
| D | RenderTableCell.cpp | 1117 int bottomWidth = bottomVal.width(); in paintCollapsedBorders() local
|