Searched defs:mHeight (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/angle/util/
H A DOSWindow.h42 int mHeight; member in class:OSWindow
H A DEGLWindow.h39 void setHeight(size_t height) { mHeight = height; }
57 size_t getHeight() const { return mHeight; }
81 size_t mHeight; member in class:EGLWindow
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DSwapChain9.h43 EGLint mHeight; member in class:rx::SwapChain9
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.h90 GLsizei mHeight; member in class:gl::RenderbufferStorage
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.h89 EGLint mHeight; // Height of surface member in class:egl::Surface
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.h35 GLsizei getHeight() const { return mHeight; }
57 GLsizei mHeight; member in class:rx::Image
H A DRenderTarget.h24 mHeight = 0;
34 GLsizei getHeight() const { return mHeight; }
39 gl::Extents getExtents() const { return gl::Extents(mWidth, mHeight, mDepth); }
52 GLsizei mHeight; member in class:rx::RenderTarget
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DSwapChain11.h40 EGLint getHeight() const { return mHeight; }
53 EGLint mHeight; member in class:rx::SwapChain11
/external/replicaisland/src/com/replica/replicaisland/
H A DScrollerComponent.java26 private int mHeight; field in class:ScrollerComponent
60 mHeight = 0;
79 mHeight = height;
103 background.setHeight(mHeight);
H A DTiledVertexGrid.java29 private int mHeight; field in class:TiledVertexGrid
45 mHeight = height;
190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight);
H A DBackgroundCollisionComponent.java29 private int mHeight; field in class:BackgroundCollisionComponent
61 mHeight = height;
106 mHeight = height;
145 final int top = bottom + mHeight;
147 final float centerOffsetY = ((mHeight) / 2.0f) + bottom;
H A DDrawableBitmap.java29 private int mHeight; field in class:DrawableBitmap
39 mHeight = height;
112 final float height = mHeight;
163 mHeight = height;
176 return mHeight;
180 mHeight = height;
220 || position.y + mHeight < 0 || position.y > mViewHeight) {
229 vertFlip ? 0 : mHeight,
231 vertFlip ? -mHeight : mHeight);
[all...]
H A DGameRenderer.java40 private int mHeight; field in class:GameRenderer
68 mHeight = gameHeight;
204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight);
270 //mHeight = h;
273 float scaleY = (float)h / mHeight;
275 final int viewportHeight = (int)(mHeight * scaleY);
286 float ratio = (float) mWidth / mHeight;
H A DSpriteComponent.java30 private int mHeight; field in class:SpriteComponent
44 mHeight = height;
60 mHeight = 0;
112 bitmap.setHeight(mHeight);
174 return mHeight;
179 mHeight = height;
H A DGLSurfaceView.java1082 mHeight = 0;
1181 && (mWidth > 0) && (mHeight > 0)
1210 h = mHeight;
1386 mHeight = h;
1523 private int mHeight; field in class:GLSurfaceView.GLThread
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCaptureFactory.java35 final int mHeight; field in class:VideoCaptureFactory.CamParams
41 mHeight = height;
H A DVideoCapture.java31 int mHeight; field in class:VideoCapture.CaptureFormat
38 mHeight = height;
48 return mHeight;
176 mCaptureFormat.mHeight);
306 return mCaptureFormat.mHeight;
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DExternalVideoSurfaceContainer.java80 private int mHeight; field in class:ExternalVideoSurfaceContainer
153 mHeight = 0;
233 if (mX == x && mY == y && mWidth == width && mHeight == height) return;
237 mHeight = height;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAndroidViewIntegrationTest.java30 private int mHeight; field in class:AndroidViewIntegrationTest.OnContentSizeChangedHelper
39 return mHeight;
44 mHeight = heightCss;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DMediaResourceGetter.java45 private final int mHeight; field in class:MediaResourceGetter.MediaMetadata
51 mHeight = height;
65 int getHeight() { return mHeight; }
75 + ", height=" + mHeight
85 result = prime * result + mHeight;
102 if (mHeight != other.mHeight)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DInfoBarContainer.java110 private int mHeight; field in class:InfoBarContainer
394 mHeight = newHeight;
396 mDistanceFromBottom = mInnerHeight - mHeight - getScrollY();
402 mDistanceFromBottom = mInnerHeight - mHeight - getScrollY();
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 320 milliseconds