HomeSort by relevance Sort by last modified time
    Searched full:mwidth (Results 51 - 75 of 358) sorted by null

1 23 4 5 6 7 8 91011>>

  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 45 private int mWidth;
56 mWidth = width;
82 mWidth = width;
97 Assert.assertEquals(mWidth, bitmap.getWidth());
105 transformMatrix.setRotate(mRotation, mWidth/2, mHeight/2);
  /frameworks/base/libs/hwui/
LayerCache.cpp 71 int deltaInt = int(lhs.mWidth) - int(rhs.mWidth);
109 LAYER_LOGD("Creating new layer %dx%d", entry.mWidth, entry.mHeight);
111 layer = new Layer(entry.mWidth, entry.mHeight);
134 LAYER_LOGD(" Layer size %dx%d", entry.mWidth, entry.mHeight);
LayerCache.h 96 mLayer(NULL), mWidth(0), mHeight(0) {
100 mWidth = Layer::computeIdealWidth(layerWidth);
105 mLayer(layer), mWidth(layer->getWidth()), mHeight(layer->getHeight()) {
127 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;
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImage.java 55 private int mWidth = UNKNOWN_LENGTH;
148 mWidth = options.outWidth;
151 mWidth = 0;
159 if (mWidth == UNKNOWN_LENGTH) setupDimension();
160 return mWidth;
  /frameworks/base/media/java/android/media/videoeditor/
TransitionAlpha.java 57 private int mWidth;
104 mWidth = dbo.outWidth;
125 final int [] framingBuffer = new int[mWidth];
132 imageBitmap.getPixels(framingBuffer, 0, mWidth, 0, tmp,mWidth, 1);
134 intBuffer.put(framingBuffer,0,mWidth);
160 return mWidth;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 33 private int mWidth;
37 distance /= mWidth; // make it relative to width
46 velocity /= mWidth; // make it relative to width
65 mWidth = width;
73 // range int [-1/4, 5/4]*mWidth. So if part of the thumbnail is outside
75 float x = screenX + mWidth / 4;
76 int range = 3 * mWidth / 2;
SlideshowView.java 122 private final int mWidth;
129 mWidth = width;
132 MOVE_SPEED * mWidth * (random.nextFloat() - 0.5f),
143 viewWidth / mWidth, (float) viewHeight / mHeight);
  /external/chromium_org/third_party/angle/src/libEGL/
Surface.cpp 42 mWidth = -1;
50 : mDisplay(display), mWindow(NULL), mConfig(config), mShareHandle(shareHandle), mWidth(width), mHeight(height), mPostSubBufferSupported(EGL_FALSE)
116 width = mWidth;
155 mWidth = backbufferWidth;
178 mWidth = backbufferWidth;
192 if (x + width > mWidth)
194 width = mWidth - x;
345 return swapRect(0, 0, mWidth, mHeight);
361 return mWidth;
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
OverlayDisplayWindow.java 57 protected final int mWidth;
66 mWidth = width;
140 if (mWidth > mHeight) {
141 height = mHeight * width / mWidth;
143 width = mWidth * height / mHeight;
251 if (mWidth * height < mHeight * width) {
252 mTextureView.getLayoutParams().width = mWidth;
253 mTextureView.getLayoutParams().height = mWidth * height / width;
289 mTextureView.getLayoutParams().width = mWidth;
331 scale = Math.min(scale, (float)mDefaultDisplayMetrics.widthPixels / mWidth);
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
VideoSource.h 33 : mWidth(width),
41 meta->setInt32(kKeyWidth, mWidth);
88 int mWidth, mHeight;
  /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 36 private int mWidth;
45 mWidth = mInPixelsAllocation.getType().getX();
61 mScript.set_gWidth(mWidth);
GroupTest.java 38 private int mWidth;
48 mWidth = mInPixelsAllocation.getType().getX();
67 tb.setX(mWidth);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
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);
  /frameworks/av/include/private/media/
VideoFrame.h 91 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
95 mWidth = copy.mWidth;
119 uint32_t mWidth;
  /packages/apps/Contacts/src/com/android/contacts/util/
StreamItemPhotoEntry.java 34 private final int mWidth;
44 mWidth = width;
56 mWidth = getInt(cursor, PhotoFiles.WIDTH, -1);
81 return mWidth;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeIconsView.java 40 private int mWidth;
54 mWidth = 0;
63 mWidth += drawable.getIntrinsicWidth() + mResources.iconMargin;
99 setMeasuredDimension(mWidth, mHeight);
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
CallbackProcessor.java 40 private int mWidth;
55 mWidth = width;
61 int inputSize = TestingCamera.getCallbackBufferSize(mWidth, mHeight,
76 swizzleScript.invoke_init_convert(mWidth, mHeight,
  /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;

Completed in 2498 milliseconds

1 23 4 5 6 7 8 91011>>