Home
last modified time | relevance | path

Searched refs:rightWidth (Results 1 – 11 of 11) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DTwoColumnOutput.java92 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() argument
102 if (rightWidth < 1) { in TwoColumnOutput()
119 new IndentingWriter(rightWriter, rightWidth, spacer); in TwoColumnOutput()
130 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput() argument
132 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer); in TwoColumnOutput()
/external/dexmaker/src/dx/java/com/android/dx/util/
DTwoColumnOutput.java88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() argument
98 if (rightWidth < 1) { in TwoColumnOutput()
115 new IndentingWriter(rightWriter, rightWidth, spacer); in TwoColumnOutput()
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput() argument
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer); in TwoColumnOutput()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h66 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
68 …idth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth… in shrink() argument
DFloatRoundedRect.h63 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
65 …float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth… in shrink() argument
DFloatRoundedRect.cpp80 …oatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth) in expand() argument
87 m_topRight.setWidth(std::max<float>(0, m_topRight.width() + rightWidth)); in expand()
95 m_bottomRight.setWidth(std::max<float>(0, m_bottomRight.width() + rightWidth)); in expand()
DRoundedRect.cpp64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) in expand() argument
71 m_topRight.setWidth(max<int>(0, m_topRight.width() + rightWidth)); in expand()
79 m_bottomRight.setWidth(max<int>(0, m_bottomRight.width() + rightWidth)); in expand()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1195 …int rightWidth = computeBorderImageSide(ninePieceImage.borderSlices().right(), style->borderRightW… in paintNinePieceImage() local
1203 int borderSideWidth = max(1, leftWidth + rightWidth); in paintNinePieceImage()
1208 rightWidth *= borderSideScaleFactor; in paintNinePieceImage()
1215 bool drawRight = rightSlice > 0 && rightWidth > 0; in paintNinePieceImage()
1217 …(imageWidth - leftSlice - rightSlice) > 0 && (borderImageRect.width() - leftWidth - rightWidth) > 0 in paintNinePieceImage()
1222 float destinationWidth = borderImageRect.width() - leftWidth - rightWidth; in paintNinePieceImage()
1229 float rightSideScale = drawRight ? (float)rightWidth / rightSlice : 1; in paintNinePieceImage()
1261 …rawImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRect.y(), rightWidth in paintNinePieceImage()
1267 …image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRect.maxY() - bottomWidth, ri… in paintNinePieceImage()
1272 …ge(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRect.y() + topWidth, right… in paintNinePieceImage()
[all …]
DRenderTableCell.cpp1132 int rightWidth = rightVal.width(); in paintCollapsedBorders() local
1136 paintRect.width() + leftWidth / 2 + (rightWidth + 1) / 2, in paintCollapsedBorders()
1155 …borders.addBorder(rightVal, BSRight, renderRight, borderRect.maxX() - rightWidth, borderRect.y(), … in paintCollapsedBorders()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp986 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0; in getRoundedInnerBorderFor() local
990 …return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeL… in getRoundedInnerBorderFor()
994 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in… in getRoundedInnerBorderFor() argument
998 borderRect.width() - leftWidth - rightWidth, in getRoundedInnerBorderFor()
1005 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth); in getRoundedInnerBorderFor()
DRenderStyle.h1026 …int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool in…
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm678 CGFloat rightWidth = rightMask.size.width;
703 CGFloat middleWidth = tabWidth - leftWidth - rightWidth;