Searched refs:mHeight (Results 51 - 75 of 165) sorted by relevance

1234567

/frameworks/base/libs/hwui/
H A DLayerCache.cpp78 return int(lhs.mHeight) - int(rhs.mHeight);
115 LAYER_LOGD("Creating new layer %dx%d", entry.mWidth, entry.mHeight);
117 layer = new Layer(Layer::kType_DisplayList, renderState, entry.mWidth, entry.mHeight);
140 LAYER_LOGD(" Layer size %dx%d", entry.mWidth, entry.mHeight);
H A DDeferredLayerUpdater.cpp36 mHeight = mLayer->layer.getHeight();
101 || mHeight != buffer->getHeight();
112 LayerRenderer::updateTextureLayer(mLayer, mWidth, mHeight,
H A DStatefulBaseRenderer.h47 return prepareDirty(0.0f, 0.0f, mWidth, mHeight, opaque);
110 int getHeight() { return mHeight; }
153 int mWidth, mHeight; member in class:android::uirenderer::StatefulBaseRenderer
/frameworks/base/libs/hwui/font/
H A DCacheTexture.h53 uint16_t mHeight; member in struct:android::uirenderer::CacheBlock
58 mX(x), mY(y), mWidth(width), mHeight(height), mNext(NULL), mPrev(NULL) {
69 currBlock->mWidth, currBlock->mHeight);
100 return mHeight;
183 uint16_t mHeight; member in class:android::uirenderer::CacheTexture
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DRotateFilter.java45 private int mHeight = 0; field in class:RotateFilter
95 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
97 mHeight = inputFormat.getHeight();
99 mOutputHeight = mHeight;
133 mOutputWidth = mHeight;
H A DGrainFilter.java45 private int mHeight = 0; field in class:GrainFilter
135 mHeight = height;
139 mGrainProgram.setHostValue("stepY", 0.5f / mHeight);
175 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
H A DRedEyeFilter.java56 private int mHeight = 0; field in class:RedEyeFilter
125 if (inputFormat.getWidth() != mWidth || inputFormat.getHeight() != mHeight) {
127 mHeight = inputFormat.getHeight();
155 int bitmapHeight = mHeight / 2;
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java41 int mHeight; field in class:RenderScriptGL
179 mHeight = 0;
212 mHeight = h;
233 mHeight = h;
244 return mHeight;
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp47 mHeight(0),
81 mHeight == heightNew &&
92 mHeight = heightNew;
207 mWidth, mHeight,
214 const uint8_t *src_u = (const uint8_t *)data + mWidth * mHeight;
215 const uint8_t *src_v = src_u + (mWidth / 2 * mHeight / 2);
246 (const uint8_t *)data + mWidth * (mHeight - mCropTop / 2);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp59 mHeight(height),
145 inDef->format.video.nFrameHeight = mHeight;
161 mCropHeight = mHeight;
171 return mIsAdaptive ? mAdaptiveMaxHeight : mHeight;
178 bool sizeChanged = (width != mWidth || height != mHeight);
192 mHeight = height;
221 def->format.video.nSliceHeight = mHeight;
238 for (size_t i = 0; i < mHeight; ++i) {
245 for (size_t i = 0; i < mHeight / 2; ++i) {
252 for (size_t i = 0; i < mHeight /
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java45 protected int mHeight = UNSPECIFIED; field in class:BasicTexture
80 mHeight = height;
104 return mHeight;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java71 private int mWidth, mHeight; field in class:HardwareCanvasSurfaceViewActivity.RenderingThread
79 mHeight = height;
104 if (y + 20.0f + speedY >= mHeight || y + speedY <= 0.0f) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DGroupTest.java39 private int mHeight; field in class:GroupTest
49 mHeight = mInPixelsAllocation.getType().getY();
68 tb.setY(mHeight);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DConvolve5x5.java36 private int mHeight; field in class:Convolve5x5
67 mHeight = mInPixelsAllocation.getType().getY();
91 mScript.set_gHeight(mHeight);
H A DGroupTest.java39 private int mHeight; field in class:GroupTest
49 mHeight = mInPixelsAllocation.getType().getY();
68 tb.setY(mHeight);
/frameworks/av/include/media/stagefright/
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h48 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java55 private final int mHeight; field in class:GraphicBuffer
92 mHeight = height;
109 return mHeight;
261 dest.writeInt(mHeight);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.h29 size_t mHeight; member in class:android::Texture
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java195 private final int mHeight; field in class:OverlayDisplayAdapter.OverlayDisplayDevice
213 mHeight = height;
253 mInfo.height = mHeight;
282 private final int mHeight; field in class:OverlayDisplayAdapter.OverlayDisplayHandle
295 mHeight = height;
316 mWidth, mHeight, refreshRate, presentationDeadlineNanos,
348 pw.println(" mHeight=" + mHeight);
367 mName, mWidth, mHeight, mDensityDpi, mGravity, mSecure,
/frameworks/base/media/java/android/media/
H A DImageReader.java108 mHeight = height;
156 return mHeight;
518 private final int mHeight; field in class:ImageReader
594 if (mHeight == -1) {
595 mHeight = (getFormat() == ImageFormat.JPEG) ? ImageReader.this.getHeight() :
598 return mHeight;
732 private int mHeight = -1; field in class:ImageReader.SurfaceImage
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java74 private int mHeight = 0; field in class:RgbPlayerActivity.RgbView
122 mHeight = Integer.parseInt(prop.getProperty("height"));
130 mBytesPerImage = mHeight * mBytesPerLine;
132 mBitmap = Bitmap.createBitmap(mWidth, mHeight,
194 for (int i = mHeight - 1; i >= 0; i--) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java150 private int mWidth, mHeight; field in class:LLand
192 public int getGameHeight() { return mHeight; }
254 mHeight = getHeight();
263 sun.setTranslationY(frand(w, (mHeight * 0.66f)));
266 sun.setTranslationY(frand(mHeight * 0.66f, mHeight - w));
284 moon.setTranslationY(frand(w, mHeight - w));
289 final int mh = mHeight / 6;
318 lp.topMargin = (int) (r * r * mHeight);
320 lp.topMargin = (int) (1 - r*r * mHeight/
[all...]
/frameworks/base/core/java/android/app/
H A DActivityOptions.java153 private int mHeight; field in class:ActivityOptions
289 opts.mHeight = height;
442 opts.mHeight = targetHeight;
588 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0);
599 mHeight = opts.getInt(KEY_ANIM_HEIGHT, 0);
662 return mHeight;
745 mHeight = otherOptions.mHeight;
762 mHeight = otherOptions.mHeight;
[all...]
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp39 , mHeight(height) {
53 const int mHeight; member in struct:android::PageRecord
99 SkCanvas* canvas = document->beginPage(page->mWidth, page->mHeight,

Completed in 7258 milliseconds

1234567