Searched refs:mHeight (Results 1 – 4 of 4) sorted by relevance
49 private final int mHeight; field in TexImageTransform76 mHeight = height; in TexImageTransform()97 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight); in apply()100 mWidth, mHeight); in apply()
147 final int mHeight; field in PsdFile.Header154 mHeight = height; in Header()162 out.writeInt(mHeight); in write()
160 private int mHeight; field in RenderPreview319 return mWidth * mHeight; in getArea()765 return (int) (mHeight * mScale * RenderPreviewManager.getScale()); in getHeight()1165 if (width != mWidth || height != mHeight) { in updateSize()1167 mHeight = height; in updateSize()1174 if (mHeight != 0) { in updateSize()1175 mAspectRatio = mWidth / (double) mHeight; in updateSize()
684 private Integer mHeight;698 + ", height=" + mHeight //$NON-NLS-1$752 mHeight = height;756 return mHeight;