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

  /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...]
  /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/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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCell.cpp     [all...]
RenderBoxModelObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [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...]
  /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 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1033 milliseconds