Home
last modified time | relevance | path

Searched refs:mImgWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageVignette.java52 int mImgWidth; field in ImageVignette.OvalSpaceAdapter
65 mImgWidth = imgWidth; in setTransform()
76 mOval.setCenter(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight); in setCenter()
84 mOval.setRadius(mTmp[0] / mImgWidth, mTmp[1] / mImgHeight); in setRadius()
89 mTmp[0] = mOval.getCenterX() * mImgWidth; in getCenterX()
98 mTmp[0] = mOval.getCenterX() * mImgWidth; in getCenterY()
106 mTmp[0] = mOval.getRadiusX() * mImgWidth; in getRadiusX()
114 mTmp[0] = mOval.getRadiusX() * mImgWidth; in getRadiusY()
125 mOval.setRadiusX(mTmp[0] / mImgWidth); in setRadiusY()
134 mOval.setRadiusX(mTmp[0] / mImgWidth); in setRadiusX()