Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageGrad.java37 Matrix mToScr = new Matrix(); field in ImageGrad
137 toImg.invert(mToScr); in setRepresentation()
151 mToScr.mapPoints(c1); in setRepresentation()
156 mToScr.mapPoints(c2); in setRepresentation()
161 mToScr.mapPoints(c1); in setRepresentation()
162 mToScr.mapPoints(c2); in setRepresentation()
193 mToScr.mapPoints(c); in computCenterLocations()
DImageVignette.java50 Matrix mToScr; field in ImageVignette.OvalSpaceAdapter
63 mToScr = toScr; in setTransform()
91 mToScr.mapPoints(mTmp); in getCenterX()
100 mToScr.mapPoints(mTmp); in getCenterY()
108 mToScr.mapVectors(mTmp); in getRadiusX()
116 mToScr.mapVectors(mTmp); in getRadiusY()