OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTmp
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageVignette.java
54
float[]
mTmp
= new float[2];
73
mTmp
[0] = x;
74
mTmp
[1] = y;
75
mToImage.mapPoints(
mTmp
);
76
mOval.setCenter(
mTmp
[0] / mImgWidth,
mTmp
[1] / mImgHeight);
81
mTmp
[0] = mTmpRadiusX = w;
82
mTmp
[1] = mTmpRadiusY = h;
83
mToImage.mapVectors(
mTmp
);
84
mOval.setRadius(
mTmp
[0] / mImgWidth, mTmp[1] / mImgHeight)
[
all
...]
/hardware/invensense/60xx/mlsdk/mllite/
mlsupervisor.c
111
float
mTmp
[10][10] = { {0} };
154
inv_matrix_det_inc(&m[0][0], &
mTmp
[0][0], &a, i, j);
155
mInv[j][i] = SIGNM(i + j) * inv_matrix_det(&
mTmp
[0][0], &a);
Completed in 261 milliseconds