Home
last modified time | relevance | path

Searched defs:rightWidth (Results 1 – 9 of 9) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
DTwoColumnOutput.java88 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/
DTwoColumnOutput.java92 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/
DFloatRoundedRect.cpp80 …oatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth) in expand()
DRoundedRect.h68 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink()
DFloatRoundedRect.h65 …void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWid… in shrink()
DRoundedRect.cpp64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp986 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/
DRenderTableCell.cpp1132 int rightWidth = rightVal.width(); in paintCollapsedBorders() local
DRenderBoxModelObject.cpp1195 …int rightWidth = computeBorderImageSide(ninePieceImage.borderSlices().right(), style->borderRightW… in paintNinePieceImage() local
2022 LayoutUnit rightWidth = edges[BSRight].usedWidth() / 2; in drawBoxSideFromPath() local