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

12

/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);
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/skia/src/codec/
H A DSkStubHeifDecoderAPI.h37 int mHeight; member in struct:HeifFrameInfo
H A DSkHeifCodec.cpp151 return std::unique_ptr<SkCodec>(new SkHeifCodec(frameInfo.mWidth, frameInfo.mHeight,
/external/skqp/src/codec/
H A DSkStubHeifDecoderAPI.h37 int mHeight; member in struct:HeifFrameInfo
H A DSkHeifCodec.cpp151 return std::unique_ptr<SkCodec>(new SkHeifCodec(frameInfo.mWidth, frameInfo.mHeight,
/external/swiftshader/src/OpenGL/libGL/
H A DSurface.cpp51 : mDisplay(display), mWindow(nullptr), mWidth(width), mHeight(height)
99 return reset(mWidth, mHeight);
154 mHeight = backBufferHeight;
208 return mHeight;
H A DRenderbuffer.cpp286 mHeight = 0;
310 return mHeight;
335 mHeight = renderTarget->getHeight();
361 mHeight = height;
394 mHeight = depthStencil->getHeight();
419 mHeight = height;
H A DSurface.h78 GLint mHeight; // Height of surface member in class:gl::Surface
H A DRenderbuffer.h130 GLsizei mHeight; member in class:gl::RenderbufferStorage
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DRenderbuffer.cpp244 mHeight = 0;
260 return mHeight;
280 mHeight = renderTarget->getHeight();
308 mHeight = height;
358 mHeight = depthStencil->getHeight();
386 mHeight = height;
H A DRenderbuffer.h106 GLsizei mHeight; member in class:es1::RenderbufferStorage
/external/swiftshader/src/OpenGL/libGLESv2/
H A DRenderbuffer.cpp455 mHeight = 0;
471 return mHeight;
491 mHeight = renderTarget->getHeight();
519 mHeight = height;
569 mHeight = depthStencil->getHeight();
597 mHeight = height;
H A DRenderbuffer.h197 GLsizei mHeight; member in class:es2::RenderbufferStorage
/external/v4l2_codec2/tests/
H A DC2VDAComponent_test.cpp125 int mHeight = -1; member in struct:android::TestVideoFile
346 mTestVideoFile->mHeight = std::stoi(tokens[3]);
351 mTestVideoFile->mComponentName.c_str(), mTestVideoFile->mWidth, mTestVideoFile->mHeight,
450 mTestVideoFile->mFilename, mTestVideoFile->mWidth, mTestVideoFile->mHeight);
482 ASSERT_LE(mTestVideoFile->mHeight, static_cast<int>(graphicBlock.height()));
486 ASSERT_EQ(mTestVideoFile->mHeight, static_cast<int>(graphicBlock.crop().height));
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
H A DWavePlotView.java63 private int mHeight; field in class:WavePlotView
236 mHeight = h;
237 log("New w: " + mWidth + " h: " + mHeight);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 534 milliseconds

12