Searched refs:rightWidth (Results 1 - 20 of 20) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
H A DTwoColumnOutput.java52 private final int rightWidth; field in class:TwoColumnOutput
61 * @param rightWidth > 0; width of the right column, in characters
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth, argument
71 if (rightWidth < 1) {
72 throw new IllegalArgumentException("rightWidth < 1");
77 this.rightWidth = rightWidth;
86 * @param rightWidth &gt;= 1; width of the right column, in characters
89 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, argument
91 this(new OutputStreamWriter(out), leftWidth, rightWidth, space
[all...]
/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/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.cpp80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth) argument
87 m_topRight.setWidth(std::max<float>(0, m_topRight.width() + rightWidth));
95 m_bottomRight.setWidth(std::max<float>(0, m_bottomRight.width() + rightWidth));
H A DFloatRoundedRect.h72 void expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth);
74 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } argument
H A DRoundedRect.h66 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
68 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } argument
H A DRoundedRect.cpp62 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth) argument
69 m_topRight.setWidth(std::max<int>(0, m_topRight.width() + rightWidth));
77 m_bottomRight.setWidth(std::max<int>(0, m_bottomRight.width() + rightWidth));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java286 int rightWidth = getAnnotationWidth();
287 int leftWidth = outputWidth - rightWidth - 1;
291 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|");
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp212 int rightWidth = viewport.width - leftWidth; local
248 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
253 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
288 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
293 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
535 int rightWidth = viewport.width - leftWidth; local
571 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
574 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight,
602 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
605 viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeigh
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp203 int rightWidth = viewport.width - leftWidth; local
239 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
244 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
279 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
284 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
549 int rightWidth = viewport.width - leftWidth; local
586 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
589 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight,
619 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
622 viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeigh
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp169 int rightWidth = viewport.width - leftWidth; local
205 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, viewport.height);
212 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, viewport.height),
H A Des2fVertexTextureTests.cpp566 const int rightWidth = viewportWidth - leftWidth; local
594 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
596 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
884 const int rightWidth = viewportWidth - leftWidth; local
912 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp667 const int rightWidth = viewportWidth - leftWidth; local
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
988 const int rightWidth = viewportWidth - leftWidth; local
1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
1323 const int rightWidth = viewportWidth - leftWidth; local
1370 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1372 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)
1666 const int rightWidth = viewportWidth - leftWidth; local
1713 Render(Rect(leftWidth, 0, rightWidth, bottomHeigh
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp913 int rightWidth = computeBorderImageSide(ninePieceImage.borderSlices().right(), style->borderRightWidth(), rightSlice, borderImageRect.width()); local
921 int borderSideWidth = std::max(1, leftWidth + rightWidth);
926 rightWidth *= borderSideScaleFactor;
933 bool drawRight = rightSlice > 0 && rightWidth > 0;
935 bool drawMiddle = ninePieceImage.fill() && (imageWidth - leftSlice - rightSlice) > 0 && (borderImageRect.width() - leftWidth - rightWidth) > 0
940 float destinationWidth = borderImageRect.width() - leftWidth - rightWidth;
947 float rightSideScale = drawRight ? (float)rightWidth / rightSlice : 1;
978 // The top right corner rect is (tx + w - rightWidth, ty, rightWidth, topWidth)
981 graphicsContext->drawImage(image.get(), IntRect(borderImageRect.maxX() - rightWidth, borderImageRec
1815 LayoutUnit rightWidth = edges[BSRight].usedWidth() / 2; local
[all...]
/external/chromium_org/ui/keyboard/resources/
H A Dmain.js409 var rightWidth =
415 rightWidth,
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp983 int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0; local
987 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
991 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
995 borderRect.width() - leftWidth - rightWidth,
1002 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);
990 getRoundedInnerBorderFor(const LayoutRect& borderRect, int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const argument
H A DRenderStyle.h1067 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp1119 int rightWidth = rightVal.width(); local
1123 paintRect.width() + leftWidth / 2 + (rightWidth + 1) / 2,
1142 borders.addBorder(rightVal, BSRight, renderRight, borderRect.maxX() - rightWidth, borderRect.y(), borderRect.maxX(), borderRect.maxY(), rightStyle);
/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 677 milliseconds