Searched defs:getHeight (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/third_party/angle/samples/angle/sample_util/
H A DWindow.cpp20 int Window::getHeight() const function in class:Window
/external/deqp/framework/common/
H A DtcuRenderTarget.hpp47 int getHeight (void) const { return m_height; } function in class:tcu::RenderTarget
H A DtcuSurface.hpp54 int getHeight (void) const { return m_height; } function in class:tcu::Surface
H A DtcuCompressedTexture.hpp104 int getHeight (void) const { return m_height; } function in class:tcu::CompressedTexture
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledWorld.java126 public final int getHeight() { method in class:TiledWorld
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPicture.java63 public int getHeight() { method in class:AwPicture
/external/chromium_org/printing/android/java/src/org/chromium/printing/
H A DPrintingContext.java94 public int getHeight() { method in class:PrintingContext
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderTarget.h34 GLsizei getHeight() const { return mHeight; } function in class:rx::RenderTarget
H A DImage.h36 GLsizei getHeight() const { return mHeight; } function in class:rx::Image
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DSwapChain11.h40 EGLint getHeight() const { return mHeight; } function in class:rx::SwapChain11
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.cpp58 GLsizei RenderbufferStorage::getHeight() const function in class:gl::RenderbufferStorage
107 mHeight = mRenderTarget->getHeight();
147 mHeight = mDepthStencil->getHeight();
160 mHeight = mDepthStencil->getHeight();
H A DFramebufferAttachment.cpp83 GLsizei Texture2DAttachment::getHeight() const function in class:gl::Texture2DAttachment
85 return mTexture2D->getHeight(mLevel);
163 GLsizei TextureCubeMapAttachment::getHeight() const function in class:gl::TextureCubeMapAttachment
165 return mTextureCubeMap->getHeight(mFaceTarget, mLevel);
243 GLsizei Texture3DAttachment::getHeight() const function in class:gl::Texture3DAttachment
245 return mTexture3D->getHeight(mLevel);
321 GLsizei Texture2DArrayAttachment::getHeight() const function in class:gl::Texture2DArrayAttachment
323 return mTexture2DArray->getHeight(mLevel);
408 GLsizei FramebufferAttachment::getHeight() const function in class:gl::FramebufferAttachment
410 return mInstance->getHeight();
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkLayer.h41 SkScalar getHeight() const { return m_size.height(); } function in class:SkLayer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java69 public int getHeight() { method in class:BarGraph
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DVisualSampleEntry.java82 public int getHeight() { method in class:VisualSampleEntry
191 IsoTypeWriter.writeUInt16(byteBuffer, getHeight());
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DTrackMetaData.java91 public double getHeight() { method in class:TrackMetaData
/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/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAndroidViewIntegrationTest.java37 public int getHeight() { method in class:AndroidViewIntegrationTest.OnContentSizeChangedHelper
115 assertEquals(0, testContainerView.getHeight());
154 assertTrue(mOnContentSizeChangedHelper.getHeight() > 0);
176 assertTrue(mOnContentSizeChangedHelper.getHeight() > 0);
202 assertTrue(mOnContentSizeChangedHelper.getHeight() > 0);
229 if ((heightCss == -1 || helper.getHeight() == heightCss) &&
327 assertEquals(expectedHeightCss, mOnContentSizeChangedHelper.getHeight());
353 assertEquals(expectedHeightCss, mOnContentSizeChangedHelper.getHeight());
387 final int narrowLayoutHeight = mOnContentSizeChangedHelper.getHeight();
402 assertTrue(mOnContentSizeChangedHelper.getHeight() < narrowLayoutHeigh
[all...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DMediaResourceGetter.java65 int getHeight() { return mHeight; } method in class:MediaResourceGetter.MediaMetadata
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCapture.java48 public int getHeight() { method in class:VideoCapture.CaptureFormat
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp202 GLsizei WebGLTexture::getHeight(GLenum target, GLint level) const function in class:WebCore::WebGLTexture
/external/deqp/framework/egl/
H A DtcuEgl.cpp149 int Surface::getHeight (void) const function in class:tcu::egl::Surface
157 y = getHeight();
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java125 public int getHeight() { method in class:GifDecoder
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DTrackHeaderBox.java92 public double getHeight() { method in class:TrackHeaderBox
188 result.append("height=").append(getHeight());

Completed in 1748 milliseconds

123