HomeSort by relevance Sort by last modified time
    Searched refs:mWidth (Results 251 - 275 of 444) sorted by null

<<1112131415161718

  /cts/suite/cts/deviceTests/opengl/jni/graphics/
Renderer.cpp 120 if (!eglQuerySurface(mEglDisplay, mEglSurface, EGL_WIDTH, &mWidth)
230 glViewport(0, 0, mWidth, mHeight);
251 glViewport(0, 0, mWidth, mHeight);
  /cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java 113 private int mWidth;
122 mWidth = w;
132 TAG, mWidth, mHeight, 200, mSurface, 0);
  /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;
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 28 private int mWidth;
44 mWidth = width;
189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 56 : mWidth(width),
68 meta->setInt32(kKeyWidth, mWidth);
123 int mWidth, mHeight;
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfRenderer.java 269 private final int mWidth;
278 mWidth = size.x;
298 return mWidth;
  /frameworks/base/opengl/java/android/opengl/
ETC1Util.java 118 mWidth = width;
127 public int getWidth() { return mWidth; }
141 private int mWidth;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 150 private int mWidth, mHeight;
191 public int getGameWidth() { return mWidth; }
253 mWidth = getWidth();
261 sun.setTranslationX(frand(w, mWidth-w));
283 moon.setTranslationX(frand(w, mWidth - w));
325 s.setTranslationX(frand(-lp.width, mWidth + lp.width));
329 mDroid.setX(mWidth / 2);
374 mDroid.setX(mWidth / 2);
508 s1.setTranslationX(mWidth+inset);
522 p1.setTranslationX(mWidth);
    [all...]
  /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;
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 34 thiz->mSize.mWidth = width;
55 SLmillimeter width = thiz->mSize.mWidth;
215 thiz->mSize.mWidth = 0;
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 84 mWidth = info.width;
99 if (STATUS_OK != mWorker->allocSurface(&mWidth, &mHeight, mStride, mColorFormat, mGrallocHandle, &mSurface)) {
104 ALOGD_IF(ISV_BUFFER_MANAGER_DEBUG, "%s: mWidth %d, mHeight %d, mStride %d, mColorFormat %d, mGrallocHandle %p, mSurface %d",
105 __func__, mWidth, mHeight, mStride, mColorFormat, mGrallocHandle, mSurface);
  /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/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorSVRectView.java 56 private int mWidth;
148 x = Math.max(Math.min(x, mWidth - mBorder), mBorder);
170 mWidth = w;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java 50 private int mWidth;
171 mWidth = getWidth();
275 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...]
  /frameworks/base/core/java/android/text/
Layout.java 153 mWidth = width;
173 mWidth = width;
240 int right = mWidth;
387 final int width = mWidth;
542 return mWidth;
550 return mWidth;
559 if (wid < mWidth) {
563 mWidth = wid;
619 bounds.right = mWidth; // ???
856 if (clamped && wid > mWidth) {
    [all...]
  /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;
  /hardware/ti/omap4-aah/camera/
Decoder_libjpeg.cpp 131 mWidth = 0;
212 if (mWidth == 0){
213 mWidth = cinfo.output_width;
217 else if ((cinfo.output_width > mWidth) || (cinfo.output_height > mHeight)) {
219 mWidth, mHeight, cinfo.output_width, cinfo.output_height);
  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 229 dout << "Buffer dimensions " << mWidth << "x" << mHeight << std::endl;
251 (mWidth * mHeight - (underexposed + overexposed));
383 dout << "Stream size is " << mWidth << " x " << mHeight << std::endl;
431 if (availableProcessedSizes.data.i32[i] == mWidth &&
438 "available sizes: " << mWidth << ", " << mHeight;
445 HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED, mWidth, mHeight);
669 int numValidPixels = mWidth * mHeight - (underexposed + overexposed);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 102 protected float mWidth = 0;
132 this.mWidth = unsignedTime.mWidth;
140 mWidth = time.length() * mEm;
144 mWidth = mLabelWidth = 0;
150 return mWidth + mLabelWidth;
227 mWidth += (mMinusWidth - mEm);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 407 private int mWidth;
501 int rows = (mWidth > mHeight) ? mSpec.rowsLand : mSpec.rowsPort;
513 initLayoutParameters(mWidth, mHeight, mSlotWidth, mSlotHeight, padding);
517 initLayoutParameters(mHeight, mWidth, mSlotHeight, mSlotWidth, padding);
525 mWidth = width;
536 int endCol = (position + mWidth + mSlotWidth + mSlotGap - 1) /
615 int limit = WIDE ? mContentLength - mWidth : mContentLength - mHeight;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 125 mCodecConfiguration->g_w = mWidth;
318 mConversionBuffer = (uint8_t *)malloc(mWidth * mHeight * 3 / 2);
683 mConversionBuffer, mWidth * mHeight * 3 / 2,
685 mWidth, mHeight);
693 source, mConversionBuffer, mWidth, mHeight);
698 vpx_img_wrap(&raw_frame, VPX_IMG_FMT_I420, mWidth, mHeight,
  /frameworks/av/media/libstagefright/omx/
SoftVideoEncoderOMXComponent.cpp 67 mWidth(width),
100 def.format.video.nFrameWidth = mWidth;
128 def.format.video.nFrameWidth = mWidth;
149 inDef->format.video.nFrameWidth = mWidth;
164 outDef->format.video.nFrameWidth = mWidth;
174 mWidth = port->format.video.nFrameWidth;
  /frameworks/base/core/java/android/app/
WallpaperManager.java 151 private final int mWidth;
159 mWidth = bitmap.getWidth();
162 setBounds(0, 0, mWidth, mHeight);
180 mDrawLeft = left + (right-left - mWidth) / 2;
206 return mWidth;
216 return mWidth;
    [all...]

Completed in 1307 milliseconds

<<1112131415161718