/frameworks/base/libs/hwui/ |
DeferredLayerUpdater.h | 43 if (mWidth != width || mHeight != height) { 44 mWidth = width; 87 uint32_t mWidth;
|
LayerCache.h | 100 mLayer(NULL), mWidth(0), mHeight(0) { 104 mWidth = Layer::computeIdealWidth(layerWidth); 109 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) { 131 uint32_t mWidth;
|
RenderBufferCache.h | 81 mBuffer(NULL), mWidth(0), mHeight(0) { 85 mBuffer(NULL), mFormat(format), mWidth(width), mHeight(height) { 90 mWidth(buffer->getWidth()), mHeight(buffer->getHeight()) { 115 uint32_t mWidth;
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
Convolve3x3.java | 35 private int mWidth; 44 mWidth = mInPixelsAllocation.getType().getX(); 60 mScript.set_gWidth(mWidth);
|
GroupTest.java | 38 private int mWidth; 48 mWidth = mInPixelsAllocation.getType().getX(); 67 tb.setX(mWidth);
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
GroupTest.java | 31 private int mWidth; 41 mWidth = mInPixelsAllocation.getType().getX(); 60 tb.setX(mWidth);
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
Convolve3x3.java | 35 private int mWidth; 44 mWidth = mInPixelsAllocation.getType().getX(); 60 mScript.set_gWidth(mWidth);
|
GroupTest.java | 38 private int mWidth; 48 mWidth = mInPixelsAllocation.getType().getX(); 67 tb.setX(mWidth);
|
/hardware/intel/img/hwcomposer/include/ |
IDisplayDevice.h | 31 mWidth(w), 38 int getWidth() const { return mWidth; } 44 int mWidth;
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
Window.h | 44 int mWidth;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/ |
SwapChain9.h | 44 EGLint mWidth;
|
/external/replicaisland/src/com/replica/replicaisland/ |
ScrollerComponent.java | 25 private int mWidth; 59 mWidth = 0; 78 mWidth = width; 102 background.setWidth(mWidth);
|
SpriteComponent.java | 29 private int mWidth; 43 mWidth = width; 59 mWidth = 0; 111 bitmap.setWidth(mWidth); 170 return mWidth; 178 mWidth = width;
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
Shape.java | 31 private float mWidth; 38 return mWidth; 71 if (mWidth != width || mHeight != height) { 72 mWidth = width;
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
ReusableBitmap.java | 28 private int mWidth; 50 mWidth = w; 58 return mWidth; 106 sb.append(mWidth);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
SlideshowView.java | 122 private final int mWidth; 129 mWidth = width; 132 MOVE_SPEED * mWidth * (random.nextFloat() - 0.5f), 143 viewWidth / mWidth, (float) viewHeight / mHeight);
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
CallbackProcessor.java | 40 private int mWidth; 55 mWidth = width; 61 int inputSize = TestingCamera.getCallbackBufferSize(mWidth, mHeight, 75 swizzleScript.invoke_init_convert(mWidth, mHeight,
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
MeteringRectangle.java | 76 private final int mWidth; 94 mWidth = checkArgumentNonnegative(width, "width must be nonnegative"); 118 mWidth = checkArgumentNonnegative(dimensions.getWidth(), "width must be nonnegative"); 139 mWidth = checkArgumentNonnegative(rect.width(), "rect.width must be nonnegative"); 168 return mWidth; 206 return new Size(mWidth, mHeight); 217 return new Rect(mX, mY, mX + mWidth, mY + mHeight); 245 && mWidth == other.mWidth 255 return HashCodeHelpers.hashCode(mX, mY, mWidth, mHeight, mWeight) [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
TextureViewHelper.java | 54 private int mWidth = 0; 99 if (mWidth != width || mHeight != height || mOrientation != rotation) { 100 mWidth = width; 120 mPreviewArea.set(0, 0, mWidth, mHeight); 193 RectF previewRect = new RectF(0, 0, mWidth, mHeight); 221 mPreviewArea.set(0, 0, mWidth, mHeight); 249 if (mAspectRatio == MATCH_SCREEN || mAspectRatio < 0 || mWidth == 0 || mHeight == 0) { 257 matrix = info.getPreviewTransform(mOrientation, new RectF(0, 0, mWidth, mHeight), 304 RectF area = new RectF(0, 0, mWidth, mHeight); 335 listener.onPreviewAreaChanged(new RectF(0, 0, mWidth, mHeight)) [all...] |
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/ |
Scene.cpp | 22 mWidth(width), mHeight(height) { 38 mProjectionMatrix = setUpProjectionMatrix(mWidth, mHeight);
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/glowing/ |
BlurMeshNode.cpp | 20 mWidth(width), mHeight(height) { 40 glUniform2f(scaleUniformHandle, 1.0f / mWidth, 0);
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
GalaxyRS.java | 42 private int mWidth; 60 mWidth = width; 148 mWidth = w; 151 proj.loadOrthoWindow(mWidth, mHeight); 152 Matrix4f projNorm = getProjectionNormalized(mWidth, mHeight); 164 proj.loadOrthoWindow(mWidth, mHeight); 171 updateProjectionMatrices(mWidth, mHeight); 269 mWidth = width;
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.h | 52 uint16_t mWidth; 58 mX(x), mY(y), mWidth(width), mHeight(height), mNext(NULL), mPrev(NULL) { 69 currBlock->mWidth, currBlock->mHeight); 96 return mWidth; 108 return (y * mWidth + x) * PixelBuffer::formatSize(mFormat); 182 uint16_t mWidth;
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
DocumentaryFilter.java | 39 private int mWidth = 0; 123 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 124 mWidth = inputFormat.getWidth(); 145 if (mWidth > mHeight) { 147 scale[1] = ((float) mHeight) / mWidth; 149 scale[0] = ((float) mWidth) / mHeight;
|
FisheyeFilter.java | 48 private int mWidth = 0; 115 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) { 137 mWidth = width; 146 if (mWidth > mHeight) { 148 scale[1] = ((float) mHeight) / mWidth; 150 scale[0] = ((float) mWidth) / mHeight;
|