HomeSort by relevance Sort by last modified time
    Searched refs:rightWidth (Results 1 - 25 of 34) sorted by null

1 2

  /external/smali/util/src/main/java/org/jf/util/
TwoColumnOutput.java 52 private final int rightWidth;
61 * @param rightWidth > 0; width of the right column, in characters
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth,
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,
91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
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,
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
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,
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 85 * @param rightWidth {@code > 0;} width of the right column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
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,
128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer);
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.cpp 80 void FloatRoundedRect::Radii::expand(float topWidth, float bottomWidth, float leftWidth, float rightWidth)
87 m_topRight.setWidth(std::max<float>(0, m_topRight.width() + rightWidth));
95 m_bottomRight.setWidth(std::max<float>(0, m_bottomRight.width() + rightWidth));
FloatRoundedRect.h 72 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); }
RoundedRect.h 66 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); }
RoundedRect.cpp 64 void RoundedRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
71 m_topRight.setWidth(max<int>(0, m_topRight.width() + rightWidth));
79 m_bottomRight.setWidth(max<int>(0, m_bottomRight.width() + rightWidth));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 286 int rightWidth = getAnnotationWidth();
287 int leftWidth = outputWidth - rightWidth - 1;
291 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|");
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 212 int rightWidth = viewport.width - leftWidth;
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;
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, topHeight
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 203 int rightWidth = viewport.width - leftWidth;
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;
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, topHeight
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 169 int rightWidth = viewport.width - leftWidth;
205 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, viewport.height);
212 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, viewport.height),
es2fVertexTextureTests.cpp 566 const int rightWidth = viewportWidth - leftWidth;
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;
912 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 667 const int rightWidth = viewportWidth - leftWidth;
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]
RenderTableCell.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]
  /external/chromium_org/ui/keyboard/resources/
main.js 409 var rightWidth =
415 rightWidth,
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 965 milliseconds

1 2