/frameworks/base/libs/hwui/ |
RenderProperties.h | 383 mPrimitiveFields.mWidth = mPrimitiveFields.mRight - mPrimitiveFields.mLeft; 413 mPrimitiveFields.mWidth = mPrimitiveFields.mRight - mPrimitiveFields.mLeft; 454 mPrimitiveFields.mWidth = mPrimitiveFields.mRight - mPrimitiveFields.mLeft; 483 return mPrimitiveFields.mWidth; 596 int mWidth, mHeight;
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
RsRenderStatesRS.java | 34 int mWidth; 42 mWidth = mRS.getWidth(); 53 mWidth = mRS.getWidth(); 57 proj.loadOrthoWindow(mWidth, mHeight); 215 proj.loadOrthoWindow(mWidth, mHeight);
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeVirtualDisplayWithCompositionTest.java | 614 private int mWidth; 654 mWidth = w; 787 Log.i(TAG, "initGl w:" + mWidth + " h:" + mHeight); 788 GLES20.glViewport(0, 0, mWidth, mHeight); 791 // max window is from (0,0) to (mWidth - 1, mHeight - 1) 792 float wMid = mWidth / 2f; [all...] |
/cts/tests/tests/opengl/src/android/opengl/cts/ |
FramebufferTest.java | 482 private int mWidth = -1; 499 mWidth = mEglCore.querySurface(mEGLSurface, EGL14.EGL_WIDTH); 511 mWidth = width; 519 return mWidth; 535 mWidth = mHeight = -1; 604 ByteBuffer buf = ByteBuffer.allocateDirect(mWidth * mHeight * 4); 606 GLES20.glReadPixels(0, 0, mWidth, mHeight, 611 int pixelCount = mWidth * mHeight; 622 Bitmap bmp = Bitmap.createBitmap(colors, mWidth, mHeight, Bitmap.Config.ARGB_8888); 628 Log.d(TAG, "Saved " + mWidth + "x" + mHeight + " frame as '" + filename + "'") [all...] |
/frameworks/base/core/java/android/widget/ |
CalendarView.java | [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/ |
MediaEncoderFilter.java | 105 private int mWidth = 0; 241 if (mWidth > 0 && mHeight > 0) { 242 mMediaRecorder.setVideoSize(mWidth, mHeight); 247 mMediaRecorder.setVideoSize(mWidth, mHeight); 297 boolean widthHeightSpecified = mWidth > 0 && mHeight > 0; 304 width = mWidth;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
ImageProcessingActivityJB.java | 73 int mWidth; 78 mWidth = 800; 84 mWidth = 800; 90 mWidth = 800; 95 setMeasuredDimension(mWidth, mHeight); 560 mDisplayView.mWidth = tw;
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
TextureTestRenderer.java | 62 private int mWidth; 122 gl.glReadPixels(mWidth / 2, mHeight / 2, 1, 1, GL10.GL_RGBA, 133 mWidth = width;
|
/frameworks/av/cmds/stagefright/ |
record.cpp | 46 : mWidth(width), 60 meta->setInt32(kKeyWidth, mWidth); 108 int mWidth, mHeight;
|
recordvideo.cpp | 56 : mWidth(width), 68 meta->setInt32(kKeyWidth, mWidth); 123 int mWidth, mHeight;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
SurfaceTextureSource.java | 75 private int mWidth; 148 mOutputFormat = ImageFormat.create(mWidth, mHeight, 243 mOutputFormat.setDimensions(mWidth, mHeight);
|
/frameworks/base/opengl/java/android/opengl/ |
ETC1Util.java | 118 mWidth = width; 127 public int getWidth() { return mWidth; } 141 private int mWidth;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
BlockingGLTextureView.java | 320 private int mWidth, mHeight; 356 mWidth = width; 404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
|
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 70 const uint8_t* pixel = img + (4 * (y*mWidth + x)); 81 mWidth(w), 86 const uint32_t mWidth;
|
/hardware/intel/img/hwcomposer/common/base/ |
HwcLayer.cpp | 62 mWidth(0), 183 return mWidth; 328 mWidth = buffer->getWidth();
|
/packages/apps/Camera/src/com/android/camera/ |
MosaicPreviewRenderer.java | 43 private int mWidth; // width of the view in UI 157 MosaicRenderer.reset(mWidth, mHeight, mIsLandscape); 191 mWidth = w;
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ModeSelectorItem.java | 51 private int mWidth; 134 mWidth = right - left; 137 setVisibleWidth(mWidth);
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
BlockingGLTextureView.java | 320 private int mWidth, mHeight; 356 mWidth = width; 404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
BlockingGLTextureView.java | 320 private int mWidth, mHeight; 356 mWidth = width; 404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
LeaveBehindItem.java | 50 private int mWidth; 177 mWidth = getWidth(); 281 setMeasuredDimension(mWidth, mAnimatedHeight);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Key.java | 98 private final int mWidth; 202 mWidth = width - horizontalGap; 249 mWidth = Math.round(keyWidth - horizontalGap); 389 mWidth = key.mWidth; 423 key.mWidth, 450 && o.mWidth == mWidth 775 return mWidth; [all...] |
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldRS.java | 40 private int mWidth; 57 mWidth = width; 113 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamRS.java | 39 int mWidth; 64 mWidth = width; 128 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight);
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Surface.h | 91 EGLint mWidth; // Width of surface
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Renderbuffer.h | 61 GLsizei mWidth;
|