Home
last modified time | relevance | path

Searched refs:mHeight (Results 1 – 25 of 26) sorted by relevance

12

/external/replicaisland/src/com/replica/replicaisland/
DDrawableBitmap.java29 private int mHeight; field in DrawableBitmap
39 mHeight = height; in DrawableBitmap()
112 final float height = mHeight; in draw()
163 mHeight = height; in resize()
176 return mHeight; in getHeight()
180 mHeight = height; in setHeight()
220 || position.y + mHeight < 0 || position.y > mViewHeight) { in visibleAtPosition()
229 vertFlip ? 0 : mHeight, in setFlip()
231 vertFlip ? -mHeight : mHeight); in setFlip()
DSpriteComponent.java30 private int mHeight; field in SpriteComponent
44 mHeight = height; in SpriteComponent()
60 mHeight = 0; in reset()
112 bitmap.setHeight(mHeight); in update()
174 return mHeight; in getHeight()
179 mHeight = height; in setSize()
DScrollerComponent.java26 private int mHeight; field in ScrollerComponent
60 mHeight = 0; in reset()
79 mHeight = height; in setup()
103 background.setHeight(mHeight); in update()
DGameRenderer.java40 private int mHeight; field in GameRenderer
68 mHeight = gameHeight; in GameRenderer()
204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight); in onDrawFrame()
273 float scaleY = (float)h / mHeight; in onSurfaceChanged()
275 final int viewportHeight = (int)(mHeight * scaleY); in onSurfaceChanged()
286 float ratio = (float) mWidth / mHeight; in onSurfaceChanged()
DBackgroundCollisionComponent.java29 private int mHeight; field in BackgroundCollisionComponent
61 mHeight = height; in BackgroundCollisionComponent()
106 mHeight = height; in setSize()
145 final int top = bottom + mHeight; in update()
147 final float centerOffsetY = ((mHeight) / 2.0f) + bottom; in update()
DTiledVertexGrid.java29 private int mHeight; field in TiledVertexGrid
45 mHeight = height; in TiledVertexGrid()
190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight); in draw()
DGLSurfaceView.java1082 mHeight = 0; in GLThread()
1181 && (mWidth > 0) && (mHeight > 0) in guardedRun()
1210 h = mHeight; in guardedRun()
1386 mHeight = h; in onWindowResize()
1523 private int mHeight; field in GLSurfaceView.GLThread
/external/chromium_org/third_party/angle/src/libEGL/
DSurface.cpp43 mHeight = -1; in Surface()
50 …Window(NULL), mConfig(config), mShareHandle(shareHandle), mWidth(width), mHeight(height), mPostSub… in Surface()
117 height = mHeight; in resetSwapChain()
156 mHeight = backbufferHeight; in resizeSwapChain()
179 mHeight = backbufferHeight; in resetSwapChain()
197 if (y + height > mHeight) in swapRect()
199 height = mHeight - y; in swapRect()
345 return swapRect(0, 0, mWidth, mHeight); in swap()
366 return mHeight; in getHeight()
DSurface.h85 EGLint mHeight; // Height of surface variable
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
DSwapChain9.cpp27 mHeight = -1; in SwapChain9()
172 mWidth, mHeight in reset()
272 mHeight = backbufferHeight; in reset()
320 D3DVIEWPORT9 viewport = {0, 0, mWidth, mHeight, 0.0f, 1.0f}; in swapRect()
324 float y1 = (mHeight - y - height) - 0.5f; in swapRect()
326 float y2 = (mHeight - y) - 0.5f; in swapRect()
329 float v1 = y / float(mHeight); in swapRect()
331 float v2 = (y + height) / float(mHeight); in swapRect()
346 x, mHeight - y - height, in swapRect()
347 x + width, mHeight - y in swapRect()
DRenderTarget.h23 mHeight = 0; in RenderTarget()
32 GLsizei getHeight() { return mHeight; } in getHeight()
45 GLsizei mHeight; variable
DSwapChain11.cpp38 mHeight = -1; in SwapChain11()
185 const int previousHeight = mHeight; in resetOffscreenTexture()
336 mHeight = backbufferHeight; in resetOffscreenTexture()
343 sourceBox.top = std::max(previousHeight - mHeight, 0); in resetOffscreenTexture()
349 const int yoffset = std::max(mHeight - previousHeight, 0); in resetOffscreenTexture()
356 swapRect(0, 0, mWidth, mHeight); in resetOffscreenTexture()
619 float y1 = (y / float(mHeight)) * 2.0f - 1.0f; in swapRect()
621 float y2 = ((y + height) / float(mHeight)) * 2.0f - 1.0f; in swapRect()
624 float v1 = y / float(mHeight); in swapRect()
626 float v2 = (y + height) / float(mHeight); in swapRect()
[all …]
DSwapChain11.h39 EGLint getHeight() const { return mHeight; } in getHeight()
52 EGLint mHeight; variable
DRenderTarget9.cpp31 mHeight = description.Height; in RenderTarget9()
82 mHeight = height; in RenderTarget9()
DRenderTarget11.cpp157 mHeight = height; in RenderTarget11()
184 mHeight = height; in RenderTarget11()
290 mHeight = height; in RenderTarget11()
DImage11.cpp129 mHeight != height || in redefine()
136 mHeight = height; in redefine()
386 if (mWidth != 0 && mHeight != 0) in createStagingTexture()
389 GLsizei height = mHeight; in createStagingTexture()
DSwapChain9.h43 EGLint mHeight; variable
DImage9.cpp147 mHeight != height || in redefine()
154 mHeight = height; in redefine()
185 if (mWidth != 0 && mHeight != 0) in createSurface()
189 GLsizei requestHeight = mHeight; in createSurface()
278 if ((GLsizei)desc.Width == mWidth && (GLsizei)desc.Height == mHeight) in setManagedSurface()
DImage.h34 GLsizei getHeight() const { return mHeight; } in getHeight()
119 GLsizei mHeight; variable
DImage.cpp20 mHeight = 0; in Image()
/external/chromium_org/third_party/angle/src/libGLESv2/
DRenderbuffer.cpp321 mHeight = 0; in RenderbufferStorage()
348 return mHeight; in getHeight()
390 mHeight = mRenderTarget->getHeight(); in Colorbuffer()
404 mHeight = height; in Colorbuffer()
435 mHeight = mDepthStencil->getHeight(); in DepthStencilbuffer()
448 mHeight = mDepthStencil->getHeight(); in DepthStencilbuffer()
DRenderbuffer.h154 GLsizei mHeight; variable
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DMediaResourceGetter.java34 private final int mHeight; field in MediaResourceGetter.MediaMetadata
40 mHeight = height; in MediaMetadata()
51 private int getHeight() { return mHeight; } in getHeight()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAndroidViewIntegrationTest.java30 private int mHeight; field in AndroidViewIntegrationTest.OnContentSizeChangedHelper
39 return mHeight; in getHeight()
44 mHeight = heightCss; in onContentSizeChanged()
/external/chromium_org/media/base/android/java/src/org/chromium/media/
DVideoCapture.java30 public int mHeight = 0; field in VideoCapture.CaptureCapability
178 mCurrentCapability.mHeight = matchedHeight; in allocate()
240 return mCurrentCapability.mHeight; in queryHeight()

12