HomeSort by relevance Sort by last modified time
    Searched defs:mHeight (Results 1 - 25 of 537) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/android/graphics/
Picture.h 57 int mHeight;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 29 int mHeight;
  /cts/tests/openglperf2/jni/reference/scene/glowing/
BlurMeshNode.h 34 const float mHeight;
  /cts/tests/tests/media/libmediandkjni/
native_media_source.h 40 mHeight(h),
60 int32_t mHeight;
  /frameworks/av/media/libstagefright/include/
JPEGSource.h 46 int32_t mWidth, mHeight;
ColorConverter.h 58 size_t mWidth, mHeight;
YUVImage.h 71 int32_t height() const {return mHeight;}
121 int32_t mHeight;
  /frameworks/base/libs/hwui/
VkLayer.h 34 , mHeight(layerHeight)
44 return mHeight;
49 mHeight = height;
72 int mHeight;
RenderBufferCache.h 78 mBuffer(nullptr), mWidth(0), mHeight(0) {
82 mBuffer(nullptr), mFormat(format), mWidth(width), mHeight(height) {
87 mWidth(buffer->getWidth()), mHeight(buffer->getHeight()) {
107 uint32_t mHeight;
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Mirror.java 32 private int mHeight;
38 mHeight = mInPixelsAllocation.getType().getY();
42 mScript.set_gHeight(mHeight);
  /frameworks/support/design/tests/src/android/support/design/testutils/
TestDrawable.java 32 private int mHeight;
37 mHeight = height;
47 return mHeight;
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 47 inline int getHeight() const { return mHeight; }
64 int mHeight;
  /cts/tests/openglperf2/jni/reference/scene/
Scene.h 42 int mHeight;
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
ListItemObject.java 27 private int mHeight;
33 mHeight = height;
45 return mHeight;
  /frameworks/av/cmds/screenrecord/
EglWindow.h 40 mHeight(0)
52 int getHeight() const { return mHeight; }
82 int mHeight;
  /frameworks/av/include/private/media/
VideoFrame.h 33 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
38 mHeight = copy.mHeight;
62 uint32_t mHeight;
  /frameworks/av/media/libstagefright/filters/
SimpleFilter.h 31 SimpleFilter() : mWidth(0), mHeight(0), mStride(0), mSliceHeight(0),
43 int32_t mWidth, mHeight;
  /frameworks/av/media/ndk/
NdkImagePriv.h 82 const int32_t mHeight;
  /frameworks/base/core/java/android/hardware/camera2/params/
InputConfiguration.java 31 private final int mHeight;
51 mHeight = height;
70 return mHeight;
101 otherInputConfig.getHeight() == mHeight &&
113 return HashCodeHelpers.hashCode(mWidth, mHeight, mFormat);
126 return String.format("InputConfiguration(w:%d, h:%d, format:%d)", mWidth, mHeight, mFormat);
  /frameworks/base/core/java/android/util/
Size.java 33 mHeight = height;
49 return mHeight;
74 return mWidth == other.mWidth && mHeight == other.mHeight;
86 return mWidth + "x" + mHeight;
147 return mHeight ^ ((mWidth << (Integer.SIZE / 2)) | (mWidth >>> (Integer.SIZE / 2)));
151 private final int mHeight;
SizeF.java 44 mHeight = checkArgumentFinite(height, "height");
60 return mHeight;
84 return mWidth == other.mWidth && mHeight == other.mHeight;
96 return mWidth + "x" + mHeight;
159 return Float.floatToIntBits(mWidth) ^ Float.floatToIntBits(mHeight);
163 private final float mHeight;
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 36 private float mHeight;
49 return mHeight;
77 if (mWidth != width || mHeight != height) {
79 mHeight = height;
  /frameworks/base/libs/hwui/renderthread/
Frame.h 32 , mHeight(height)
36 int32_t height() const { return mHeight; }
47 int32_t mHeight;
  /frameworks/native/services/surfaceflinger/RenderEngine/
Texture.h 29 size_t mHeight;
  /frameworks/rs/driver/
rsdFrameBufferObj.h 40 mHeight = height;
49 uint32_t mHeight;

Completed in 390 milliseconds

1 2 3 4 5 6 7 8 91011>>