Searched refs:mWidth (Results 1 - 20 of 20) sorted by relevance

/external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/
H A DOnCameraFrameRender.java61 private int mWidth; field in class:ComparisonFrameRender
66 mWidth = width;
78 undistortedFrame.colRange(new Range(0, mWidth / 2)).copyTo(comparisonFrame.colRange(new Range(mWidth / 2, mWidth)));
80 final int shift = (int)(mWidth * 0.005);
81 border.add(new MatOfPoint(new Point(mWidth / 2 - shift, 0), new Point(mWidth / 2 + shift, 0),
82 new Point(mWidth / 2 + shift, mHeight), new Point(mWidth /
[all...]
H A DCameraCalibrationActivity.java45 private int mWidth; field in class:CameraCalibrationActivity
143 new OnCameraFrameRender(new ComparisonFrameRender(mCalibrator, mWidth, mHeight, getResources()));
196 if (mWidth != width || mHeight != height) {
197 mWidth = width;
199 mCalibrator = new CameraCalibrator(mWidth, mHeight);
/external/opencv3/modules/java/generator/src/java/
H A Dandroid+FpsMeter.java23 int mWidth = 0; field in class:FpsMeter
47 if (mWidth != 0 && mHeight != 0)
48 mStrfps = FPS_FORMAT.format(fps) + " FPS@" + Integer.valueOf(mWidth) + "x" + Integer.valueOf(mHeight);
57 mWidth = width;
H A Dandroid+JavaCameraView.java299 return mYuvFrameData.submat(0, mHeight, 0, mWidth);
310 mWidth = width;
322 private int mWidth; field in class:JavaCameraView.JavaCameraFrame
/external/replicaisland/src/com/replica/replicaisland/
H A DDrawableBitmap.java28 private int mWidth; field in class:DrawableBitmap
38 mWidth = width;
111 final float width = mWidth;
162 mWidth = width;
168 return mWidth;
172 mWidth = width;
219 if (position.x + mWidth < 0 || position.x > mViewWidth
228 setCrop(horzFlip ? mWidth : 0,
230 horzFlip ? -mWidth : mWidth,
[all...]
H A DSpriteComponent.java29 private int mWidth; field in class:SpriteComponent
43 mWidth = width;
59 mWidth = 0;
111 bitmap.setWidth(mWidth);
170 return mWidth;
178 mWidth = width;
H A DScrollerComponent.java25 private int mWidth; field in class:ScrollerComponent
59 mWidth = 0;
78 mWidth = width;
102 background.setWidth(mWidth);
H A DGameRenderer.java39 private int mWidth; field in class:GameRenderer
67 mWidth = gameWidth;
204 DrawableBitmap.beginDrawing(gl, mWidth, mHeight);
269 //mWidth = w;0
272 float scaleX = (float)w / mWidth;
274 final int viewportWidth = (int)(mWidth * scaleX);
286 float ratio = (float) mWidth / mHeight;
H A DBackgroundCollisionComponent.java28 private int mWidth; field in class:BackgroundCollisionComponent
60 mWidth = width;
105 mWidth = width;
144 final int right = left + mWidth;
146 final float centerOffsetX = ((mWidth) / 2.0f) + left;
H A DTiledVertexGrid.java28 private int mWidth; field in class:TiledVertexGrid
44 mWidth = width;
189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth);
H A DGLSurfaceView.java1081 mWidth = 0;
1181 && (mWidth > 0) && (mHeight > 0)
1209 w = mWidth;
1385 mWidth = w;
1522 private int mWidth; field in class:GLSurfaceView.GLThread
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
H A DSDLActivity.java1001 protected static float mWidth, mHeight; field in class:SDLSurface
1022 mWidth = 1.0f;
1111 mWidth = width;
1126 if (mWidth > mHeight) {
1130 if (mWidth < mHeight) {
1137 double min = Math.min(mWidth, mHeight);
1138 double max = Math.max(mWidth, mHeight);
1254 x = event.getX(i) / mWidth;
1278 x = event.getX(i) / mWidth;
1292 x = event.getX(i) / mWidth;
[all...]
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
H A DGLSurfaceViewAPI18.java1277 mWidth = 0;
1475 w = mWidth;
1505 + " mWidth: " + mWidth
1624 && (mWidth > 0) && (mHeight > 0)
1732 mWidth = w;
1802 private int mWidth; field in class:GLSurfaceViewAPI18.GLThread
/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/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...

Completed in 2032 milliseconds