Searched refs:rightWidth (Results 1 - 11 of 11) 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/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DAnnotatedBytes.java285 int rightWidth = getAnnotationWidth();
286 int leftWidth = outputWidth - rightWidth - 1;
290 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),
545 int rightWidth = viewport.width - leftWidth; local
581 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
584 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight,
612 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
615 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/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 799 milliseconds