HomeSort by relevance Sort by last modified time
    Searched refs:leftWidth (Results 1 - 25 of 50) sorted by null

1 2

  /external/smali/util/src/main/java/org/jf/util/
TwoColumnOutput.java 50 private final int leftWidth;
60 * @param leftWidth > 0; width of the left column, in characters
64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth,
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,
91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer)
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
BaseDrawable.java 26 private float leftWidth, rightWidth, topHeight, bottomHeight, minWidth, minHeight;
34 leftWidth = drawable.getLeftWidth();
46 return leftWidth;
49 public void setLeftWidth (float leftWidth) {
50 this.leftWidth = leftWidth;
Drawable.java 31 public void setLeftWidth (float leftWidth);
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 35 private final int leftWidth;
84 * @param leftWidth {@code > 0;} width of the left column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
94 if (leftWidth < 1) {
95 throw new IllegalArgumentException("leftWidth < 1");
110 this.leftWidth = leftWidth;
113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth);
122 * @param leftWidth {@code >= 1;} width of the left column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth
    [all...]
ByteArrayAnnotatedOutput.java 412 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
414 return annotationWidth - leftWidth;
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 35 private final int leftWidth;
84 * @param leftWidth {@code > 0;} width of the left column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
94 if (leftWidth < 1) {
95 throw new IllegalArgumentException("leftWidth < 1");
110 this.leftWidth = leftWidth;
113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth);
122 * @param leftWidth {@code >= 1;} width of the left column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth
    [all...]
ByteArrayAnnotatedOutput.java 408 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
410 return annotationWidth - leftWidth;
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 35 private final int leftWidth;
84 * @param leftWidth {@code > 0;} width of the left column, in characters
88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth,
94 if (leftWidth < 1) {
95 throw new IllegalArgumentException("leftWidth < 1");
110 this.leftWidth = leftWidth;
113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth);
122 * @param leftWidth {@code >= 1;} width of the left column, in characters
126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth
    [all...]
ByteArrayAnnotatedOutput.java 405 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
407 return annotationWidth - leftWidth;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 55 private float leftWidth, rightWidth, middleWidth, middleHeight, topHeight, bottomHeight;
158 float leftWidth = getLeftWidth();
159 if ((patches[TOP_LEFT] != null && patches[TOP_LEFT].getRegionWidth() != leftWidth)
160 || (patches[MIDDLE_LEFT] != null && patches[MIDDLE_LEFT].getRegionWidth() != leftWidth)
161 || (patches[BOTTOM_LEFT] != null && patches[BOTTOM_LEFT].getRegionWidth() != leftWidth)) {
204 leftWidth = ninePatch.leftWidth;
227 leftWidth = patches[BOTTOM_LEFT].getRegionWidth();
242 leftWidth = Math.max(leftWidth, patches[MIDDLE_LEFT].getRegionWidth());
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 211 int leftWidth = viewport.width / 2;
212 int rightWidth = viewport.width - leftWidth;
237 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight);
242 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight),
248 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
253 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
272 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
276 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
282 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
288 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight)
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 202 int leftWidth = viewport.width / 2;
203 int rightWidth = viewport.width - leftWidth;
228 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight);
233 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight),
239 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight);
244 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight),
263 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
267 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth();
273 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
279 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight)
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
AnnotatedBytes.java 274 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2);
276 return outputWidth - leftWidth;
286 int leftWidth = outputWidth - rightWidth - 1;
290 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|");
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 168 int leftWidth = viewport.width / 2;
169 int rightWidth = viewport.width - leftWidth;
192 gl.viewport(viewport.x, viewport.y, leftWidth, viewport.height);
199 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, viewport.height),
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 565 const int leftWidth = viewportWidth / 2;
566 const int rightWidth = viewportWidth - leftWidth;
593 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
594 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
595 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
596 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
883 const int leftWidth = viewportWidth / 2;
884 const int rightWidth = viewportWidth - leftWidth;
911 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
List.java 146 float leftWidth = background.getLeftWidth();
147 x += leftWidth;
149 width -= leftWidth + background.getRightWidth();
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 666 const int leftWidth = viewportWidth / 2;
667 const int rightWidth = viewportWidth - leftWidth;
694 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
696 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
    [all...]
  /prebuilts/tools/common/m2/repository/org/smali/util/2.1.3/
util-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 

Completed in 823 milliseconds

1 2