Searched defs:rightWidth (Results 1 - 10 of 10) 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/deqp/modules/gles2/functional/
H A Des2fTextureWrapTests.cpp170 int rightWidth = viewport.width - leftWidth; local
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.cpp569 const int rightWidth = viewportWidth - leftWidth; local
597 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
887 const int rightWidth = viewportWidth - leftWidth; local
915 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp214 int rightWidth = viewport.width - leftWidth; local
250 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
255 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
290 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
295 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
537 int rightWidth = viewport.width - leftWidth; local
573 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
576 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight,
604 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
607 viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeigh
[all...]
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp204 int rightWidth = viewport.width - leftWidth; local
240 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
245 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
280 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
285 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
546 int rightWidth = viewport.width - leftWidth; local
582 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
585 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight,
613 tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
616 viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeigh
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp669 const int rightWidth = viewportWidth - leftWidth; local
697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
990 const int rightWidth = viewportWidth - leftWidth; local
1018 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
1325 const int rightWidth = viewportWidth - leftWidth; local
1372 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf),
1374 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf)
1668 const int rightWidth = viewportWidth - leftWidth; local
1715 Render(Rect(leftWidth, 0, rightWidth, bottomHeigh
[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 ...
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 496 milliseconds