/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 29 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()
|
D | SpriteComponent.java | 30 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()
|
D | ScrollerComponent.java | 26 private int mHeight; field in ScrollerComponent 60 mHeight = 0; in reset() 79 mHeight = height; in setup() 103 background.setHeight(mHeight); in update()
|
D | GameRenderer.java | 40 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()
|
D | BackgroundCollisionComponent.java | 29 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()
|
D | TiledVertexGrid.java | 29 private int mHeight; field in TiledVertexGrid 45 mHeight = height; in TiledVertexGrid() 190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight); in draw()
|
D | GLSurfaceView.java | 1082 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/ |
D | Surface.cpp | 43 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()
|
D | Surface.h | 85 EGLint mHeight; // Height of surface variable
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
D | SwapChain9.cpp | 27 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()
|
D | RenderTarget.h | 23 mHeight = 0; in RenderTarget() 32 GLsizei getHeight() { return mHeight; } in getHeight() 45 GLsizei mHeight; variable
|
D | SwapChain11.cpp | 38 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 …]
|
D | SwapChain11.h | 39 EGLint getHeight() const { return mHeight; } in getHeight() 52 EGLint mHeight; variable
|
D | RenderTarget9.cpp | 31 mHeight = description.Height; in RenderTarget9() 82 mHeight = height; in RenderTarget9()
|
D | RenderTarget11.cpp | 157 mHeight = height; in RenderTarget11() 184 mHeight = height; in RenderTarget11() 290 mHeight = height; in RenderTarget11()
|
D | Image11.cpp | 129 mHeight != height || in redefine() 136 mHeight = height; in redefine() 386 if (mWidth != 0 && mHeight != 0) in createStagingTexture() 389 GLsizei height = mHeight; in createStagingTexture()
|
D | SwapChain9.h | 43 EGLint mHeight; variable
|
D | Image9.cpp | 147 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()
|
D | Image.h | 34 GLsizei getHeight() const { return mHeight; } in getHeight() 119 GLsizei mHeight; variable
|
D | Image.cpp | 20 mHeight = 0; in Image()
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Renderbuffer.cpp | 321 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()
|
D | Renderbuffer.h | 154 GLsizei mHeight; variable
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | MediaResourceGetter.java | 34 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/ |
D | AndroidViewIntegrationTest.java | 30 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/ |
D | VideoCapture.java | 30 public int mHeight = 0; field in VideoCapture.CaptureCapability 178 mCurrentCapability.mHeight = matchedHeight; in allocate() 240 return mCurrentCapability.mHeight; in queryHeight()
|