Searched defs:rightWidth (Results 1 – 9 of 9) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | TwoColumnOutput.java | 88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() 126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
D | TwoColumnOutput.java | 92 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() 130 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | FloatRoundedRect.cpp | 80 …oatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth) in expand()
|
D | RoundedRect.h | 68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
|
D | FloatRoundedRect.h | 65 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
|
D | RoundedRect.cpp | 64 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 | 986 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0; in getRoundedInnerBorderFor() local 994 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTableCell.cpp | 1132 int rightWidth = rightVal.width(); in paintCollapsedBorders() local
|
D | RenderBoxModelObject.cpp | 1195 …int rightWidth = computeBorderImageSide(ninePieceImage.borderSlices().right(), style->borderRightW… in paintNinePieceImage() local 2022 LayoutUnit rightWidth = edges[BSRight].usedWidth() / 2; in drawBoxSideFromPath() local
|