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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MatrixUtilsTests.java 61 final float[][] tempMatrix = new float[N][N];
64 tempMatrix[i][j] = matrix[i][j];
69 MatrixUtils.inverse(tempMatrix, inverse);
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStack.cpp 72 SkMatrix tempMatrix = matrix;
73 tempMatrix.postTranslate(SkIntToScalar(-fCanvasData[i].origin.x()),
75 fList[i]->setMatrix(tempMatrix);
  /external/skia/src/utils/
SkCanvasStack.cpp 72 SkMatrix tempMatrix = matrix;
73 tempMatrix.postTranslate(SkIntToScalar(-fCanvasData[i].origin.x()),
75 fList[i]->setMatrix(tempMatrix);
  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 377 Matrix tempMatrix, RectF tempRect, int[] decorLoc) {
391 tempMatrix.setValues(matrixValues);
392 imageView.setImageMatrix(tempMatrix);
414 getSharedElementParentMatrix(view, tempMatrix);
416 tempMatrix.mapRect(tempRect);
464 Matrix tempMatrix = new Matrix();
474 tempMatrix, tempRect, null);
592 Matrix tempMatrix = new Matrix();
596 captureSharedElementState(sharedElement, name, bundle, tempMatrix, tempBounds);
655 Matrix tempMatrix, RectF tempBounds)
    [all...]
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp     [all...]

Completed in 427 milliseconds