Searched refs:getHeight (Results 76 - 100 of 374) sorted by relevance

1234567891011>>

/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
H A DInstrumentationUiDevice.java71 Rect rect = new Rect(0, 0, drawingCache.getWidth(), drawingCache.getHeight());
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifDrawable.java116 height = frame.getHeight();
/external/replicaisland/src/com/replica/replicaisland/
H A DHotSpotSystem.java137 yTile = (int)Math.floor((flippedY / worldPixelHeight) * mWorld.getHeight());
H A DTiledWorld.java126 public final int getHeight() { method in class:TiledWorld
H A DTextureLibrary.java183 mCropWorkspace[1] = bitmap.getHeight();
185 mCropWorkspace[3] = -bitmap.getHeight();
192 texture.height = bitmap.getHeight();
H A DTiledVertexGrid.java69 final int tilesPerWorldColumn = mWorld.getHeight();
135 final int tilesDown = mWorld.getHeight();
138 mWorldPixelHeight = mWorld.getHeight() * mTileHeight;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java29 public int getHeight() { method in class:ShadowDisplay
/external/skia/include/utils/
H A DSkLayer.h41 SkScalar getHeight() const { return m_size.height(); } function in class:SkLayer
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuDragHelper.java189 if (listView.getHeight() > 0) {
191 mItemRowHeight * 1.2f / listView.getHeight());
193 (rawY - getScreenVisibleRect(listView).top) / listView.getHeight();
/external/deqp/framework/common/
H A DtcuImageIO.cpp188 png_set_IHDR(pngPtr, infoPtr, src.getWidth(), src.getHeight(), 8,
193 std::vector<png_bytep> rowPointers(src.getHeight());
194 for (int y = 0; y < src.getHeight(); y++)
H A DtcuTexture.hpp253 int getHeight (void) const { return m_height; } function in class:tcu::ConstPixelBufferAccess
336 int getHeight (void) const { return m_height; } function in class:tcu::TextureLevel
468 int getHeight (void) const { return m_numLevels > 0 ? m_levels[0].getHeight() : 0; } function in class:tcu::Texture2DView
610 int getHeight (void) const { return m_height; } function in class:tcu::Texture2D
765 int getNumLayers (void) const { return m_numLevels > 0 ? m_levels[0].getHeight() : 0; }
791 int getHeight (void) const { return m_numLevels > 0 ? m_levels[0].getHeight() : 0; } function in class:tcu::Texture2DArrayView
879 int getHeight (void) const { return m_height; } function in class:tcu::Texture2DArray
948 int getHeight (voi function in class:tcu::Texture3DView
983 int getHeight (void) const { return m_height; } function in class:tcu::Texture3D
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp571 int height = deMin32(renderTarget.getHeight(), 128);
573 int yMax = renderTarget.getHeight()-height+1;
709 context.viewport(0, 0, context.getWidth(), context.getHeight());
713 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
802 ctx.viewport(0, 0, ctx.getWidth(), ctx.getHeight());
806 ctx.readPixels(dst, 0, 0, ctx.getWidth(), ctx.getHeight());
904 context.viewport(0, 0, context.getWidth(), context.getHeight());
907 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
978 context.viewport(0, 0, context.getWidth(), context.getHeight());
980 context.readPixels(dst, 0, 0, context.getWidth(), context.getHeight());
[all...]
H A Des2fDepthStencilClearTests.cpp203 int height = renderTarget.getHeight();
231 int height = renderTarget.getHeight();
411 for (int y = 0; y < dst.getHeight(); y++)
424 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
455 for (int y = 0; y < dst.getHeight(); y++)
468 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.h66 GLsizei getHeight(const ImageIndex &index) const;
113 GLsizei getHeight(GLint level) const;
149 GLsizei getHeight(GLenum target, GLint level) const;
191 GLsizei getHeight(GLint level) const;
221 GLsizei getHeight(GLint level) const;
H A DvalidationES2.cpp53 (height % 4 != 0 && height != texture->getHeight(level)))
61 yoffset + height > texture->getHeight(level))
98 (height % 4 != 0 && height != texture->getHeight(target, 0)))
106 yoffset + height > texture->getHeight(target, level))
169 textureLevelHeight = tex2d->getHeight(level);
209 textureLevelHeight = texCube->getHeight(target, level);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp81 return access.getWidth() == 0 || access.getHeight() == 0 || access.getDepth() == 0;
86 return access.raw().getWidth() == 0 || access.raw().getHeight() == 0 || access.raw().getDepth() == 0;
235 return tcu::IVec4(0, 0, access.raw().getHeight(), access.raw().getDepth());
320 , m_viewport (0, 0, colorbuffer.raw().getHeight(), colorbuffer.raw().getDepth())
969 int height = dst.getHeight();
972 DE_ASSERT(src.getWidth() == width && src.getHeight() == height && src.getDepth() == depth);
1066 height != dst.getHeight(), GL_INVALID_OPERATION, RC_RET_VOID);
1109 height != dst.getHeight(), GL_INVALID_OPERATION, RC_RET_VOID);
1148 height != dst.getHeight() ||
1188 height != dst.getHeight() ||
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp382 PredSU->setHeightToAtLeast(SU->getHeight() + PredEdge->getLatency());
390 unsigned Height = PredSU->getHeight();
584 unsigned ReadyCycle = PendingQueue[i]->getHeight();
634 unsigned ReadyCycle = SU->getHeight();
712 if (CurCycle < SU->getHeight())
713 DEBUG(dbgs() << " Height [" << SU->getHeight()
807 DEBUG(dbgs() << "*** Unscheduling [" << SU->getHeight() << "]: ");
861 I->getSUnit()->getHeight() < LiveRegGens[I->getReg()]->getHeight())
865 if (SU->getHeight() < MinAvailableCycl
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp206 int height = renderTarget.getHeight();
234 int height = renderTarget.getHeight();
414 for (int y = 0; y < dst.getHeight(); y++)
427 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
458 for (int y = 0; y < dst.getHeight(); y++)
471 tcu::IVec4 clearRect = clear->useScissor ? clear->scissor : tcu::IVec4(0, 0, dst.getWidth(), dst.getHeight());
H A Des3fFboTestCase.cpp52 , m_viewportHeight (useScreenSizedViewport ? context.getRenderTarget().getHeight() : 128)
69 int height = deMin32(renderTarget.getHeight(), m_viewportHeight);
71 int y = rnd.getInt(0, renderTarget.getHeight() - height);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewTest.java44 assertThat(view.getHeight(), equalTo(0));
48 assertThat(view.getHeight(), equalTo(404 - 200));
349 assertThat(view1.getHeight(), equalTo(0));
357 assertThat(view1.getHeight(), equalTo(0));
368 assertThat(view2.getHeight(), equalTo(0));
376 assertThat(view2.getHeight(), equalTo(0));
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp308 int clientHeight = getHeight();
323 sizeDirty = clientWidth != getWidth() || clientHeight != getHeight();
400 EGLint Surface::getHeight() const function in class:egl::Surface
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp52 , m_viewportHeight (useScreenSizedViewport ? context.getRenderTarget().getHeight() : 128)
69 int height = deMin32(renderTarget.getHeight(), m_viewportHeight);
71 int y = rnd.getInt(0, renderTarget.getHeight() - height);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DPopupZoomer.java258 RectF canvasRect = new RectF(0, 0, canvas.getWidth(), canvas.getHeight());
333 float b = t + mZoomedBitmap.getHeight();
336 int height = getHeight();
423 if (!acceptZeroSizeView() && (getWidth() == 0 || getHeight() == 0)) return;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewPopupZoomerTest.java53 return popup.getWidth() != 0 && popup.getHeight() != 0;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.h65 GLsizei getHeight(GLenum target, GLint level) const;

Completed in 586 milliseconds

1234567891011>>