HomeSort by relevance Sort by last modified time
    Searched refs:topHeight (Results 1 - 12 of 12) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
BaseDrawable.java 26 private float leftWidth, rightWidth, topHeight, bottomHeight, minWidth, minHeight;
36 topHeight = drawable.getTopHeight();
62 return topHeight;
65 public void setTopHeight (float topHeight) {
66 this.topHeight = topHeight;
Drawable.java 39 public void setTopHeight (float topHeight);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
NinePatch.java 55 private float leftWidth, rightWidth, middleWidth, middleHeight, topHeight, bottomHeight;
179 float topHeight = getTopHeight();
180 if ((patches[TOP_LEFT] != null && patches[TOP_LEFT].getRegionHeight() != topHeight)
181 || (patches[TOP_CENTER] != null && patches[TOP_CENTER].getRegionHeight() != topHeight)
182 || (patches[TOP_RIGHT] != null && patches[TOP_RIGHT].getRegionHeight() != topHeight)) {
208 topHeight = ninePatch.topHeight;
258 topHeight = Math.max(topHeight, patches[TOP_LEFT].getRegionHeight());
263 topHeight = Math.max(topHeight, patches[TOP_CENTER].getRegionHeight());
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 214 int topHeight = viewport.height - bottomHeight;
272 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
277 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight();
282 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
288 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
293 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
537 int topHeight = viewport.height - bottomHeight;
592 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
595 viewport.x, viewport.y+bottomHeight, leftWidth, topHeight,
602 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 205 int topHeight = viewport.height - bottomHeight;
263 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight);
268 float tRange = ((float)topHeight * 1.1f) / (float)m_textures[curTexNdx]->getRefTexture().getHeight();
273 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
279 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight);
284 sampleTexture(SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
547 int topHeight = viewport.height - bottomHeight;
602 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight),
605 viewport.x, viewport.y+bottomHeight, leftWidth, topHeight,
612 SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, bottomHeight, rightWidth, topHeight),
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 612 final int topHeight = mActionBarTop.getHeight();
613 offset = Math.max(0, Math.min(offset, topHeight));
617 final float fOffset = (float) offset / topHeight;
  /external/deqp/modules/gles3/functional/
es3fVertexTextureTests.cpp 669 const int topHeight = viewportHeight - bottomHeight;
696 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fVertexTextureTests.cpp 568 const int topHeight = viewportHeight - bottomHeight;
595 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset),
596 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset)
886 const int topHeight = viewportHeight - bottomHeight;
914 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 567 final int topHeight = mActionBarTop.getHeight();
568 offset = Math.max(0, Math.min(offset, topHeight));
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.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 

Completed in 1265 milliseconds