OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempMatrix
(Results
1 - 4
of
4
) 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/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
422
Matrix
tempMatrix
, RectF tempRect, int[] decorLoc) {
436
tempMatrix
.setValues(matrixValues);
437
imageView.setImageMatrix(
tempMatrix
);
459
getSharedElementParentMatrix(view,
tempMatrix
);
461
tempMatrix
.mapRect(tempRect);
538
Matrix
tempMatrix
= new Matrix();
548
tempMatrix
, tempRect, null);
623
Matrix
tempMatrix
= new Matrix();
633
setSharedElementState(snapshot, name, state,
tempMatrix
, null, decorLoc);
668
Matrix
tempMatrix
= new Matrix()
[
all
...]
/external/skia/src/gpu/
SkGpuDevice_drawTexture.cpp
192
SkMatrix
tempMatrix
;
196
if (!srcToDstMatrix.invert(&
tempMatrix
)) {
199
textureMatrix = &
tempMatrix
;
Completed in 245 milliseconds