Searched refs:mWidth (Results 201 - 225 of 250) sorted by relevance

12345678910

/frameworks/base/core/java/android/text/
H A DStaticLayout.java102 b.mWidth = width;
190 mWidth = width;
434 private int mWidth; field in class:StaticLayout.Builder
541 e.mWidth = ellipsizedWidth;
577 b.mPaint, b.mWidth, b.mAlignment, b.mTextDir, b.mSpacingMult, b.mSpacingAdd);
583 e.mWidth = b.mEllipsizedWidth;
590 mEllipsizedWidth = b.mWidth;
611 int outerWidth = b.mWidth;
H A DDynamicLayout.java76 b.mWidth = width;
286 private int mWidth; field in class:DynamicLayout.Builder
388 b.mPaint, b.mWidth, b.mAlignment, b.mTextDir, b.mSpacingMult, b.mSpacingAdd);
435 e.mWidth = b.mEllipsizedWidth;
440 mEllipsizedWidth = b.mWidth;
/frameworks/rs/rsov/driver/
H A DrsovAllocation.h63 uint32_t getWidth() const { return mWidth; }
72 const uint32_t mWidth; member in class:android::renderscript::rsov::RSoVAllocation
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java150 int mWidth = (((int) (8 + mRect.width())) & ~3); // bounding rectangle that is a power of 8
154 return new Rect(mPasteOffX, mPasteOffY, mPasteOffX + mWidth, mPasteOffY + mHeight);
/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java538 mSize = new Size(decoder.mWidth, decoder.mHeight);
748 private final int mWidth; field in class:ImageDecoder
784 mWidth = width;
1106 int targetWidth = getTargetDimension(mWidth, sampleSize, size.getWidth());
1112 return mWidth != mDesiredWidth || mHeight != mDesiredHeight;
1821 int scaledWidth = (int) (mWidth * scale + 0.5f);
H A DBitmap.java80 private int mWidth; field in class:Bitmap
127 mWidth = width;
164 mWidth = width;
273 mWidth = width;
1429 return mWidth;
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1254 mWidth = 0;
1451 w = mWidth;
1490 + " mWidth: " + mWidth
1628 && (mWidth > 0) && (mHeight > 0)
1755 mWidth = w;
1835 private int mWidth; field in class:GLSurfaceView.GLThread
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp301 mWidth = w;
380 const GLint xc = (mWidth - mAndroid[0].w) / 2;
565 *x = (mWidth - strWidth) / 2;
567 *x = mWidth + *x - strWidth;
875 const int animationX = (mWidth - animation.width) / 2;
925 Region clearReg(Rect(mWidth, mHeight));
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java203 private final int mWidth; field in class:WallpaperManager.FastBitmapDrawable
211 mWidth = bitmap.getWidth();
214 setBounds(0, 0, mWidth, mHeight);
232 mDrawLeft = left + (right-left - mWidth) / 2;
258 return mWidth;
268 return mWidth;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h483 Histogram() : mFloor(0), mWidth(0), mBelow(0), mAbove(0),
497 int64_t mFloor, mCeiling, mWidth; member in class:android::MediaCodec::Histogram
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodec.h483 Histogram() : mFloor(0), mWidth(0), mBelow(0), mAbove(0),
497 int64_t mFloor, mCeiling, mWidth; member in class:android::MediaCodec::Histogram
/frameworks/base/media/java/android/media/
H A DMediaScanner.java492 private int mWidth; field in class:MediaScanner.MyMediaScannerClient
570 mWidth = 0;
734 mWidth = parseSubstring(value, 0, 0);
827 mWidth = mBitmapOptions.outWidth;
829 return mWidth > 0 && mHeight > 0;
865 if (mWidth > 0 && mHeight > 0) {
866 map.put(MediaStore.MediaColumns.WIDTH, mWidth);
868 resolution = mWidth + "x" + mHeight;
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java309 int mWidth; field in class:ViewRootImpl
512 mWidth = -1;
913 return mWidth;
1245 mDirty.set(0, 0, mWidth, mHeight);
1310 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
1384 return r.intersect(0, 0, mWidth, mHeight);
1573 if (mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight()) {
1768 if (desiredWindowWidth != mWidth || desiredWindowHeight != mHeight) {
1926 && ((mWidth != host.getMeasuredWidth() || mHeight != host.getMeasuredHeight())
1928 frame.width() < desiredWindowWidth && frame.width() != mWidth)
[all...]
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h173 int32_t mWidth; member in struct:android::ImageDecoder
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamSplitter.h224 uint32_t mWidth = 0; member in class:android::Camera3StreamSplitter
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp186 mPrimitiveFields.mPivotX = mPrimitiveFields.mWidth / 2.0f;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp114 void setBufferWidth(int width) { mWidth = width; }
115 int getBufferWidth() { return mWidth; }
131 int mWidth; member in class:JNIImageReaderContext
141 mWidth(-1),
H A Dandroid_media_ImageWriter.cpp77 void setBufferWidth(int width) { mWidth = width; }
78 int getBufferWidth() { return mWidth; }
91 int mWidth; member in class:JNIImageWriterContext
99 mWidth(-1),
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java147 private int mWidth; field in class:GLES20Canvas
347 mWidth = width;
349 GLES20.glViewport(0, 0, mWidth, mHeight);
986 GLES20.glViewport(0, 0, mWidth, mHeight);
/frameworks/rs/
H A DrsContext.cpp580 mWidth = w;
583 if (mWidth && mHeight) {
598 return mWidth;
739 ALOGE(" RS width %i, height %i", mWidth, mHeight);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java157 int mWidth; field in class:WallpaperService.Engine
677 out.print(prefix); out.print("mWidth="); out.print(mWidth);
740 boolean sizeChanged = mWidth != myWidth || mHeight != myHeight;
753 mWidth = myWidth;
815 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp560 uint32_t mWidth; member in class:InputStripSource
573 mWidth(width), mHeight(height), mPixStride(pixStride), mRowStride(rowStride),
580 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
648 if (stream.write(rowBytes, 0, mBytesPerSample * mSamplesPerPixel * mWidth) != OK ||
694 uint32_t mWidth; member in class:DirectStripSource
707 mPixelBytes(pixelBytes), mWidth(width), mHeight(height), mPixStride(pixStride),
714 uint32_t fullSize = mWidth * mHeight * mBytesPerSample * mSamplesPerPixel;
725 && mRowStride == mWidth * mBytesPerSample * mSamplesPerPixel) {
738 if (stream.write(mPixelBytes, mOffset + i * mRowStride, mPixStride * mWidth) != OK ||
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp78 mStride(mWidth),
587 ALOGE("Unsupported resolution : %dx%d", mWidth, mHeight);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp70 mStride(mWidth) {
576 ALOGE("Unsupported resolution : %dx%d", mWidth, mHeight);
/frameworks/av/media/ndk/
H A DNdkImage.cpp37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
114 *width = mWidth;

Completed in 677 milliseconds

12345678910