Searched defs:leftWidth (Results 1 - 9 of 9) sorted by relevance

/external/smali/util/src/main/java/org/jf/util/
H A DTwoColumnOutput.java50 private final int leftWidth; field in class:TwoColumnOutput
60 * @param leftWidth > 0; width of the left column, in characters
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth, argument
67 if (leftWidth < 1) {
68 throw new IllegalArgumentException("leftWidth < 1");
76 this.leftWidth = leftWidth;
85 * @param leftWidth &gt;= 1; width of the left column, in characters
89 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, argument
91 this(new OutputStreamWriter(out), leftWidth, rightWidt
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp169 int leftWidth = viewport.width / 2; local
170 int rightWidth = viewport.width - leftWidth;
193 gl.viewport(viewport.x, viewport.y, leftWidth, viewport.height);
200 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, viewport.height),
206 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, viewport.height);
213 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, viewport.height),
H A Des2fVertexTextureTests.cpp568 const int leftWidth = viewportWidth / 2; local
569 const int rightWidth = viewportWidth - leftWidth;
596 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
597 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
598 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
886 const int leftWidth = viewportWidth / 2; local
887 const int rightWidth = viewportWidth - leftWidth;
914 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
929 Render(Rect(cellOffsetX + leftWidth, cellOffset
[all...]
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp213 int leftWidth = viewport.width / 2; local
214 int rightWidth = viewport.width - leftWidth;
239 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight);
244 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight),
250 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
255 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
274 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
278 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
284 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
290 gl.viewport(viewport.x+leftWidth, viewpor
536 int leftWidth = viewport.width / 2; local
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp203 int leftWidth = viewport.width / 2; local
204 int rightWidth = viewport.width - leftWidth;
229 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight);
234 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight),
240 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
245 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
264 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
268 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
274 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
280 gl.viewport(viewport.x+leftWidth, viewpor
545 int leftWidth = viewport.width / 2; local
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp668 const int leftWidth = viewportWidth / 2; local
669 const int rightWidth = viewportWidth - leftWidth;
696 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
698 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
989 const int leftWidth = viewportWidth / 2; local
990 const int rightWidth = viewportWidth - leftWidth;
1017 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
1032 Render(Rect(cellOffsetX + leftWidth, cellOffset
1324 const int leftWidth = viewportWidth / 2; local
1667 const int leftWidth = viewportWidth / 2; local
[all...]
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...
/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 ...

Completed in 1884 milliseconds