HomeSort by relevance Sort by last modified time
    Searched refs:mInverseMatrix (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 50 Matrix mInverseMatrix = new Matrix();
153 mInverseMatrix.mapPoints(imgPoint);
163 mInverseMatrix.mapPoints(imgPoint);
177 mInverseMatrix.mapPoints(imgMoveList, 0, imgMoveList, 0, size);
207 boolean ret = mMatrix.invert(mInverseMatrix);
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 50 Matrix mInverseMatrix = new Matrix();
153 mInverseMatrix.mapPoints(imgPoint);
163 mInverseMatrix.mapPoints(imgPoint);
177 mInverseMatrix.mapPoints(imgMoveList, 0, imgMoveList, 0, size);
207 boolean ret = mMatrix.invert(mInverseMatrix);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 100 milliseconds