Searched refs:mWidth (Results 1 – 4 of 4) sorted by relevance
48 private final int mWidth; field in TexImageTransform75 mWidth = width; in TexImageTransform()97 mNewValue = createTexture(mTextureDataFile, mWidth, mHeight); in apply()100 mWidth, mHeight); in apply()
148 final int mWidth; field in PsdFile.Header153 mWidth = width; in Header()163 out.writeInt(mWidth); in write()
159 private int mWidth; field in RenderPreview319 return mWidth * mHeight; in getArea()756 return (int) (mWidth * mScale * RenderPreviewManager.getScale()); in getWidth()1165 if (width != mWidth || height != mHeight) { in updateSize()1166 mWidth = width; in updateSize()1175 mAspectRatio = mWidth / (double) mHeight; in updateSize()
681 private Integer mWidth;703 + ", width=" + mWidth //$NON-NLS-1$744 mWidth = width;748 return mWidth;