Home
last modified time | relevance | path

Searched refs:rightWidth (Results 1 – 7 of 7) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/util/
DTwoColumnOutput.java52 private final int rightWidth; field in TwoColumnOutput
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() argument
71 if (rightWidth < 1) { in TwoColumnOutput()
77 this.rightWidth = rightWidth; in TwoColumnOutput()
89 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput() argument
91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer); in TwoColumnOutput()
98 rightLines = StringWrapper.wrapString(right, rightWidth, rightLines); in write()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp204 int rightWidth = viewport.width - leftWidth; in iterate() local
240 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); in iterate()
245 …enceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight), in iterate()
280 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight); in iterate()
285 …e, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight), in iterate()
546 int rightWidth = viewport.width - leftWidth; in iterate() local
582 …enceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight), in iterate()
585 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight, in iterate()
613 …e, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight), in iterate()
616 viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight, in iterate()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp214 int rightWidth = viewport.width - leftWidth; in iterate() local
250 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); in iterate()
255 …enceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight), in iterate()
290 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight); in iterate()
295 …e, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight), in iterate()
537 int rightWidth = viewport.width - leftWidth; in iterate() local
573 …enceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight), in iterate()
576 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight, in iterate()
604 …e, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight), in iterate()
607 viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight, in iterate()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java285 int rightWidth = getAnnotationWidth(); in writeAnnotations() local
286 int leftWidth = outputWidth - rightWidth - 1; in writeAnnotations()
290 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|"); in writeAnnotations()
/external/deqp/modules/gles2/functional/
Des2fTextureWrapTests.cpp179 int rightWidth = viewport.width - leftWidth; in iterate() local
225 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, viewport.height); in iterate()
232 …ceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, viewport.height… in iterate()
Des2fVertexTextureTests.cpp569 const int rightWidth = viewportWidth - leftWidth; in iterate() local
597 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
892 const int rightWidth = viewportWidth - leftWidth; in iterate() local
920 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp669 const int rightWidth = viewportWidth - leftWidth; in iterate() local
697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate()
699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate()
990 const int rightWidth = viewportWidth - leftWidth; in iterate() local
1018 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()
1325 const int rightWidth = viewportWidth - leftWidth; in iterate() local
1372 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
1374 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagTransf) in iterate()
1668 const int rightWidth = viewportWidth - leftWidth; in iterate() local
1715 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagTransf), in iterate()
[all …]