Searched refs:mHeight (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.cpp19 mHeight = 0;
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
H A DImage.h35 GLsizei getHeight() const { return mHeight; }
57 GLsizei mHeight; member in class:rx::Image
/external/chromium_org/third_party/angle/util/
H A DOSWindow.cpp11 mHeight(0)
25 return mHeight;
48 mHeight = event.Size.Height;
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
H A DOSWindow.h42 int mHeight; member in class:OSWindow
/external/replicaisland/src/com/replica/replicaisland/
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 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 DScrollerComponent.java26 private int mHeight; field in class:ScrollerComponent
60 mHeight = 0;
79 mHeight = height;
103 background.setHeight(mHeight);
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 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 DTiledVertexGrid.java29 private int mHeight; field in class:TiledVertexGrid
45 mHeight = height;
190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight);
/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
H A DSwapChain11.cpp40 mHeight = -1;
101 const int previousHeight = mHeight;
283 mHeight = backbufferHeight;
290 sourceBox.top = std::max(previousHeight - mHeight, 0);
296 const int yoffset = std::max(mHeight - previousHeight, 0);
303 swapRect(0, 0, mWidth, mHeight);
538 float y1 = (y / float(mHeight)) * 2.0f - 1.0f;
540 float y2 = ((y + height) / float(mHeight)) * 2.0f - 1.0f;
543 float v1 = y / float(mHeight);
545 float v2 = (y + height) / float(mHeight);
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DSwapChain9.cpp27 mHeight = -1;
132 mWidth, mHeight
234 mHeight = backbufferHeight;
282 D3DVIEWPORT9 viewport = {0, 0, mWidth, mHeight, 0.0f, 1.0f};
286 float y1 = (mHeight - y - height) - 0.5f;
288 float y2 = (mHeight - y) - 0.5f;
291 float v1 = y / float(mHeight);
293 float v2 = (y + height) / float(mHeight);
308 x, mHeight - y - height,
309 x + width, mHeight
[all...]
H A DRenderTarget9.cpp31 mHeight = description.Height;
98 mHeight = height;
H A DSwapChain9.h43 EGLint mHeight; member in class:rx::SwapChain9
/external/chromium_org/third_party/angle/src/libEGL/
H A DSurface.cpp43 mHeight = height;
51 : mDisplay(display), mWindow(NULL), mConfig(config), mShareHandle(shareHandle), mWidth(width), mHeight(height), mPostSubBufferSupported(EGL_FALSE)
120 height = mHeight;
159 mHeight = backbufferHeight;
182 mHeight = backbufferHeight;
200 if (y + height > mHeight)
202 height = mHeight - y;
352 return swapRect(0, 0, mWidth, mHeight);
402 return mHeight;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DRenderbuffer.cpp113 mHeight = 0;
135 return mHeight;
182 mHeight = mRenderTarget->getHeight();
196 mHeight = height;
222 mHeight = mDepthStencil->getHeight();
235 mHeight = mDepthStencil->getHeight();
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DVideoCaptureTango.java82 CAM_PARAMS[mTangoCameraId].mHeight,
93 mCaptureFormat.mWidth * mCaptureFormat.mHeight * 3 / 2);
134 for (int j = 0; j < mCaptureFormat.mWidth * mCaptureFormat.mHeight - sizeY;
H A DVideoCaptureAndroid.java58 format.mHeight = (buggyDevice.mMinHeight > format.mHeight)
59 ? buggyDevice.mMinHeight : format.mHeight;
165 mExpectedFrameSize = mCaptureFormat.mWidth * mCaptureFormat.mHeight *
H A DVideoCapture.java31 int mHeight; field in class:VideoCapture.CaptureFormat
38 mHeight = height;
48 return mHeight;
176 mCaptureFormat.mHeight);
306 return mCaptureFormat.mHeight;
H A DVideoCaptureFactory.java35 final int mHeight; field in class:VideoCaptureFactory.CamParams
41 mHeight = height;
/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/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)

Completed in 460 milliseconds

12