Searched defs:rightWidth (Results 1 - 10 of 10) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DTwoColumnOutput.java85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, argument
98 if (rightWidth < 1) {
99 throw new IllegalArgumentException("rightWidth < 1");
115 new IndentingWriter(rightWriter, rightWidth, spacer);
123 * @param rightWidth {@code >= 1;} width of the right column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, argument
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DTwoColumnOutput.java89 * @param rightWidth &gt; 0; width of the right column, in characters
92 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, argument
102 if (rightWidth < 1) {
103 throw new IllegalArgumentException("rightWidth < 1");
119 new IndentingWriter(rightWriter, rightWidth, spacer);
127 * @param rightWidth &gt;= 1; width of the right column, in characters
130 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, argument
132 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.cpp63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) argument
68 m_topRight.setWidth(max(0, m_topRight.width() + rightWidth));
74 m_bottomRight.setWidth(max(0, m_bottomRight.width() + rightWidth));
H A DRoundedIntRect.h63 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
65 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } argument
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.cpp818 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0; local
822 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
826 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
830 borderRect.width() - leftWidth - rightWidth,
837 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);
825 getRoundedInnerBorderFor(const IntRect& borderRect, int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const argument
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCell.cpp938 int rightWidth = rightVal.width(); local
942 w += leftWidth / 2 + (rightWidth + 1) / 2;
961 borders.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightStyle);
H A DRenderBoxModelObject.cpp957 int rightWidth = fitToBorder ? style->borderRightWidth() : rightSlice; local
962 bool drawRight = rightSlice > 0 && rightWidth > 0;
964 bool drawMiddle = (imageWidth - leftSlice - rightSlice) > 0 && (w - leftWidth - rightWidth) > 0 &&
995 // The top right corner rect is (tx + w - rightWidth, ty, rightWidth, topWidth)
998 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx + w - rightWidth, ty, rightWidth, topWidth),
1001 // The bottom right corner rect is (tx + w - rightWidth, ty + h - bottomWidth, rightWidth, bottomWidth)
1004 graphicsContext->drawImage(image.get(), colorSpace, IntRect(tx + w - rightWidth, t
1566 int rightWidth = edges[BSRight].usedWidth() / 2; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3551 milliseconds